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
Select and prepare reference panels (1KGP, HRC, TOPMed) for imputation.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-phasing-imputation-reference-panels
Skill Snapshot
Source Doc
grep "EUR" samples.txt | cut -f1 > european_samples.txt grep "AFR" samples.txt | cut -f1 > african_samples.txt grep "EAS" samples.txt | cut -f1 > east_asian_samples.txt
bcftools view -S european_samples.txt
1000GP.chr22.vcf.gz
-Oz -o 1000GP_EUR.chr22.vcf.gz
## Beagle uses VCF directly, but ensure proper format
bcftools view -m2 -M2 -v snps reference.vcf.gz | \
bcftools annotate --set-id '%CHROM:%POS:%REF:%ALT' | \
bgzip > reference_beagle.vcf.gz
bcftools index reference_beagle.vcf.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.
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…