combogenomics / CONTIGuator

Bacterial genomes finishing tool for structural insights on draft genomes
http://contiguator.sourceforge.net/
GNU General Public License v3.0
22 stars 7 forks source link

BioPython is missing! #13

Closed mramirezs closed 4 years ago

mramirezs commented 4 years ago

Hello

In work with CONTIGuator to reorder assembled contig using a reference genome. In this days, I installed Ubuntu 20.04, and I tried to execute CONTIGuator.py, as always, with options like this:

CONTIGuator.py -r ../REFERENCE/NC_011294.fna -c ../ASSEMBLY/19223XD-01-01_S166.HCov.contigs.fasta -P -A -M -N -f 19223XD-01-01_S166

But, prompt said me:

020-09-18 21:57:56 Starting CONTIGuator 21:57:56 Checking software requirements 21:57:56 ERROR: BioPython is missing!

I checked biopython installation but the same ERROR appear.

I hope to count with your help. Thanks in advance!

mgalardini commented 4 years ago

Hi,

try to call the python interpreter directly, it may be that you installed biopython in a different python environment than the one you are using to call CONTIGuator. Alternatively try this:

python2 -m pip install biopython
python2 CONTIGuator.py -r ../REFERENCE/NC_011294.fna -c

../ASSEMBLY/19223XD-01-01_S166.HCov.contigs.fasta -P -A -M -N -f 19223XD-01-01_S166

Hope this helps, Marco

On Sat, Sep 19, 2020 at 5:12 AM Manuel Ramirez notifications@github.com wrote:

Hello

In work with CONTIGuator to reorder assembled contig using a reference genome. In this days, I installed Ubuntu 20.04, and I tried to execute CONTIGuator.py, as always, with options like this:

CONTIGuator.py -r ../REFERENCE/NC_011294.fna -c ../ASSEMBLY/19223XD-01-01_S166.HCov.contigs.fasta -P -A -M -N -f 19223XD-01-01_S166

But, prompt said me:

020-09-18 21:57:56 Starting CONTIGuator 21:57:56 Checking software requirements 21:57:56 ERROR: BioPython is missing!

I checked biopython installation but the same ERROR appear.

I hope to count with your help. Thanks in advance!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/combogenomics/CONTIGuator/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAISWX2ULL7YI6GHI6BAH3TSGQOSHANCNFSM4RSYEYHQ .

-- Marco Galardini

mramirezs commented 4 years ago

Sadly, no.

I'll try to use another ubuntu distribution.

mgalardini commented 4 years ago

What is the error you are seeing when running the commands I suggested?

On Sat, Sep 19, 2020, 21:14 Manuel Ramirez notifications@github.com wrote:

Sadly, no.

I'll try to use another ubuntu distribution.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/combogenomics/CONTIGuator/issues/13#issuecomment-695346253, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAISWX24UUT6E3NNE4RKZOLSGT7JZANCNFSM4RSYEYHQ .