Skip to content

Commit

Permalink
Merge pull request #699 from ggrimes/patch-4
Browse files Browse the repository at this point in the history
Update eddie.config
  • Loading branch information
jfy133 authored Jun 23, 2024
2 parents 8f1ca0b + ba586b0 commit e187ce4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions conf/eddie.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
//Profile config names for nf-core/configs
params {
config_profile_description = 'University of Edinburgh (eddie) cluster profile provided by nf-core/configs.'
config_profile_contact = 'Alison Meynert (@ameynert)'
config_profile_contact = 'Graeme Grimes (@ggrimes)'
config_profile_url = 'https://www.ed.ac.uk/information-services/research-support/research-computing/ecdf/high-performance-computing'
}

executor {
name = "sge"
queueSize = "100"
}

process {
Expand All @@ -24,7 +23,7 @@ process {
beforeScript =
"""
. /etc/profile.d/modules.sh
module load 'roslin/singularity/3.5.3'
module load singularity
export SINGULARITY_TMPDIR="\$TMPDIR"
"""
}
Expand Down

0 comments on commit e187ce4

Please sign in to comment.