-
Notifications
You must be signed in to change notification settings - Fork 32
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 > 'pipeline:makeReport (1) error exit status (137) #116
Comments
Hi @afazhra I'm sorry you're experiencing issues with the workflow. There will be an update shortly that should fix your issue.
Thanks, Neil |
thank you so much for your help, it solved the problem |
Hi @nrhorner sorry to bother you again. I’ve encountered an issue with the report below, even though I'm using 30 threads and the memory configuration you provided earlier, thank you.
|
I’m experiencing Error executing process > 'pipeline:makeReport (1)' this same issue across multiple versions. I’ve tried various versions, starting from the lowest to the newest wf-transcriptomes, but the problem persists. My system setup includes 62 GB of memory and 32 cores, running on Ubuntu 20.04.6 LTS. The file I’m attempting to upload is a 28.7 GB FASTQ file and i'm using single thread for the process.
Any suggestions or guidance on resolving this would be greatly appreciated.
Thank you
`Workflow execution completed unsuccessfully!
The exit status of the task that caused the workflow execution to fail was: 137.
The full error message was:
Error executing process > 'pipeline:makeReport (1)'
Caused by:
Process
pipeline:makeReport (1)
terminated with an error exit status (137)Command executed:
if [ -f "de_report/OPTIONAL_FILE" ]; then
dereport=""
else
dereport="--de_report true --de_stats "seqkit/""
mv de_report/.gf de_report/stringtie_merged.gtf
fi
if [ -f "gff_annotation/OPTIONAL_FILE" ]; then
OPT_GFF_ANNOTATION=""
else
OPT_GFF_ANNOTATION="--gff_annotation gff_annotation/"
fi
if [ -f "gffcmp_dir/OPTIONAL_FILE" ]; then
OPT_GFFCMP_DIR=""
else
OPT_GFFCMP_DIR="--gffcompare_dir gffcmp_dir/"
fi
if [ -f "aln_stats/OPTIONAL_FILE" ]; then
OPT_ALN=""
else
OPT_ALN="--alignment_stats aln_stats/"
fi
if [ -f "pychopper_report/OPTIONAL_FILE" ]; then
OPT_PC_REPORT=""
else
OPT_PC_REPORT="--pychop_report pychopper_report/"
fi
if [ -f "isoforms_table/OPTIONAL_FILE" ]; then
OPT_ISO_TABLE=""
else
OPT_ISO_TABLE="--isoform_table isoforms_table"
fi
workflow-glue report --report wf-transcriptomes-report.html --versions versions.txt --params params.json ${OPT_ALN} ${OPT_PC_REPORT} --stats per_read_stats/ ${OPT_GFF_ANNOTATION} ${OPT_ISO_TABLE} ${OPT_GFFCMP_DIR} --isoform_table_nrows 5000 ${dereport}
Command exit status:
137
Command output:
(empty)
Command error:
[03:13:28 - workflow_glue] Bootstrapping CLI.
/opt/custflow/epi2meuser/conda/lib/python3.8/site-packages/gffutils/parser.py:19: DeprecationWarning: invalid escape sequence \w
gff3_kw_pat = re.compile('\w+=')
[03:13:30 - workflow_glue] Starting entrypoint.
.command.sh: line 33: 30 Killed workflow-glue report --report wf-transcriptomes-report.html --versions versions.txt --params params.json ${OPT_ALN} ${OPT_PC_REPORT} --stats per_read_stats/* ${OPT_GFF_ANNOTATION} ${OPT_ISO_TABLE} ${OPT_GFFCMP_DIR} --isoform_table_nrows 5000 ${dereport}
Work dir:
/home/p2solo/epi2melabs/instances/wf-transcriptomes_01J8KFT05TC72YM7QQVMA49A2T/work/f8/637931dcb6240f13fa6728696fc20f
Tip: you can replicate the issue by changing to the process work dir and entering the command `bash .command.run``
The text was updated successfully, but these errors were encountered: