Skip to content

Commit

Permalink
Added the HD profile (was missing from nextflow.config)
Browse files Browse the repository at this point in the history
  • Loading branch information
mberacochea committed Sep 27, 2024
1 parent dd88464 commit 625e022
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ profiles {
executor.cpus = 16
executor.memory = 60.GB
}
test { includeConfig 'conf/test.config' }
test { includeConfig 'conf/test.config' }

local {
params {
Expand Down Expand Up @@ -228,6 +228,11 @@ profiles {
pollInterval = "10 sec"
}
}

// EMBL Heidelberg
embl_hd {
includeConfig 'conf/embl_hd.config'
}
}

// Set default registry for Apptainer, Docker, Podman and Singularity independent of -profile
Expand Down

0 comments on commit 625e022

Please sign in to comment.