Skip to content

Commit

Permalink
Merge pull request #701 from nf-core/dardel_java8_fix_and_apptainer_f…
Browse files Browse the repository at this point in the history
…or_fuse

Dardel java8 fix and apptainer for fuse
  • Loading branch information
pontus committed Jun 5, 2024
2 parents 52edad2 + 757b38d commit 5a00766
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions conf/pdc_kth.config
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,9 @@ singularity {

process {
// Should we lock these to specific versions?
beforeScript = 'module load PDC singularity'
beforeScript = 'module load PDC apptainer'

executor = 'slurm'
clusterOptions = { clusterOptionsCreator(task.memory, task.time, task.cpus) }
}

env {
// Handle java logging on stdout when discovering duplicated cgroups when
// running in singularity with Lustre mount
JAVA_TOOL_OPTIONS = "-Xlog:disable"
}

0 comments on commit 5a00766

Please sign in to comment.