This PR adds the parameter --min-gene-coverage-proportion to pandora map, compare and discover subcommands:
--min-gene-coverage-proportion FLOAT
Minimum gene coverage proportion to keep a gene. Given the coverage on the kmers of the maximum likelihood path of a gene, we compute the number of bases that have at least one read covering it. If the proportion of such bases is larger than the value in this parameter, the gene is kept. Otherwise, the gene is filtered out. [default: 0.8]
This PR adds the parameter
--min-gene-coverage-proportion
to pandoramap
,compare
anddiscover
subcommands: