grp-bork / gunc

Python package for detection of chimerism and contamination in prokaryotic genomes.
GNU General Public License v3.0
66 stars 8 forks source link

Documentation error #10

Closed cerebis closed 3 years ago

cerebis commented 3 years ago

For release 1.0.1 the CLI command to download the database does not use a double hyphen, while the installation section documentation states the opposite.

ie. in the docs

$ gunc --download_db /path/to/output/dir/

While the actual command is

$ gunc download_db /path/to/output/dir/

This issue doesn't appear to affect other parts of the documentation.

fullama commented 3 years ago

Thanks for both noticing and letting me know - much appreciated!

Should be fixed in the documentation now..