I've been using the ete2 module on very powerful servers for some time.
Everything was fine until it started going very slowly (one get_taxid_translator()
function per minute), now I cannot even get past ncbi = NCBITaxa()
assignment.
I have uninstalled and reinstalled anaconda2, tried updating to ete3, everything works fine on our 'development servers' but still cannot get past the ncbi = NCBITaxa()
line in any piece of software on our normal servers. Even the following script fails to finish
#!/usr/bin/env python
from ete3 import NCBITaxa
ncbi = NCBITaxa()
print "Finished"
Has this happened to anyone else? Do I need to downgrade any dependencies? Could it be a permissions issue?
When I run the basic script ctrl+c nor ctrl+z will escape the script and I have to use kill -9 <job-id>
to kill the script. If I wait too long the process enters an uninterruptible sleep.
Thank you in advance, Alexis.
Python 2.7.12 :: Anaconda custom (64-bit) gcc (GCC) 5.4.0