Skip to content

Commit

Permalink
chore: release 0.2.2 (#266)
Browse files Browse the repository at this point in the history
* chore: release 0.2.2

* Changed containerized tag to 0.2.2

* trigger actions

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Battenfeld <[email protected]>
  • Loading branch information
3 people authored Sep 22, 2021
1 parent 2341a61 commit afff642
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.2.2](https://www.github.com/koesterlab/snakemake-workflow-sars-cov2/compare/v0.2.1...v0.2.2) (2021-09-22)


### Bug Fixes

* rmv path for buildah ([#265](https://www.github.com/koesterlab/snakemake-workflow-sars-cov2/issues/265)) ([2341a61](https://www.github.com/koesterlab/snakemake-workflow-sars-cov2/commit/2341a61623d4a905c8ace15363e57db8ada173dd))

### [0.2.1](https://www.github.com/koesterlab/snakemake-workflow-sars-cov2/compare/v0.2.0...v0.2.1) (2021-09-22)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ report: "report/workflow.rst"
container: "docker://condaforge/mambaforge"


containerized: "quay.io/uncovar/uncovar#0.2.1"
containerized: "quay.io/uncovar/uncovar#0.2.2"


if config["strain-calling"]["use-kallisto"]:
Expand Down

0 comments on commit afff642

Please sign in to comment.