-
Notifications
You must be signed in to change notification settings - Fork 39
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
NCBI installation updates #2
Comments
Dear aremkho, This is a very good question. I noticed this problem during the development of MitoZ. MitoZ relies on the ETE3 pakcage, which must install the NCBI taxonomy database into
As you can see, the ETE3 package will transform the My goal was to install the database into somewhere else, then I checked the ETE3's source code, and found that I cannot do it easily, because one has to modify much of the ETE3's source code. Since I want to make it more easily to distribute MiotZ, for example, use NB: I am currently updating MitoZ, but the version 2.2 is still testing: the algorithm is the same as verion 1.0, changes only invoked to make it more user-friendly. The testing will be done in one or two weeks, I hope. Cheers, |
Dear Guanliang, |
Dear Arsalan, Thank you very much! Now I'm going to close the issue. Please open new issues if you have questions. |
Closed since the limitation is from ETE3 package. |
Dear MitoZ team,
Thanks for updating and maintaining the repository.
I have a question regarding installing NCBI database inside ete3 package command:
from ete3 import NCBITaxa
ncbi = NCBITaxa()
ncbi.update_taxonomy_database()
Many HPC actually refuse to give FTP right to the users.However the NCBI database are all already installed locally.
I went through the source codes and it seems mitoz actually need FTP connection for creating populating database when first executed. I see we can change the database later on but i don't see how we can feed a local NCBI database to the function "ncbi = NCBITaxa()".
I am wondering if you have any suggestions regarding solving the issue.
Thanks in advance
The text was updated successfully, but these errors were encountered: