AnimaTardeb / G4Hunter

G4Hunter (2012_2015)- IECB - Bordeaux
http://nar.oxfordjournals.org/content/44/4/1746
GNU General Public License v3.0
12 stars 10 forks source link

Bio import error #6

Closed ruthbpaula closed 2 years ago

ruthbpaula commented 4 years ago

Hello,

I am trying to run the program with a specific sequence inside a .txt file, like the following: python G4Hunter.py -i G4_file.txt -o output_G4_file

And I am getting the error below: Traceback (most recent call last): File "G4Hunter.py", line 27, in from Bio import SeqIO ImportError: No module named Bio

What might be happening?

Thank you