Skip to content

Commit

Permalink
Merge pull request #118 from CCBR/fix-docker
Browse files Browse the repository at this point in the history
Fix docker tag name
  • Loading branch information
kelly-sovacool authored Oct 2, 2024
2 parents 3735497 + 7567015 commit eaff046
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

- New contributing guide available on GitHub and the documentation website. (#114, @kelly-sovacool)
- New `xavier debug` subcommand to determine the base directory for debugging purposes. (#114, @kelly-sovacool)
- Upgraded `ccbr_wes_base` docker to v1.1.0 with updated GATK version to v4.6.0.0 (#116, @samarth8392)
- Upgrade multiqc container to use v1.15. (#117, @kelly-sovacool)
- Upgrade memory for rule "bwa_mem" to 100G (#118, @samarth8392)

## XAVIER 3.1.0

Expand Down
2 changes: 1 addition & 1 deletion config/cluster.biowulf.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"bwa_mem": {
"threads": "24",
"mem": "64G"
"mem": "100G"
},
"picard_headers": {
"threads": "2",
Expand Down
2 changes: 1 addition & 1 deletion config/cluster.frce.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
},
"bwa_mem": {
"threads": "24",
"mem": "64G"
"mem": "100G"
},
"picard_headers": {
"threads": "2",
Expand Down
2 changes: 1 addition & 1 deletion config/containers/images.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"images": {
"wes_base": "docker://nciccbr/ccbr_wes_base:v1.1.0",
"wes_base": "docker://nciccbr/ccbr_wes_base:1.1.0",
"vcf2maf": "docker://dnousome/ccbr_vcf2maf:v102.0.0",
"mutect": "docker://nciccbr/ccbr_mutect:v0.1.0",
"fastq_screen": "docker://nciccbr/ccbr_fastq_screen_0.13.0:v2.0",
Expand Down

0 comments on commit eaff046

Please sign in to comment.