bio-longread-alignment
Align long reads using minimap2 for Oxford Nanopore and PacBio data. Supports various presets for different read types and applications. Use…
Maintainer FreedomIntelligence · Last updated April 1, 2026
Bisulfite sequencing read alignment using Bismark with bowtie2/hisat2. Handles genome preparation and produces BAM files with methylation information. Use when aligning WGBS, RRBS, or other bisulfite-converted sequencing reads to a reference genome.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-methylation-bismark-alignment
Skill Snapshot
Source Doc
bismark --genome /path/to/genome_folder/
--pbat \ # For PBAT libraries (post-bisulfite adapter tagging)
reads.fastq.gz
bismark --genome /path/to/genome_folder/ --pbat reads.fastq.gz
## For libraries where all 4 strands are present
bismark --genome /path/to/genome_folder/ --non_directional reads.fastq.gz
Related skills
Align long reads using minimap2 for Oxford Nanopore and PacBio data. Supports various presets for different read types and applications. Use…
Map query cells to reference atlases with scANVI or Symphony.
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.