gmarcais / Jellyfish

A fast multi-threaded k-mer counter
Other
460 stars 136 forks source link

How to get the version of jellyfish #194

Closed bhishanpdl closed 5 months ago

bhishanpdl commented 1 year ago

I was tying to see what version of jellyfish is installed in my machine. I used the following command:

import jellyfish
print(f"jellyfish: {jellyfish.__version__}")

But, I get this error:

AttributeError: module 'jellyfish' has no attribute '__version__'

How to get the version of jellyfish?

gmarcais commented 5 months ago

Available in the develop branch. Will be available in 2.4.0