Closed edgano closed 1 year ago
Would be possible to have a -v flag to capture the version of vireo from the command line?
-v
Thanks in advance
You can simply type vireo (without any argument), and then the version will show up.
vireo
Alternatively, you can check it in the Python environment:
import vireoSNP print(vireoSNP.__version__)
Yuanhua
Would be possible to have a
-v
flag to capture the version of vireo from the command line?Thanks in advance