bio-machine-learning-atlas-mapping
Map query cells to reference atlases with scANVI or Symphony.
Maintainer FreedomIntelligence · Last updated April 1, 2026
Align long reads using minimap2 for Oxford Nanopore and PacBio data. Supports various presets for different read types and applications. Use when aligning ONT or PacBio reads to a reference genome for variant calling, SV detection, or coverage analysis.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-longread-alignment
Skill Snapshot
Source Doc
minimap2 -ax map-hifi reference.fa reads.fastq.gz |
samtools sort -o aligned.bam
samtools index aligned.bam
## PacBio CLR (continuous long reads, lower accuracy)
minimap2 -ax map-pb reference.fa reads.fastq.gz | \
samtools sort -o aligned.bam
samtools index aligned.bam
minimap2 -d reference.mmi reference.fa
Related skills
Map query cells to reference atlases with scANVI or Symphony.
Bisulfite sequencing read alignment using Bismark with bowtie2/hisat2. Handles genome preparation and produces BAM files with methylation in…
Taxonomic classification of ASVs using reference databases like SILVA, GTDB, or UNITE. Covers naive Bayes classifiers (DADA2, IDTAXA) and ex…
Select and prepare reference panels (1KGP, HRC, TOPMed) for imputation.