Skip to content

Commit b59abbe

Browse files
authored
Release v0.2.15 (#14)
* update doc * bump gpgr version
1 parent ce00931 commit b59abbe

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## dev
44

5+
- [14](https://github.com/umccr/bolt/pull/14) - gpgr version bump to 2.2.0
6+
57
- [3](https://github.com/scwatts/bolt/pull/3) - Improve PCGR / CPSR argument handling
68

79
- [6](https://github.com/umccr/bolt/pull/6) - Change oncoanalyser v2.0.0 uptade, with switch sv caller from GRIPSS to eSVee

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@ the software environment and dependencies. Consequently, dependencies are split
5454

5555
| Name | Docker image URI | Commands |
5656
| --- | --- | --- |
57-
| pcgr | ghcr.io/scwatts/bolt:0.2.14-pcgr |`bolt smlv_germline report`<br />• `bolt smlv_somatic annotate`<br />• `bolt smlv_somatic report`<br /> |
58-
| gpgr | ghcr.io/scwatts/bolt:0.2.14-gpgr |`bolt other cancer_report` |
59-
| snpeff | ghcr.io/scwatts/bolt:0.2.14-snpeff |`bolt sv_somatic annotate` |
60-
| circos | ghcr.io/scwatts/bolt:0.2.14-circos |`bolt other purple_baf_plot` |
61-
| multiqc | ghcr.io/scwatts/bolt:0.2.14-multiqc |`bolt other multiqc_report` |
62-
| base | ghcr.io/scwatts/bolt:0.2.14 |`bolt smlv_germline prepare`<br />• `bolt smlv_somatic rescue`<br />• `bolt smlv_somatic filter`<br />• `bolt sv_somatic prioritise`<br /> |
57+
| pcgr | ghcr.io/scwatts/bolt:0.2.15-pcgr |`bolt smlv_germline report`<br />• `bolt smlv_somatic annotate`<br />• `bolt smlv_somatic report`<br /> |
58+
| gpgr | ghcr.io/scwatts/bolt:0.2.15-gpgr |`bolt other cancer_report` |
59+
| snpeff | ghcr.io/scwatts/bolt:0.2.15-snpeff |`bolt sv_somatic annotate` |
60+
| circos | ghcr.io/scwatts/bolt:0.2.15-circos |`bolt other purple_baf_plot` |
61+
| multiqc | ghcr.io/scwatts/bolt:0.2.15-multiqc |`bolt other multiqc_report` |
62+
| base | ghcr.io/scwatts/bolt:0.2.15 |`bolt smlv_germline prepare`<br />• `bolt smlv_somatic rescue`<br />• `bolt smlv_somatic filter`<br />• `bolt sv_somatic prioritise`<br /> |
6363

6464
## Usage
6565

6666
Given the nature of software dependencies required, it is strongly recommended to run `bolt` commands via the existing
6767
[Docker images](#docker-images):
6868

6969
```bash
70-
docker run -ti -v $(pwd):$(pwd) -w $(pwd) ghcr.io/scwatts/bolt:0.2.14 \
70+
docker run -ti -v $(pwd):$(pwd) -w $(pwd) ghcr.io/scwatts/bolt:0.2.15 \
7171
bolt smlv_somatic filter \
7272
--tumor_name tumor_sample \
7373
--vcf_fp tumor_sample.vcf.gz \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include = ["bolt*"]
88

99
[project]
1010
name = "bolt"
11-
version = "0.2.14"
11+
version = "0.2.15"
1212
authors = [
1313
{name = "Stephen Watts", email = "[email protected]"},
1414
]

0 commit comments

Comments
 (0)