-
Notifications
You must be signed in to change notification settings - Fork 705
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
NFCORE_RNASEQ:RNASEQ:CUSTOM_DUMPSOFTWAREVERSIONS (1)` terminated with an error exit status (1) #1103
Comments
I get a similar error:
|
I also get an error in this task, with version 3.13.2 and the version before it. I am not sure if it is the same issue as originally posted. I've traced mine back to umi-tools and matplotlib. In the working folder for the task, the
I am not sure why this warning appears there of all places. what I do know is that the path in question is for sure present and has As far as I can tell, everything else in the pipeline has completed correctly. |
@fruce-ki I just checked my Looking at the spacing in first line, maybe it could be a parsing error? For ex. the original error might be shown as
and since the regex used in sed is But that's just my guess, maybe adding |
Yes, it is a parsing error that is related to the dreaded home directory issue popping up in large numbers in the recent weeks. Since Nextflow 23.10, the user’s home directory is no longer mounted automatically inside Singularity containers, the Ultimately, the respective modules need to be fixed, but until those updates propagated into new, validated pipeline releases, it will likely be required to set So either run the pipeline with Nextflow 23.04 or set the environment variable accordingly to mount the home directory into the Singularity containers. |
Thanks for the suggestion Matthias. Sadly, adding "NXF_SINGULARITY_HOME_MOUNT=true" did not resolve my issue. |
I cannot seem to find this "collated_versions.yml". It is not found in the work directory, do anyone know where this file can be located? EDIT: nvm, I found the reference inside the .command.run file 🙂 |
Update: I can see my issue stems from the following entry in the yaml file.
Seems the tool creating the yaml file, does not handle a log warning properly, and adds it to the output (collated_versions.yml)... Any suggestions how to fix/hack this issue? |
The message after "umitools: " also, like my issue, seems to be a warning or similar, that is being interpreted as the version. However in your case, you might be able to get rid of the warning message by following Matthias's advice. |
Thanks @kvn95ss, I opened modules/nf-core/fastqc/main.nf and changed line 40 and 52 from:
to
which solved the issue for me. |
Reopened as the modules need to be included in RNAseq still |
The problematic modules have now been patched in drpatelh@a59a6f3 which should fix this issue in the upcoming 3.14.0 release. |
Hi guys! I think I got a similar issue over in Sarek v3.3.2 (singularity-run), that is, I got a
which ends up in I saw your fixes for your seemingly similar issues, but changing the way the "version string" gets passed seems a bit of a "superficial" fix to me, since there is clearly something fundamentally wrong when a call to @maxulysse and I have a discussion going on this on Slack. |
I suggested this: https://nfcore.slack.com/archives/C043UU89KKQ/p1707125822258109?thread_ts=1706698395.146229&cid=C043UU89KKQ
|
You memory is strong, @mahesh-panchal 💪 Mine - not so much 😆 Your suggestion seems like a step in the right direction. Do we have a GitHub-issue for fixing this? (I looked in the modules-repo, since it seems like this is something that should be fixed across all modules.) |
There's no specific issue as far as I know. Only discussions as we're still up in the air whether to use environment variables or |
Description of the bug
I am running the pipeline in Rackham server in UPPMAX, so I am using
-profile uppmax
when running the command. I resume a run where I have processed around 200 samples. In the step CUSTOM_DUMPSOFTWAREVERSIONS, the run always terminates with the error. Funnily, I have had a couple of runs in the same output and work directory, none of them had failed previously.Command used and terminal output
Relevant files
No response
System information
Running on Rackham server in UPPMAX.
The text was updated successfully, but these errors were encountered: