-
Notifications
You must be signed in to change notification settings - Fork 5
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 executing process EBIMETAGENOMICS_METTANNOTATOR:METTANNOTATOR:UNIFIRE with exit status 125 #38
Comments
Hi @xeniaroda29 thank you for reporting the issue. This is a bug in the unifire process, it should be fixed in bugfix/38-unifire-mount-docker. Could you try to run it from that branch? nextflow run ebi-metagenomics/mettannotator \
-r bugfix/38-unifire-mount-docker \
-profile docker \
--input input_file/assemblies_sheet.csv \
--outdir output/ \
--dbs databases/ |
Hi @mberacochea, First of all, thanks for your rapid response! I tried to run the command, but now I have another error regarding a file from the AMRfinderPlus database: Error: FINISHED --2024-07-16 07:24:54-- *** ERROR *** HOSTNAME: 92b7f6e7d61b Work dir: I checked the database link and it is correct, but there might be an issue with the AMR.LIB file. I have attached the .nextflow.log: Thanks in advance. |
Hi @xeniaroda29, OK, I'm glad the Unifire issue was sorted. The error with the AMRFinder DB is something I haven't seen before. I'm running it locally to try to reproduce the error. In the meantime, I recommend deleting the databases/amrfinder folder and re-running the pipeline. This will force the process to run again (maybe it was a transient problem). Cheers |
Thank you! Caused by: Command executed: interproscan.sh -cpu 16 -dp --goterms -pa -f TSV --input myGenome.faa -o myGenome.IPS.tsv cat <<-END_VERSIONS > versions.yml END_VERSIONS Command exit status: Command output: Command error: Work dir: Tip: when you have fixed the problem you can continue the execution adding the option -- Check '.nextflow.log' file for details Any help will be appreciated. |
Hi @MWorksGH I've fixed the issues with InterproScan and Unifire, and also a memory problem with emapper. Could you please run the pipeline from the following branch "bugfix/ips-unipro-docker-mounts-fix"? $ nextflow run ebi-metagenomics/mettannotator -r bugfix/ips-unipro-docker-mounts-fix -profile docker --input input_file/assemblies_sheet.csv --outdir output/ --dbs databases/ There is also a local profile that limits the max memory to 8 cores and the mem to 12GB, this more suitable for desktop workstations (just add |
Hi @mberacochea, I have just finished my test and it worked flawlessly! |
Brilliant @MWorksGH. Thanks for reporting the issue, I'll make a new release of the pipeline this week. |
Description of the bug
I encountered an error while running the EBIMETAGENOMICS_METTANNOTATOR pipeline. The process EBIMETAGENOMICS_METTANNOTATOR:METTANNOTATOR:UNIFIRE (BA_CL3) terminated with an error exit status (125).
Command used and terminal output
Relevant files
nextflow.log
System information
No response
The text was updated successfully, but these errors were encountered: