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

docs: clarify the channel priority in environment definition deployment.rst #2352

Merged
merged 1 commit into from Jul 12, 2023

Conversation

huzuner
Copy link
Contributor

@huzuner huzuner commented Jul 12, 2023

Description

In Snakemake documentation, the priority of channels is not known to the user in environment definitions. I attempted to make this information explicit in case people with little knowledge of conda have issues with it.

QC

  • The PR contains a test case for the changes or the changes are already covered by an existing test case.
  • The documentation (docs/) is updated to reflect the changes or this is not necessary (e.g. if the change does neither modify the language nor the behavior or functionalities of Snakemake).

@huzuner huzuner changed the title clarify the channel priority in environment definition deployment.rst docs: clarify the channel priority in environment definition deployment.rst Jul 12, 2023
@huzuner
Copy link
Contributor Author

huzuner commented Jul 12, 2023

Please feel free to close the PR if I failed to see this or related information somewhere in the whole documentation.

@johanneskoester johanneskoester enabled auto-merge (squash) July 12, 2023 13:47
@sonarcloud
Copy link

sonarcloud bot commented Jul 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@johanneskoester johanneskoester merged commit 76aa964 into main Jul 12, 2023
7 of 8 checks passed
@johanneskoester johanneskoester deleted the docs-channel-priority branch July 12, 2023 14:57
johanneskoester pushed a commit that referenced this pull request Jul 21, 2023
🤖 I have created a release *beep* *boop*
---


##
[7.30.2](v7.30.1...v7.30.2)
(2023-07-20)


### Bug Fixes

* do not allow setting benchmark and between-workflow caching for the
same rule. The reason is that when the result is taken from cache, there
is no way to fill the benchmark file with any reasonable values.
([#2335](#2335))
([e2d64fa](e2d64fa))
* ensure lazy evaluation of resource functions/callables (this also
entails, for now, a removal of the thread statistics in the yellow job
stats table); further, added some clarifying sentences about resource
function evaluation to the docs
([#2356](#2356))
([4c591b7](4c591b7))
* handle non-PEP440 versions of apptainer/singulariy
([#2337](#2337))
([dea6ba8](dea6ba8))
* remote GS builds too many inventories; io:collect_mtime always uses
uncached mtime
([#2266](#2266))
([bad9115](bad9115))
* Solve apptainer version issue
([#2333](#2333))
([a876e0f](a876e0f))
* SyntaxWarnings due to non-raw regex pattern strings
([#2359](#2359))
([a08c0b0](a08c0b0))


### Documentation

* clarify minimum Snakemake version for profiles
([86dc277](86dc277))
* clarify the channel priority in environment definition deployment.rst
([#2352](#2352))
([76aa964](76aa964))
* fix typo (stackoverflow issue)
([#2365](#2365))
([f770984](f770984))
* note on using checkpoint mechanism only for input function, not for
params or resources.
([#2353](#2353))
([4be2f9d](4be2f9d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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

2 participants