Skip to content

Commit

Permalink
Increase job time for FastQC and Fastq screen (#59)
Browse files Browse the repository at this point in the history
* Increase job time for FastQC and Fastq screen

* Increase even more
  • Loading branch information
matrulda authored Mar 28, 2024
1 parent 8e0d083 commit 809cc46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/nextflow_config/compute_resources.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
process {
withName: 'FASTQC' {
time = '12h'
}
withName: 'FASTQ_SCREEN' {
memory = '4G'
time = '12h'
}
withName: 'GET_QC_THRESHOLDS' {
errorStrategy = 'ignore'
Expand Down

0 comments on commit 809cc46

Please sign in to comment.