Skip to content

Commit

Permalink
Merge pull request #123 from CCBR/iss-122
Browse files Browse the repository at this point in the history
fix: upgrade multiqc docker with PYTHONPATH unset
  • Loading branch information
samarth8392 authored Nov 5, 2024
2 parents 2e60f68 + 721bbc3 commit 885e21a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## XAVIER development version
- Bug fixes:
- Fix minor bug in assess_significance.R script associated with rule freec_exome_somatic (#120, @samarth8392)


- Fix minor bug in `assess_significance.R` script associated with rule `freec_exome_somatic`. (#120, @samarth8392)
- Fix bug in multiqc docker container, which caused an error when running xavier from ccbrpipeliner/7. (#123, @kelly-sovacool)

## XAVIER 3.1.1

- New contributing guide available on GitHub and the documentation website. (#114, @kelly-sovacool)
Expand Down
2 changes: 1 addition & 1 deletion config/containers/images.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"fastqvalidator": "docker://nciccbr/ccbr_fastqvalidator:v0.1.0",
"kraken": "docker://nciccbr/ccbr_kraken_v2.1.1:v0.0.1",
"miniconda": "docker://continuumio/miniconda3:4.9.2",
"multiqc": "docker://nciccbr/ccbr_multiqc_1.15:v1",
"multiqc": "docker://nciccbr/ccbr_multiqc_1.15:v2",
"picard": "docker://nciccbr/ccbr_picard:v0.0.1",
"python": "docker://nciccbr/ccbr_python:v0.0.1",
"qualimap": "docker://nciccbr/ccbr_qualimap:v0.0.1"
Expand Down

0 comments on commit 885e21a

Please sign in to comment.