You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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!!
The text was updated successfully, but these errors were encountered:
jessicalumian
changed the title
improving help message for sourmash compare
improving help message for sourmash compare with --csv flag
Dec 6, 2022
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!!The text was updated successfully, but these errors were encountered: