-
Notifications
You must be signed in to change notification settings - Fork 16
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
Pharokka stuck at running mmseqs search #325
Comments
Hi @quocviet0908 , What version of mmseqs2 is installed? v13.45111? If not, that would be the cause of this issue. Please install it with:
If yes, then maybe you should give pharokka more threads (not 1) - e.g. If you are annotating one or a only a few phages, try George |
Hi George. Thank you for your quick response. The version of mmseqs2 is v13.45111. I tried to use --fast option to bypass MMseqs2 and the program ran smoothly, but I will not be able to get CARD or VFDB annotations. I think the problem is somehow related to mmseqs2 but I'm not sure though. |
Maybe upload the log file and I will try and see what the issue is. George |
Hi George, Please see my attachment. This is the log when the command is stuck at that step. Thank you very much. |
I'm seeing the same (i think).
V 1.6.1; up to date db; mmseqs2=13.45111 Edit/ from mmseqs_search_XXXX.err
Thanks |
Hi @iaindhay , Interesting - looks potentially like a permissions issue on the system you are running or an issue with space (looking at the MMSeqs2 issues e.g. soedinglab/MMseqs2#171 ) George |
Thanks George. Yes i just realized it an issue with creating symbolic links in that drive. Issue on my end. I have one error like #300 where i see the annotation stop during the post processing steps with the
|
Hello,
Pharokka is very promising for annotating viral genomes. However, when I tried to run it with my data the program always stuck at this step:
"2024-01-19 15:15:21.280 | INFO | external_tools:run:50 - Started running mmseqs search -e 1E-05 /home/quocviet/Work/Extra/pharokka_v1.4.0_databases/phrogs_profile_db pharokka_20240119/target_dir/target_seqs pharokka_20240119/mmseqs/results_mmseqs pharokka_20240119/tmp_dir/ -s 8.5 --threads 1 ..."
The installation seems fine without showing any obvious error (I installed pharokka via mamba).
The command I used:
time pharokka.py -i mydata.fasta -o pharokka_20240119 -d /home/quocviet/Work/Extra/pharokka_v1.4.0_databases -f
Could you please help me with this? Thank you.
The text was updated successfully, but these errors were encountered: