Skip to content

Commit

Permalink
Update eddie.config
Browse files Browse the repository at this point in the history
update rnaseq/eddie.config add TRIMGALORE to handle java issue on eddie
  • Loading branch information
ggrimes authored Sep 30, 2024
1 parent 6697617 commit 5444709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/pipeline/rnaseq/eddie.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
process {

withName: 'PICARD_MARKDUPLICATES|QUALIMAP_RNASEQ|FASTQC|BBMAP_BBSPLIT' {
withName: 'PICARD_MARKDUPLICATES|QUALIMAP_RNASEQ|FASTQC|BBMAP_BBSPLIT|TRIMGALORE' {
clusterOptions = { "-l h_vmem=${(task.memory + 4.GB).bytes / task.cpus}" }
}
}

0 comments on commit 5444709

Please sign in to comment.