pangenome / pggb

the pangenome graph builder
https://doi.org/10.1101/2023.04.05.535718
MIT License
355 stars 38 forks source link

make stats option consistent with help #317

Closed mbhall88 closed 1 year ago

mbhall88 commented 1 year ago

The help menu shows

    -S, --stats                 generate statistics of the seqwish and smoothxg graph [default: off]

however, passing --stats returns the following error

pggb: unrecognized option '--stats'

The option that getopt is aware of is actuallt --do-stats. This PR changes it to reflect the help menu

subwaystation commented 1 year ago

Thanks for spotting this @mbhall88!