Skip to content

Commit

Permalink
Merge branch 'main' of github.com:snakemake/snakemake
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jan 19, 2024
2 parents b23e277 + 89a68ea commit 741a109
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog


## [8.2.2](https://github.com/snakemake/snakemake/compare/v8.2.1...v8.2.2) (2024-01-19)


### Documentation

* add missing doc dependency ([7ba9c21](https://github.com/snakemake/snakemake/commit/7ba9c21ac949ae6952044944af68874c516791ff))
* fix typo in `rules.py` ([#2636](https://github.com/snakemake/snakemake/issues/2636)) ([8bc2919](https://github.com/snakemake/snakemake/commit/8bc291933201e205717f3346b743153b57764a6a))
* use sphinxawesome-theme instead of lutra ([4401e9c](https://github.com/snakemake/snakemake/commit/4401e9c2c53adb46609930b872b5da27b5af58fe))

## [8.2.1](https://github.com/snakemake/snakemake/compare/v8.2.0...v8.2.1) (2024-01-17)


Expand Down
2 changes: 1 addition & 1 deletion snakemake/linting/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def lint_missing_software_definition(self, rule):
body="While environment modules allow to document and deploy the required software on a certain "
"platform, they lock your workflow in there, disabling easy reproducibility on other machines "
"that don't have exactly the same environment modules. Hence env modules (which might be beneficial "
"in certain cluster environments), should allways be complemented with equivalent conda "
"in certain cluster environments), should always be complemented with equivalent conda "
"environments.",
links=[links.package_management, links.containers],
)
Expand Down

0 comments on commit 741a109

Please sign in to comment.