Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

numpy error-reg #4

Open
Balakulandai opened this issue Jul 2, 2023 · 3 comments
Open

numpy error-reg #4

Balakulandai opened this issue Jul 2, 2023 · 3 comments

Comments

@Balakulandai
Copy link

Hi vappiah
I am using this workflow for genome assembly were, I got error
in ./reorder_contigs.sh
I have installed the numpy using conda as well as pip
still it showing error.
File "extract_reordered.py", line 4, in
from Bio import SeqIO
File "/home/balamurugan.s/.conda/envs/bacterial-genomics-tutorial/lib/python3.7/site-packages/Bio/SeqIO/init.py", line 374, in
from Bio.Align import MultipleSeqAlignment
File "/home/balamurugan.s/.conda/envs/bacterial-genomics-tutorial/lib/python3.7/site-packages/Bio/Align/init.py", line 32, in
) from None
Bio.MissingPythonDependencyError: Please install numpy if you want to use Bio.Align. See http://www.numpy.org/

Thank you for your help.

@vappiah
Copy link
Owner

vappiah commented Jul 2, 2023

Make sure to activate the environment before running the script.

@Balakulandai
Copy link
Author

Yes, source is active and this error is in between analysis

@vappiah
Copy link
Owner

vappiah commented Jul 8, 2023

Then try installing numpy

pip install numpy --user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants