Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improving help message for sourmash compare with --csv flag #2399

Closed
jessicalumian opened this issue Dec 6, 2022 · 2 comments · Fixed by #2400
Closed

improving help message for sourmash compare with --csv flag #2399

jessicalumian opened this issue Dec 6, 2022 · 2 comments · Fixed by #2400

Comments

@jessicalumian
Copy link

greetings! I am running sourmash 4.5.0 in conda. I was trying to use sourmash compare to get angular distance signatures but I had the following erroneous command:

sourmash compare -k 31 --csv <file> -o <output>

after getting some help in the sourmash gitter channel I realized my command was wrong and should have been

sourmash compare -k 31 <file> -o <output> --csv <output.csv>

It would be helpful if the message for sourmash compare --help and/or the help docs (which is my first point of reference for finding which command info) could include an example command like the one above to make it clear that the csv output is separate from output matrix. Or, something to indicate which flags go before -o and which go after. thanks!!

@jessicalumian jessicalumian changed the title improving help message for sourmash compare improving help message for sourmash compare with --csv flag Dec 6, 2022
@ctb
Copy link
Contributor

ctb commented Dec 7, 2022

@jessicalumian
Copy link
Author

yes that last bullet point is perfect!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants