We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a version output, recommended by Devon O'rourke, in the command line implementation of DEICODE. See the following: https://forum.qiime2.org/t/when-things-look-good-i-wonder-where-ive-gone-wrong/10684
The text was updated successfully, but these errors were encountered:
I think you should be able to just use @click.version_option() in https://github.com/biocore/DEICODE/blob/master/deicode/scripts/_standalone_rpca.py (importing the current version string from deicode.__init__) to do this.
@click.version_option()
deicode.__init__
...I should probably add this to Qurro also :)
Sorry, something went wrong.
ENH: Add --version param to standalone Qurro
23ff53a
inspired by biocore/DEICODE#42 (and thus https://forum.qiime2.org/t/when-things-look-good-i-wonder-where-ive-gone-wrong/10684)
cameronmartino
No branches or pull requests
Add a version output, recommended by Devon O'rourke, in the command line implementation of DEICODE. See the following: https://forum.qiime2.org/t/when-things-look-good-i-wonder-where-ive-gone-wrong/10684
The text was updated successfully, but these errors were encountered: