tleonardi / nanocompore

RNA modifications detection from Nanopore dRNA-Seq data
https://nanocompore.rna.rocks
GNU General Public License v3.0
77 stars 12 forks source link

Version 1.0.3 is shown as version 1.0.2 #182

Closed wososa closed 3 years ago

wososa commented 3 years ago

Describe the bug I used poetry to install nanocompore 1.0.3. However, when I check the version. It showed v1.0.2

To Reproduce poetry install Installing the current project: nanocompore (1.0.3) nanocompore --version v1.0.2

Desktop (please complete the following information):

tleonardi commented 3 years ago

Hi @wososa, that probably happens because you are not running nanocompore from the poetry environment. You could try running poetry run nanocompore -v instead. However, the recommended way to install nanocompore is via pip.