Arkadiy-Garber / MagicLamp

A platform for targeted annotation of (meta)genomic and (meta)transcriptomic datasets using HMM sets.
GNU General Public License v3.0
13 stars 5 forks source link

missing import time in FeGenie #4

Closed michoug closed 1 year ago

michoug commented 3 years ago

Hi, I got this error when running the FeGenie pipeline

Traceback (most recent call last):
  File "/home/gmichoud/MagicLamp/MagicLamp.py", line 28, in <module>
    FeGenie.main()
  File "/home/gmichoud/MagicLamp/genies/FeGenie.py", line 843, in main
    time.sleep(5)
NameError: name 'time' is not defined

Adding an import time in the FeGenie.py script solved the issue Best Greg

Arkadiy-Garber commented 3 years ago

Hi Greg,

Thanks for the heads up about this bug! Glad it was an easy fix. I'll update the scripts.

Cheers, Arkadiy