Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(wave): adding profile seqera_containers #1291

Draft
wants to merge 11 commits into
base: dev
Choose a base branch
from
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
- [PR #1278](https://github.com/nf-core/rnaseq/pull/1278) - Delocalise pseudo quant workflow
- [PR #1280](https://github.com/nf-core/rnaseq/pull/1280) - Reorganise pipeline level tests into flat directory structure
- [PR #1283](https://github.com/nf-core/rnaseq/pull/1283) - Add output files to nf-test snapshot
- [PR #1291](https://github.com/nf-core/rnaseq/pull/1291) - Add `seqera-containers` profile
drpatelh marked this conversation as resolved.
Show resolved Hide resolved
- [PR #1293](https://github.com/nf-core/rnaseq/pull/1293) - Update subworkflow utils_nfcore_pipeline

### Parameters
Expand Down
7 changes: 7 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,13 @@ profiles {
shifter.enabled = false
charliecloud.enabled = false
}
seqera-containers {
drpatelh marked this conversation as resolved.
Show resolved Hide resolved
apptainer.ociAutoPull = true
singularity.ociAutoPull = true
maxulysse marked this conversation as resolved.
Show resolved Hide resolved
drpatelh marked this conversation as resolved.
Show resolved Hide resolved
wave.enabled = true
wave.freeze = true
wave.strategy = 'conda'
}
gitpod {
executor.name = 'local'
executor.cpus = 4
Expand Down
Loading