We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 ~ Error executing process > 'NFCORE_SMRNASEQ:MIRNA_QUANT:SEQCLUSTER_COLLAPSE (Treatment1_REP1)'
Caused by: Process NFCORE_SMRNASEQ:MIRNA_QUANT:SEQCLUSTER_COLLAPSE (Treatment1_REP1) terminated with an error exit status (137)
NFCORE_SMRNASEQ:MIRNA_QUANT:SEQCLUSTER_COLLAPSE (Treatment1_REP1)
Command executed:
seqcluster collapse -m 1 --min_size 15 -f Treatment1_REP1.fastp.fastq.gz -o collapsed
gzip collapsed/_trimmed.fastq mv collapsed/_trimmed.fastq.gz Treatment1_REP1_seqcluster.fastq.gz
cat <<-END_VERSIONS > versions.yml "NFCORE_SMRNASEQ:MIRNA_QUANT:SEQCLUSTER_COLLAPSE": seqcluster: $(echo $(seqcluster --version 2>&1) | sed 's/^.*seqcluster //') END_VERSIONS
Command exit status: 137
Command output: (empty)
Command error: INFO Run collapse .command.sh: line 12: 33 Killed seqcluster collapse -m 1 --min_size 15 -f Treatment1_REP1.fastp.fastq.gz -o collapsed
Work dir: /home/omic/work/ad/0fef8cefbdeba4f439b4e5c42dba7f
Container: quay.io/biocontainers/seqcluster:1.2.9--pyh5e36f6f_0
Tip: you can try to figure out what's wrong by changing to the process work dir and showing the script file named .command.sh
.command.sh
-- Check '.nextflow.log' file for details ERROR ~ Pipeline failed. Please refer to troubleshooting docs: https://nf-co.re/docs/usage/troubleshooting
-- Check '.nextflow.log' file for details -[nf-core/smrnaseq] Pipeline completed with errors-
nextflow run nf-core/smrnaseq --input ./SmallRNA/samplesheet.csv --outdir ./results --genome TAIR10 --mirtrace_species ath -profile docker
No response
The text was updated successfully, but these errors were encountered:
please help me to solve this problem
Sorry, something went wrong.
Exit code 137 is a memory issue. The process is likely running out of RAM. Bump the amount for that process in your config:
https://nf-co.re/docs/usage/getting_started/configuration#max-resources
Thank you for your guidance.
No branches or pull requests
Description of the bug
ERROR ~ Error executing process > 'NFCORE_SMRNASEQ:MIRNA_QUANT:SEQCLUSTER_COLLAPSE (Treatment1_REP1)'
Caused by:
Process
NFCORE_SMRNASEQ:MIRNA_QUANT:SEQCLUSTER_COLLAPSE (Treatment1_REP1)
terminated with an error exit status (137)Command executed:
seqcluster
collapse
-m 1 --min_size 15
-f Treatment1_REP1.fastp.fastq.gz
-o collapsed
gzip collapsed/_trimmed.fastq
mv collapsed/_trimmed.fastq.gz Treatment1_REP1_seqcluster.fastq.gz
cat <<-END_VERSIONS > versions.yml$(echo $ (seqcluster --version 2>&1) | sed 's/^.*seqcluster //')
"NFCORE_SMRNASEQ:MIRNA_QUANT:SEQCLUSTER_COLLAPSE":
seqcluster:
END_VERSIONS
Command exit status:
137
Command output:
(empty)
Command error:
INFO Run collapse
.command.sh: line 12: 33 Killed seqcluster collapse -m 1 --min_size 15 -f Treatment1_REP1.fastp.fastq.gz -o collapsed
Work dir:
/home/omic/work/ad/0fef8cefbdeba4f439b4e5c42dba7f
Container:
quay.io/biocontainers/seqcluster:1.2.9--pyh5e36f6f_0
Tip: you can try to figure out what's wrong by changing to the process work dir and showing the script file named
.command.sh
-- Check '.nextflow.log' file for details
ERROR ~ Pipeline failed. Please refer to troubleshooting docs: https://nf-co.re/docs/usage/troubleshooting
-- Check '.nextflow.log' file for details
-[nf-core/smrnaseq] Pipeline completed with errors-
Command used and terminal output
nextflow run nf-core/smrnaseq --input ./SmallRNA/samplesheet.csv --outdir ./results --genome TAIR10 --mirtrace_species ath -profile docker
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: