xiezhq / ISEScan

A python pipeline to identify IS (Insertion Sequence) elements in genome and metagenome
Apache License 2.0
79 stars 17 forks source link

ISEScan-1.7.1 :: incorrect version number #17

Closed EricDeveaud closed 4 years ago

EricDeveaud commented 4 years ago

hello,

when installing from source version 1.7.1 when using isescan.py --version iv claims to be 1.5.4

see:

bigmess:ISEScan/1.7.1 > isescan.py --version
isescan 1.5.4

see version defined in isescan.py

# ISEScan version
version = '1.5.4'

regards

Eric

xiezhq commented 4 years ago

Eric,

Thanks for the comment. I have updated the version number in source code.

Xie