epi2me-labs / pychopper

cDNA read preprocessing
Other
61 stars 9 forks source link

How to print Pychopper version? #35

Closed elhossary closed 1 year ago

elhossary commented 1 year ago

How to print Pychopper version?

nrhorner commented 1 year ago

This should do it python -c "import pychopper; print(f'pychopper,{pychopper.__version__}')"

elhossary commented 1 year ago

Thanks, works It would be better if it has an argparse "-version" argument

alexyfyf commented 1 year ago

if you install from conda, run conda list pychopper