pangenome / pggb

the pangenome graph builder
https://doi.org/10.1038/s41592-024-02430-3
MIT License
368 stars 41 forks source link

Handle `-n` differences between` pggb` and `wfmash` #183

Closed AndreaGuarracino closed 2 years ago

AndreaGuarracino commented 2 years ago

In pggb, -n is the number of haplotypes/genomes in the input dataset. In wfmash, -n is the maximum number of mappings to consider for each homologous region identified in the input dataset. To avoid overlapping (relevant for small datasets), wfmash -n has to be set as pggb -n minus 1.

Furthermore, consensus graph generation has been disabled (due to #133 and #182 issues) and it will be for a while.