Skip to content

Commit

Permalink
Set container to docker x86 one by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Jun 19, 2024
1 parent e83c4c7 commit 0f9a3de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ process {
maxErrors = '-1'
}

// Set container for docker x86 by default
includeConfig 'config/containers_docker_x86.config'

profiles {
test {
params.input = "${projectDir}/workflows/nf_aggregate/assets/test_run_ids.csv"
Expand Down Expand Up @@ -90,7 +93,6 @@ profiles {
apptainer.enabled = false
}
docker {
includeConfig 'config/containers_docker_x86.config'
docker.enabled = true
conda.enabled = false
singularity.enabled = false
Expand Down

0 comments on commit 0f9a3de

Please sign in to comment.