Skip to content

Commit

Permalink
Add gitpod and mamba profiles to the pipeline template
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-panchal committed Jul 14, 2022
1 parent 77f43e8 commit 1a47273
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ profiles {
shifter.enabled = false
charliecloud.enabled = false
}
mamba {
params.enable_conda = true
conda.useMamba = true
docker.enabled = false
singularity.enabled = false
podman.enabled = false
shifter.enabled = false
charliecloud.enabled = false
}
docker {
docker.enabled = true
docker.userEmulation = true
Expand Down Expand Up @@ -124,6 +133,11 @@ profiles {
podman.enabled = false
shifter.enabled = false
}
gitpod {
executor.name = 'local'
executor.cpus = 16
executor.memory = 60.GB
}
test { includeConfig 'conf/test.config' }
test_full { includeConfig 'conf/test_full.config' }
}
Expand Down

0 comments on commit 1a47273

Please sign in to comment.