Sung-Huan / ANNOgesic

ANNOgesic - A Swiss army knife for the RNA-Seq based annotation of bacterial/archaeal genomes
http://annogesic.readthedocs.io/en/latest/index.html
Other
30 stars 13 forks source link

Error in annotation transfer subcommand #13

Closed elhossary closed 4 years ago

elhossary commented 4 years ago

Traceback (most recent call last): File "/usr/local/bin/annogesic", line 2227, in main() File "/usr/local/bin/annogesic", line 2143, in main args.func(controller) File "/usr/local/bin/annogesic", line 2159, in run_RATT controller.ratt() File "/usr/local/lib/python3.6/dist-packages/annogesiclib/controller.py", line 277, in ratt ratt.annotation_transfer(args_ratt, log) File "/usr/local/lib/python3.6/dist-packages/annogesiclib/ratt.py", line 197, in annotation_transfer out_gbk = self._convert_embl(args_ratt.ref_gbki, log) AttributeError: 'ArgsContainer' object has no attribute 'ref_gbki'

Sung-Huan commented 4 years ago

Sorry for such stupid bug. I will fix it soon.

Sung-Huan commented 4 years ago

Done. Please update the version.

elhossary commented 4 years ago

Thank you for your kind support, I will check it