Skip to content

Commit

Permalink
Update rnaseq eddie.config
Browse files Browse the repository at this point in the history
add process specific params for fastqc to deal with new modules use of Java memeory assignment via Xmx
  • Loading branch information
ggrimes authored Dec 4, 2024
1 parent 304c9e4 commit 506a3d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/pipeline/rnaseq/eddie.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ process {
withName: 'PICARD_MARKDUPLICATES|QUALIMAP_RNASEQ|FASTQC|BBMAP_BBSPLIT' {
clusterOptions = { "-l h_vmem=${(task.memory + 4.GB).bytes / task.cpus}" }
}
withName: "NFCORE_RNASEQ:RNASEQ:FASTQ_QC_TRIM_FILTER_SETSTRANDEDNESS:FASTQ_FASTQC_UMITOOLS_TRIMGALORE:FASTQC"{
cpus=5
memory=24.GB
}
}

0 comments on commit 506a3d4

Please sign in to comment.