1
1
2
2
- [ 📚 gpgr - Genomics Platform Group
3
- Reporting] ( #-gpgr---genomics-platform-group-reporting )
3
+ Reporting] ( #books -gpgr---genomics-platform-group-reporting )
4
4
- [ Installation] ( #installation )
5
5
- [ Main modules] ( #main-modules )
6
- - [ 🕸 LINX] ( #id_-linx )
7
6
- [ 🔮 PURPLE] ( #id_-purple )
8
- - [ 🐍 umccrise ] ( #id_-umccrise )
7
+ - [ sash ] ( #id_-sash )
9
8
- [ 🥳 Developers] ( #id_-developers )
10
9
- [ 💻 CLI] ( #id_-cli )
11
10
@@ -37,28 +36,19 @@ conda install r-gpgr -c umccr -c conda-forge -c bioconda
37
36
38
37
## Main modules
39
38
40
- ### 🕸 LINX
41
-
42
- - Generate a HTML report with results from the ` LINX ` structural variant
43
- visualisation tool from the Hartwig Medical Foundation
44
- (< https://github.com/hartwigmedical/hmftools/tree/master/linx > ). See
45
- the [ CLI] ( #cli ) section below for options.
46
- - For useful functions for reading/processing ` LINX ` results, see the
47
- vignette at < https://umccr.github.io/gpgr/articles/linx.html > .
48
-
49
39
### 🔮 PURPLE
50
40
51
41
- Read and process output files from the ` PURPLE ` purity/copy number
52
42
estimator tool from the Hartwig Medical Foundation
53
43
(< https://github.com/hartwigmedical/hmftools/tree/master/purple > ). See
54
44
vignette at < https://umccr.github.io/gpgr/articles/purple.html > .
55
45
56
- ### 🐍 umccrise
46
+ ### sash
57
47
58
- - Generate a HTML report with results from the ` umccrise ` DRAGEN
59
- tumor/normal post-processing workflow from UMCCR -
60
- < https://github.com/umccr/umccrise > . See the [ CLI] ( #cli ) section below
61
- for options.
48
+ - Generate a HTML report with results from the ` sash ` WGS
49
+ post-processing workflow
50
+ - < https://github.com/scwatts/sash > . See the [ CLI] ( #cli ) section below
51
+ for options.
62
52
63
53
## 🥳 Developers
64
54
@@ -80,52 +70,40 @@ export PATH="${gpgr_cli}:${PATH}"
80
70
```
81
71
82
72
gpgr.R --version
83
- gpgr.R 1.4.3
73
+ gpgr.R 2.1.0
84
74
85
75
#-----------------------------------#
86
76
gpgr.R --help
87
- usage: gpgr.R [-h] [-v] {linx, canrep} ...
77
+ usage: gpgr.R [-h] [-v] {canrep} ...
88
78
89
79
UMCCR Genomics Platform Group Reporting
90
80
91
81
positional arguments:
92
- {linx,canrep} sub-command help
93
- linx UMCCR LINX Report.
82
+ {canrep} sub-command help
94
83
canrep UMCCR Cancer Report.
95
84
96
85
options:
97
86
-h, --help show this help message and exit
98
87
-v, --version show program's version number and exit
99
88
100
- #-----------------------------------#
101
- #------- LINX Report -------#
102
- gpgr.R linx --help
103
- usage: gpgr.R linx [-h] --sample SAMPLE --plot PLOT --table TABLE [--out OUT]
104
- [--quiet]
105
-
106
- options:
107
- -h, --help show this help message and exit
108
- --sample SAMPLE Sample name.
109
- --plot PLOT Path to LINX plot directory.
110
- --table TABLE Path to LINX table directory.
111
- --out OUT HTML output file name [def: linx_{sample}.html].
112
- --quiet Suppress log printing during rendering.
113
-
114
89
#-----------------------------------#
115
90
#------- Cancer Report -------#
116
91
gpgr.R canrep --help
117
92
usage: gpgr.R canrep [-h] --af_global AF_GLOBAL --af_keygenes AF_KEYGENES
118
- --batch_name BATCH_NAME --conda_list CONDA_LIST --img_dir
119
- IMG_DIR --key_genes KEY_GENES --somatic_snv_summary
120
- SOMATIC_SNV_SUMMARY --somatic_snv_vcf SOMATIC_SNV_VCF
93
+ --batch_name BATCH_NAME [--conda_list CONDA_LIST]
94
+ --img_dir IMG_DIR --key_genes KEY_GENES --oncokb_genes
95
+ ONCOKB_GENES --somatic_snv_vcf SOMATIC_SNV_VCF
96
+ --somatic_snv_summary SOMATIC_SNV_SUMMARY
121
97
--somatic_sv_tsv SOMATIC_SV_TSV --somatic_sv_vcf
122
98
SOMATIC_SV_VCF --purple_som_gene_cnv PURPLE_SOM_GENE_CNV
123
- --purple_som_cnv PURPLE_SOM_CNV --purple_purity
124
- PURPLE_PURITY --purple_qc PURPLE_QC --purple_som_snv_vcf
125
- PURPLE_SOM_SNV_VCF --oncoviral_present_viruses
126
- ONCOVIRAL_PRESENT_VIRUSES --oncoviral_breakpoints_tsv
127
- ONCOVIRAL_BREAKPOINTS_TSV [--out_file OUT_FILE] [--quiet]
128
- --result_outdir RESULT_OUTDIR --tumor_name TUMOR_NAME
99
+ --purple_som_cnv_ann PURPLE_SOM_CNV_ANN --purple_som_cnv
100
+ PURPLE_SOM_CNV --purple_purity PURPLE_PURITY --purple_qc
101
+ PURPLE_QC --purple_som_snv_vcf PURPLE_SOM_SNV_VCF
102
+ --virusbreakend_tsv VIRUSBREAKEND_TSV --virusbreakend_vcf
103
+ VIRUSBREAKEND_VCF --dragen_hrd DRAGEN_HRD
104
+ --bcftools_stats BCFTOOLS_STATS [--out_file OUT_FILE]
105
+ [--quiet] --result_outdir RESULT_OUTDIR --tumor_name
106
+ TUMOR_NAME
129
107
130
108
options:
131
109
-h, --help show this help message and exit
@@ -140,16 +118,21 @@ export PATH="${gpgr_cli}:${PATH}"
140
118
--img_dir IMG_DIR Path to directory containing PURPLE plots.
141
119
--key_genes KEY_GENES
142
120
Path to UMCCR cancer gene file.
143
- --somatic_snv_summary SOMATIC_SNV_SUMMARY
144
- Path to `somatic_snv_summary.json` .
121
+ --oncokb_genes ONCOKB_GENES
122
+ Path to OncoKB database file .
145
123
--somatic_snv_vcf SOMATIC_SNV_VCF
146
124
Path to `somatic-PASS.vcf.gz` SNV VCF.
125
+ --somatic_snv_summary SOMATIC_SNV_SUMMARY
126
+ Path to `somatic_snv_summary.json` JSON.
147
127
--somatic_sv_tsv SOMATIC_SV_TSV
148
128
Path to `manta.tsv` TSV file.
149
129
--somatic_sv_vcf SOMATIC_SV_VCF
150
130
Path to `manta.vcf.gz` VCF file.
151
131
--purple_som_gene_cnv PURPLE_SOM_GENE_CNV
152
132
Path to `purple.cnv.gene.tsv`.
133
+ --purple_som_cnv_ann PURPLE_SOM_CNV_ANN
134
+ Path to annotated and prioritised
135
+ `purple.cnv.somatic.tsv`.
153
136
--purple_som_cnv PURPLE_SOM_CNV
154
137
Path to `purple.cnv.somatic.tsv`.
155
138
--purple_purity PURPLE_PURITY
@@ -158,10 +141,14 @@ export PATH="${gpgr_cli}:${PATH}"
158
141
Path to `purple.qc`.
159
142
--purple_som_snv_vcf PURPLE_SOM_SNV_VCF
160
143
Path to `purple.somatic.vcf.gz`.
161
- --oncoviral_present_viruses ONCOVIRAL_PRESENT_VIRUSES
162
- Path to `oncoviruses/present_viruses.txt`.
163
- --oncoviral_breakpoints_tsv ONCOVIRAL_BREAKPOINTS_TSV
164
- Path to `oncoviruses/oncoviral_breakpoints.tsv`.
144
+ --virusbreakend_tsv VIRUSBREAKEND_TSV
145
+ Path to VIRUSBreakend summary file.
146
+ --virusbreakend_vcf VIRUSBREAKEND_VCF
147
+ Path to VIRUSBreakend VCF file.
148
+ --dragen_hrd DRAGEN_HRD
149
+ Path to DRAGEN HRD file
150
+ --bcftools_stats BCFTOOLS_STATS
151
+ Path to bcftools stats file
165
152
--out_file OUT_FILE Path to output HTML file (needs '.html' suffix) [def:
166
153
{tumor_name}_cancer_report.html].
167
154
--quiet Suppress log printing during rendering.
0 commit comments