Skip to content

Commit ae9fbbb

Browse files
committed
as data subtypes are not to be exposed as facets, change "* Supplement" to dataTypes
1 parent 48b71a3 commit ae9fbbb

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

payload-gen-variant-calling/main.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
'indel': ['Simple Nucleotide Variation', ['Raw InDel Calls', None], ['Pindel'], ['GATK:Mutect2']],
3838
'cnv': ['Copy Number Variation', ['Raw CNV Calls', None], ['ASCAT']],
3939
'sv': ['Structural Variation', ['Raw SV Calls', None], ['BRASS']],
40-
'caveman-supplement': ['Simple Nucleotide Variation', ['Variant Calling Supplement', 'SNV Supplement'], ['CaVEMan']],
41-
'pindel-supplement': ['Simple Nucleotide Variation', ['Variant Calling Supplement', 'InDel Supplement'], ['Pindel']],
42-
'ascat-supplement': ['Copy Number Variation', ['Variant Calling Supplement', 'CNV Supplement'], ['ASCAT']],
43-
'brass-supplement': ['Structural Variation', ['Variant Calling Supplement', 'SV Supplement'], ['BRASS']],
40+
'caveman-supplement': ['Simple Nucleotide Variation', ['SNV Supplement', None], ['CaVEMan']],
41+
'pindel-supplement': ['Simple Nucleotide Variation', ['InDel Supplement', None], ['Pindel']],
42+
'ascat-supplement': ['Copy Number Variation', ['CNV Supplement', None], ['ASCAT']],
43+
'brass-supplement': ['Structural Variation', ['SV Supplement', None], ['BRASS']],
4444
'timings-supplement': ['Quality Control Metrics', ['Analysis QC', 'Runtime Stats'], None, None],
4545
'bas_metrics': ['Quality Control Metrics', ['Aligned Reads QC', 'Alignment Metrics'], ['Sanger:bam_stats']],
4646
'contamination_metrics': ['Quality Control Metrics', ['Analysis QC', 'Cross Sample Contamination'], ['Sanger:verifyBamHomChk'], ['GATK:CalculateContamination']],

tests/data/66f84b1e-dad1-4981-916e-07e62ff53410.variant_calling_supplement.payload.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"fileAccess": "controlled",
6767
"info": {
6868
"data_category": "Simple Nucleotide Variation",
69-
"data_subtype": "SNV Supplement",
69+
"data_subtype": null,
7070
"analysis_tools": [
7171
"CaVEMan"
7272
],
@@ -89,7 +89,7 @@
8989
]
9090
},
9191
"fileName": "TEST-PR.DO250122.SA610148.wgs.20210414.sanger-wxs.somatic.caveman-supplement.tgz",
92-
"dataType": "Variant Calling Supplement"
92+
"dataType": "SNV Supplement"
9393
},
9494
{
9595
"fileType": "TGZ",
@@ -98,7 +98,7 @@
9898
"fileAccess": "controlled",
9999
"info": {
100100
"data_category": "Simple Nucleotide Variation",
101-
"data_subtype": "InDel Supplement",
101+
"data_subtype": null,
102102
"analysis_tools": [
103103
"Pindel"
104104
],
@@ -118,7 +118,7 @@
118118
]
119119
},
120120
"fileName": "TEST-PR.DO250122.SA610148.wgs.20210414.sanger-wxs.somatic.pindel-supplement.tgz",
121-
"dataType": "Variant Calling Supplement"
121+
"dataType": "InDel Supplement"
122122
}
123123
],
124124
"workflow": {

0 commit comments

Comments
 (0)