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

Explicitly disable conda container profiles #2140

Merged
merged 3 commits into from
Dec 23, 2022

Conversation

jfy133
Copy link
Member

@jfy133 jfy133 commented Dec 23, 2022

This ensures consistency across all profiles that only one software environment system is selected at any one time.

This also allows complete 'evaluation' of what container system is being used within a given pipeline run.

This was motivated by: https://github.com/nf-core/modules/pull/2688/files where we have to check if conda is enabled with session.config.conda.enabled.

PR checklist

  • This comment contains a description of changes (with reason)
  • CHANGELOG.md is updated
  • If you've fixed a bug or added code that should be tested, add tests!
  • Documentation in docs is updated

@jfy133 jfy133 changed the base branch from master to dev December 23, 2022 09:34
@github-actions
Copy link
Contributor

This PR is against the master branch ❌

  • Do not close this PR
  • Click Edit and change the base to dev
  • This CI test will remain failed until you push a new commit

Hi @jfy133,

It looks like this pull-request is has been made against the nf-core/tools master branch.
The master branch on nf-core repositories should always contain code from the latest release.
Because of this, PRs to master are only allowed if they come from the nf-core/tools dev branch.

You do not need to close this PR, you can change the target branch to dev by clicking the "Edit" button at the top of this page.
Note that even after this, the test will continue to show as failing until you push a new commit.

Thanks again for your contribution!

CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Contributor

@nvnieuwk nvnieuwk left a comment

Choose a reason for hiding this comment

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

LGTM, happy holidays! 🎄

Copy link
Member

@JoseEspinosa JoseEspinosa left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov
Copy link

codecov bot commented Dec 23, 2022

Codecov Report

Merging #2140 (a09c060) into dev (39c6bcd) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##              dev    #2140      +/-   ##
==========================================
- Coverage   71.43%   71.41%   -0.03%     
==========================================
  Files          77       77              
  Lines        8367     8367              
==========================================
- Hits         5977     5975       -2     
- Misses       2390     2392       +2     
Impacted Files Coverage Δ
nf_core/modules/test_yml_builder.py 51.11% <0.00%> (-0.89%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ewels ewels merged commit 69060a8 into dev Dec 23, 2022
@ewels ewels deleted the explicitly-disable-conda-container-profiles branch December 23, 2022 09:48
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.

None yet

4 participants