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
6 changes: 6 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@ profiles {
shifter.enabled = false
charliecloud.enabled = false
}
wave {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonder if this should be called seqera-container

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about community-containers?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you are right, though, because "Bio(containers)" is prefixed by the Bioconda community.

drpatelh marked this conversation as resolved.
Show resolved Hide resolved
singularity.ociAutoPull = true
maxulysse marked this conversation as resolved.
Show resolved Hide resolved
wave.enabled = true
wave.freeze = true
wave.strategy = 'conda,container'
drpatelh marked this conversation as resolved.
Show resolved Hide resolved
}
gitpod {
executor.name = 'local'
executor.cpus = 4
Expand Down
Loading