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

Add support for custom conda channels #3435

Merged
merged 2 commits into from
Nov 25, 2022
Merged

Conversation

pditommaso
Copy link
Member

This PR adds the support for custom conda channels.

The channels can be specified in the nextflow config e.g.

conda {
  channels = ['bioconda','defaults']
}

They are used when creating the Conda environment via punctual packages specified via the conda directive e.g.

process foo {
  conda 'samtools'
} 

Note, custom channels are ignored when the conda directive specified a Conda recipe yaml file

Signed-off-by: Paolo Di Tommaso paolo.ditommaso@gmail.com

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for custom channels to Conda
3 participants