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 -profile mamba #28

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Add -profile mamba #28

merged 1 commit into from
Oct 23, 2024

Conversation

ewels
Copy link
Member

@ewels ewels commented Oct 23, 2024

Add a profile for mamba that corresponds to the conda one.

Also, remove seqera from conda channels. I don't think that this is needed any more, and its precedence ahead of conda-forge was breaking FastQC installation.

If seqera is needed, fine to add it back but it should be after conda-forge.

@ewels
Copy link
Member Author

ewels commented Oct 23, 2024

Note that conda must still be installed to run with -profile mamba. See nextflow-io/nextflow#4161

@ewels ewels merged commit c55ff84 into master Oct 23, 2024
1 check passed
@ewels ewels deleted the profile-mamba branch October 23, 2024 08:30
'mamba' {
conda.enabled = true
conda.useMicromamba = true
conda.channels = 'conda-forge,bioconda,defaults'
Copy link
Member

Choose a reason for hiding this comment

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

worth to remove defaults?

Copy link
Member Author

Choose a reason for hiding this comment

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

oops! Definitely, that was a mistake on my part sorry.

Copy link
Member Author

Choose a reason for hiding this comment

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

#29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants