Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 4, 2022
1 parent 6758bf5 commit 3da9a1d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.3.0](https://github.com/IKIM-Essen/16S/compare/v0.2.0...v0.3.0) (2022-10-04)


### Features

* added all beta-significance plots ([#56](https://github.com/IKIM-Essen/16S/issues/56)) ([e137555](https://github.com/IKIM-Essen/16S/commit/e137555ddaf709057b8913dff39d168c017820c9))
* Added alpha correlation ([#64](https://github.com/IKIM-Essen/16S/issues/64)) ([c39f46c](https://github.com/IKIM-Essen/16S/commit/c39f46ce06f6015c8a129ec8fa454cbfa00c78bd))
* added DADA2 option to pipeline ([#47](https://github.com/IKIM-Essen/16S/issues/47)) ([efc3ab0](https://github.com/IKIM-Essen/16S/commit/efc3ab0e67ab8675131cc8d7e6490bc38ffffe4a))
* alpha beta analysis added ([#50](https://github.com/IKIM-Essen/16S/issues/50)) ([267f1cb](https://github.com/IKIM-Essen/16S/commit/267f1cbc3a80d381b1f81f3e4adf9ba60e6342c4))
* ancom ([#58](https://github.com/IKIM-Essen/16S/issues/58)) ([93548b2](https://github.com/IKIM-Essen/16S/commit/93548b2677d3f91d8bb04302ce643876fe16a7f9))
* merg staggered reads ([#61](https://github.com/IKIM-Essen/16S/issues/61)) ([bde51b4](https://github.com/IKIM-Essen/16S/commit/bde51b401046d9235afff2ce7f91469626074e05))
* metadata reader ([#52](https://github.com/IKIM-Essen/16S/issues/52)) ([46b7301](https://github.com/IKIM-Essen/16S/commit/46b7301cb453007e2616d3f40b7e083bdf079dbe))
* parameters printed to csv ([#66](https://github.com/IKIM-Essen/16S/issues/66)) ([209a0f9](https://github.com/IKIM-Essen/16S/commit/209a0f9b6d1522a94581a1ffa420b1bdec54ebc7))
* possibility to manually exclude metadata columns ([#67](https://github.com/IKIM-Essen/16S/issues/67)) ([6758bf5](https://github.com/IKIM-Essen/16S/commit/6758bf51ce1e2a40b2d9a44a9a4517f6da187f15))
* ReadMe-Update ([#51](https://github.com/IKIM-Essen/16S/issues/51)) ([2bbe88d](https://github.com/IKIM-Essen/16S/commit/2bbe88d945d4387bf950ab883682610a0339dc0e))


### Bug Fixes

* beta analysis ([#65](https://github.com/IKIM-Essen/16S/issues/65)) ([e44e757](https://github.com/IKIM-Essen/16S/commit/e44e757e4cb0da8c7bb9c95cb5a4761f3afaa5fc))
* compressed kraken output ([#55](https://github.com/IKIM-Essen/16S/issues/55)) ([2f2cffc](https://github.com/IKIM-Essen/16S/commit/2f2cffcbf3d1442dc8f3d3776a08ac19df056ffe))
* filled missing values with 0, added DADA2 for single end data([#54](https://github.com/IKIM-Essen/16S/issues/54)) ([b474957](https://github.com/IKIM-Essen/16S/commit/b474957f2ba136607f86779515800851d9c558c0))
* log and verbose information now written to all logs ([#49](https://github.com/IKIM-Essen/16S/issues/49)) ([2c1ed55](https://github.com/IKIM-Essen/16S/commit/2c1ed551b26478ddd95024a05f5890cadcdcc88c))

## [0.2.0](https://github.com/IKIM-Essen/16S/compare/v0.1.0...v0.2.0) (2022-07-21)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0

0 comments on commit 3da9a1d

Please sign in to comment.