@@ -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
6666Given 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 \
0 commit comments