Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,25 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### 0.0.2

- Dev [`#20`](https://github.com/c3g/run_processing_dashboard/pull/20)
- parse different formats of sequencing dates used by novaseqx [`#19`](https://github.com/c3g/run_processing_dashboard/pull/19)
- Dev [`#18`](https://github.com/c3g/run_processing_dashboard/pull/18)
- Going to ghrc and using actions [`#17`](https://github.com/c3g/run_processing_dashboard/pull/17)
- fixing fastp fields for yield and sumBases [`#15`](https://github.com/c3g/run_processing_dashboard/pull/15)
- update config.ini [`#14`](https://github.com/c3g/run_processing_dashboard/pull/14)
- fix sumBases and updated ini [`#13`](https://github.com/c3g/run_processing_dashboard/pull/13)
- update source of sumBases to fastp yield instead of alignment [`#12`](https://github.com/c3g/run_processing_dashboard/pull/12)
- move db query into server function to update every time [`#11`](https://github.com/c3g/run_processing_dashboard/pull/11)
- update ini [`#10`](https://github.com/c3g/run_processing_dashboard/pull/10)
- make multiqc json parsing more flexible [`#9`](https://github.com/c3g/run_processing_dashboard/pull/9)
- merge postgres with main [`#6`](https://github.com/c3g/run_processing_dashboard/pull/6)
- postgres [`#5`](https://github.com/c3g/run_processing_dashboard/pull/5)
- Dockerfile changes [`#3`](https://github.com/c3g/run_processing_dashboard/pull/3)
- fixed docker [`#2`](https://github.com/c3g/run_processing_dashboard/pull/2)
- Jieyingh patch [`#1`](https://github.com/c3g/run_processing_dashboard/pull/1)
- fixes [`b53a85a`](https://github.com/c3g/run_processing_dashboard/commit/b53a85a88cadba20e32877653a723ccdfb1cd6ff)
- add more t7 runs [`e7357cd`](https://github.com/c3g/run_processing_dashboard/commit/e7357cd2ca49d538288e18aa9cb1ce6d96086be4)
- python dockerfile [`6e0c23c`](https://github.com/c3g/run_processing_dashboard/commit/6e0c23c279dd236d03d66a4f2544e86fe0c93226)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
Loading