-
Notifications
You must be signed in to change notification settings - Fork 13
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
omamer_run terminated with an error exit status (254) #51
Comments
Hi Vincent 1- Have you tried running fastoma on the test dataset provided on our github? 2- Are your running fastOMA on a MAC or linux, laptop or university cluster? It seems that your system ran out of processes. FastOMA uses Nextflow, which generates hundreds of tasks. There is some discussion here. I'm not sure about their suggestions but at least rebooting your laptop is an option. (Also comparing output of 3- Could you please share with me these hidden files 4- You could also limit the number of tasks that nextflow requests by editing
and rerun fastoma by adding Hope it helps. |
Hi Sina, 1- I have tried to run the test data, and it's OK.
By the way, is the 3- Here below is my Thanks again for your help! I will continue to ask if I encounter other questions in the future, I hope this will not disturb you. |
Hi,
Here is my Could you help to figure out what's wrong with this run? |
No worries, I'd be happy to help and thanks for the updates. Yes, queueSize limits number of parallel tasks and increase the wait time. In our slurm cluster I set it as 500 to have fastOMA as fast as possible. The new error on linclust might again relates to lack of resource since it is requiring -n 10 cpus. Unfortunately Segmentation fault is a broad term and hard to debug. People already reported some seq error on linclust github. could you run this to make sure it is one time issue or not?
If it didn't work, please share the file So, you mentioned you are using university cluster, is it one machine with for example 48 CPUs shared with many people? or there are several computation nodes, supporting SLURM? are you requesting computing nodes with Sinteractive? how many cpus and RAM you are requesting. |
If you get error when running
I was able to get almost similar error with mmseqs version 16, but when I installed the older version it worked. |
Sorry for the late response. Thanks again for your enthusiastic response! I ran the command line you mentioned and found that it reported an error, then I downgraded mmseqs2 to 14.7e284 (in a separate environment), and it worked. However, I found that this 14.7e284 version of mmseqs2 conflicts with the software that omamer depends on, that is, I currently have no way to properly install it in the mamba environment where I run fastoma. Finally, I uninstalled mmseqs2. So far, the previous problem has been solved and I have run to this step:
Btw, I'm using one machine with 112 CPUs and 503G RAM shared with a few people, and it doesn't support the SLURM. I think the standard mod is suitable for me. |
Hi,
Thank you for developing such a useful tool!
I encountered some problems when running it on my dataset. My command was:
nextflow run FastOMA.nf -profile standard --input_folder ./in_folder --output_folder ./out_folder --omamer_db ./LUCA.h5 --report
The following is the error message:
Attached below is one of the input fasta files and the tree file, as well as '.nextflow.log'
B.vulgaris.fa.txt
species_tree.nwk.txt
nextflow.log.txt
I would be very grateful if you can answer!
Best wishes,
Vincent
The text was updated successfully, but these errors were encountered: