Skip to content

amkram/panmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

725 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

panmap

Pangenome-based sequence placement, alignment, and genotyping.

Documentation | Preprint

Install

docker pull alanalohaucsc/panmap:latest

Quick start

# Place and genotype paired-end reads
panmap ref.panman reads_R1.fq reads_R2.fq -t 8 -o sample

# Metagenomic abundance estimation
panmap ref.panman reads.fq --meta -t 8 -o sample

Pipeline

index  -->  place  -->  align  -->  genotype  -->  consensus
 .idx    .placement.tsv  .bam       .vcf        .consensus.fa

By default, panmap stops after placement. Use --stop to run further stages.

Modes

  • Single-sample (default): Place reads, align to closest reference, call variants (BAM + VCF)
  • Metagenomic (--meta): Estimate haplotype abundance or assign reads to pangenome nodes

Links

About

🧬 🌲 Pangenome phylogenetic placement + read alignment + genotyping + metagenomics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors