haotianteng / Chiron

A basecaller for Oxford Nanopore Technologies' sequencers
Other
122 stars 53 forks source link

Add version info #84

Closed tarunaaggarwal closed 5 years ago

tarunaaggarwal commented 5 years ago

Describe the requested feature Can you please add the version info in the help outputs when folks run chiron call -h? At the moment, it is not very intuitive how to find which Chiron version is being used.

haotianteng commented 5 years ago

Okay, no problem. For now:

import chiron
print(chiron.__version__)

should do the job

haotianteng commented 5 years ago

version argument added. python entry.py -v now show the version number. This works for version > 0.5