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
This is related to Issue #14. You're using getopts bash which doesn't support long --version opts, so understandably you couldn't easily change that. Would it be possible to add to the scrub.sh a -v option to print out the software version number and exit without requiring a file to process?
Even a "sra-human-scrubber v2.2.1" in the scrub.sh help menu would be useful if the extra -v opt is too much tinkering. My hope is just to grab the version number without wasting CPU resources on a testfile.
Your CHANGELOG.md lists the latest version, but that's not available for conda and docker.
The text was updated successfully, but these errors were encountered:
This is related to Issue #14. You're using
getopts
bash which doesn't support long--version
opts, so understandably you couldn't easily change that. Would it be possible to add to the scrub.sh a-v
option to print out the software version number and exit without requiring a file to process?Even a "sra-human-scrubber v2.2.1" in the
scrub.sh
help menu would be useful if the extra -v opt is too much tinkering. My hope is just to grab the version number without wasting CPU resources on a testfile.Your CHANGELOG.md lists the latest version, but that's not available for conda and docker.
The text was updated successfully, but these errors were encountered: