Pangenome-based sequence placement, alignment, and genotyping.
panmap takes sequencing reads and a pangenome in PanMAN format, places the reads onto the pangenome tree, aligns them to the closest reference, and calls variants.
# Install
conda install -c bioconda panmap
# Place, genotype, and build consensus
panmap ref.panman reads_R1.fq reads_R2.fq -t 8 -o sample
# Metagenomic abundance estimation
panmap ref.panman reads.fq --meta --index ref.idx -t 8 -o sample
--meta)