-
Notifications
You must be signed in to change notification settings - Fork 106
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
'waiting for server to become ready'.... --usemem never starts? #74
Comments
ten minutes sounds like too much for that database. Do you see the memory usage to increase? or it got stuck? |
No memory usage increases, seems like it is stuck. hmpgmd memory footprint steady at 5.55GB. |
and, if you try to start an emapper search connecting to that port, does it work? |
It does not, says:
|
looks like an issue accessing the sockets port. Never used this mode in OSX, I will try to have a look... |
Thanks. Is the other method that you highlight, i.e. here would that also work? For example, to split the input, run say disk searches in parallel and then combine them after? Or does this only work with diamond search? I'm just trying to make it run faster, i.e. 10,000 proteins (typical fungal genome) is taking a long time with disk search - nearly all the time is spent on the first hmmscan search. |
for 10k proteins, diamond mode is the best option. No need to split the input file, just call emapper in diamond mode. You can also submit to http://eggnog-mapper.embl.de which would probably run it faster than on a laptop. |
Ok. I was hesitant to do that because the results from diamond mode are not the same as hmmer mode. I was assuming since hmmer was default that those were more accurate, but maybe that is an incorrect assumption? |
diamond mode works even better than hmm in our benchmarks (distant homologs that diamond might miss are still used for annotation as they are part of the precomputed orhology tables used in the second phase of eggnog mapper). |
I'm trying to test the run time of the --usemem versus disk usage. The
--usemem
option appears to start, but it seems that the sever never actually gets setup? How long does this process usually take?Here's my system info:
Mac OS
24 cpus, 64 GB RAM
fuNOG database
The disk method runs okay:
I can see in the system monitor that
hmmpgmd
is running and occupying ~5-6 GB of RAM (and it doesn't seem to be expanding). But after 10 minutes, it is still giving me the "waiting for server to become ready" message.Thanks,
Jon
The text was updated successfully, but these errors were encountered: