-
Notifications
You must be signed in to change notification settings - Fork 22
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
Amrfinderplus_update not working in test run #328
Comments
Ooof that looks like amrfinder itself borked for some reason... but it doesn't actually report the error message.. @jasmezz @Darcy220606 could you see if you fan replicate? The other option @pdy1084 is to try downloading the database manually yourself and pass that to the pipeline. Pleas esee https://nf-co.re/funcscan/1.1.4/parameters#arg_amrfinderplus_db |
Hi again @jfy133, As you suggested, I have downloaded amrfinderplus_db to a folder, added the path to the nf-core parameters and run again the test. It seems that the error I get now is not related to AMRFINDERPLUS_UPDATE module anymore but instead to AMRFINDERPLUS_RUN. I checked and AMRprot is in the folder. Do you have any suggestions on how to address this? Thank you! ----------------------- Run command $ nextflow run nf-core/funcscan -r 1.1.4 ----------------------- Here you can see nf-core/funcscan is reading well the database ... ARG: AMRFinderPlus ARG: DeepARG ------------------------ And here I post a chunk of the error message which keeps repeating: [63/8e3b7a] process > NFCORE_FUNCSCAN:FUNCSCAN:AR... [ 0%] 0 of 4 Caused by: Command executed: if [ "false" == "true" ]; then if [ "false" == "true" ]; then amrfinder VER=$(amrfinder --version) cat <<-END_VERSIONS > versions.yml Command exit status: Command output: Command error: *** ERROR *** HOSTNAME: ? Work dir: Tip: you can replicate the issue by changing to the process work dir and entering the command -- Check '.nextflow.log' file for details |
Update: I could replicate it, the error seems only with the zipped DB version. Not solved yet, though... |
This should be solved now by #365 |
Description of the bug
When I run the nf-core/funcscan pipeline with test,singularity as -profile, Amrfinderplus_update does not work properly and the pipeline crashes.
I could run nf-core/mag in the same HPC before and this worked properly.
Command used and terminal output
Relevant files
No response
System information
Nextflow version 23.10.0
HPC
Executor Slurm
Container engine: Singularity
OS Rocky Linux 8.9 (Green Obsidian)
Version of nf-core/funcscan: v1.1.4-g274042b
The text was updated successfully, but these errors were encountered: