-
Notifications
You must be signed in to change notification settings - Fork 105
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
Error running diamond: Length sorting reference #507
Comments
Dear @royercj , How did you install eggnog-mapper? Best, |
Hi Carlos, thanks for the reply. I created a conda env to run eggnog, and installed it with |
Hi @royercj , Thank you for your follow up. Do you have any other diamond version installed? What is the output of |
The results of |
OK. No clue there. Could you please try running the diamond command from your first post alone, without eggnog-mapper?
|
@Cantalapiedra I was able to run the command you gave me, and everything appeared to run normally. I did not get any error messages and I got the output file I expected. |
@royercj , Oh, it is a bit weird that diamond now was working fine. Maybe the first error was a one-time thing? |
@Cantalapiedra Hello, I actually ran into this error today while trying to run eggNOG mapper. It might actually be a error connected to the 2.1.9 version of DIAMOND (bbuchfink/diamond#785) and it might get fixed in the 2.1.10 release. Once I downgraded to DIAMOND 2.1.8 eggNOG mapper worked completely fine. Hope this helps. |
Thanks for the info on this! I forgot to follow up in May, but when I returned to work on the cluster a couple of days after the error appeared, eggnog ran normally. I'm not sure why it corrected itself, but thanks for looking into the issue and I'll be sure to use DIAMOND 2.1.8 if it appears again. |
Hi, so I have ran into the same issue |
I am running emapper.py on a cluster, and I tried to run a test on one .faa. I have exported the data dir to EGGNOG_DATA_DIR="/storage/scratch/eggnog_db". I ran the test using the following command (some path names truncated):
emapper.py --data_dir $EGGNOG_DATA_DIR -i faa/GCA_00342195.faa --itype proteins --cpu 4 --override --pident 70 --query_cover 70 --output $(basename GCA_00342195.faa .faa) --output_dir scratch/eggnog/ --scratch_dir scratch/eggnog/ --temp_dir scratch/eggnog/
This results in the following output with error message:
I did not see this error mentioned before, so any help I could get would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: