Skip to content

Commit

Permalink
fix: align qc container (#928)
Browse files Browse the repository at this point in the history
* revert csvkit to align_qc container

* update changelog

* add PR no. to changelog
  • Loading branch information
ashwini06 authored May 4, 2022
1 parent 1b5008f commit 904d183
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions BALSAMIC/config/balsamic_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ align_qc:
- picard
- multiqc
- fastp
- csvkit
annotate:
- ensembl-vep
- vcfanno
Expand Down
1 change: 1 addition & 0 deletions BALSAMIC/constants/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"picard": "align_qc",
"multiqc": "align_qc",
"fastp": "align_qc",
"csvkit": "align_qc",
"ensembl-vep": "annotate",
"genmod": "annotate",
"vcfanno": "annotate",
Expand Down
3 changes: 3 additions & 0 deletions BALSAMIC/containers/align_qc/align_qc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ dependencies:
- bioconda::picard=2.27.1
- bioconda::multiqc=1.12
- bioconda::fastp=0.23.2
- conda-forge::csvkit=1.0.7
- conda-forge::libiconv=1.16
- conda-forge::fontconfig=2.14.0
- conda-forge::r-base=4.1.3
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[9.0.1]
-------

Fixed:
^^^^^^
* Revert `csvkit` tool in align_qc container #928

[9.0.0]
--------

Expand Down

0 comments on commit 904d183

Please sign in to comment.