DEICODE icon indicating copy to clipboard operation
DEICODE copied to clipboard

Add version check in command line

Open cameronmartino opened this issue 5 years ago • 1 comments

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

cameronmartino avatar Jul 15 '19 16:07 cameronmartino

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.

...I should probably add this to Qurro also :)

fedarko avatar Jul 15 '19 18:07 fedarko