-
Notifications
You must be signed in to change notification settings - Fork 52
test error with singularity: Error executing process > 'NFCORE_CUTANDRUN:CUTANDRUN:CUSTOM_DUMPSOFTWAREVERSIONS (1)' #243
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
Comments
Furthering, the running was launched with 4 cores and 128GB RAM. |
Is this reproducable? The pipeline is tested against singularity regulary in test mode |
Yes, it is. Additionally, under the docker profile the test works OK. |
what version of singularity are you using? |
4.0.0. |
can you try using 3.6.4? |
Sorry for the delayed reply but I was abroad for some weeks. |
Hi! I got a similar issue: Caused by: Command executed: #!/usr/bin/env python import yaml def _make_versions_html(versions): ''' ) ] for process, tmp_versions in sorted(versions.items()): html.append("") for i, (tool, version) in enumerate(sorted(tmp_versions.items())): html.append( dedent( f''' ''' ) ) html.append("") html.append("
return "\n".join(html) def _make_versions_unique_html(versions):
module_versions = {} with open("versions.yml") as f: workflow_versions["Workflow"] = { versions_mqc = { versions_mqc_unique = { with open("software_versions.yml", 'w') as f: with open("software_versions_mqc.yml", 'w') as f: with open("software_versions_unique_mqc.yml", 'w') as f: with open('local_versions.yml', 'w') as f: Command exit status: Command output: Command error:
"NFCORE_CUTANDRUN:CUTANDRUN:FASTQC_TRIMGALORE:FASTQC":
fastqc: $( fastqc --version | sed -e "s/FastQC v//g" )
fastqc: $( fastqc --version | tail -1 | sed -e "s/FastQC v//g" )
|
Description of the bug
Hi,
Runnig just the profile test with singularity (nextflow run nf-core/cutandrun -profile test,singularity), the job seems to start with no issues but ends with the following error:
Pipeline completed with errors-
ERROR ~ Error executing process > 'NFCORE_CUTANDRUN:CUTANDRUN:CUSTOM_DUMPSOFTWAREVERSIONS (1)'
Caused by:
Process
NFCORE_CUTANDRUN:CUTANDRUN:CUSTOM_DUMPSOFTWAREVERSIONS (1)
terminated with an error exit status (1)Command used and terminal output
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: