Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingKaiser authored Jan 15, 2025
2 parents 580b17a + b8610b6 commit 41aca0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/eddie.config
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ env {

singularity {
envWhitelist = "SINGULARITY_TMPDIR,TMPDIR"
runOptions = '-p -B "$TMPDIR"'
runOptions = '-p --scratch /dev/shm -B "$TMPDIR"'
enabled = true
autoMounts = true
cacheDir = "/exports/igmm/eddie/BioinformaticsResources/nfcore/singularity-images"
Expand Down
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 41aca0c

Please sign in to comment.