Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/routes/assayclassifier/testing_rule_chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
},
{
"type": "match",
"match": "is_dcwg and is_primary and dataset_type == 'Xenium' and oligo_probe_panel in ['10x Genomics; Xenium Human Multi-Tissue and Cancer Panel v1; PN 1000626', '10x Genomics; Xenium Prime 5K Human Pan Tissue & Pathways Panel; PN 1000724', 'Custom', '10x Genomics; Xenium Human Colon Gene Expression Panel; PN 1000642', '10x Genomics; Xenium Human Lung Gene Expression Panel; PN 1000601', '10x Genomics; Xenium Custom Gene Expression Panel (up to 50 genes), PN-1000464', '10x Genomics; Xenium Custom Gene Expression Panel, (51-100 genes); PN 1000561', '10x Genomics; Xenium Mouse Multi-Tissue Atlassing Panel; PN 1000627']",
"match": "is_dcwg and is_primary and dataset_type == 'Xenium' and oligo_probe_panel in ['10x Genomics; Xenium Human Multi-Tissue and Cancer Panel v1; PN 1000626', '10x Genomics; Xenium Prime 5K Human Pan Tissue & Pathways Panel; PN 1000724', 'Custom', '10x Genomics; Xenium Human Colon Gene Expression Panel; PN 1000642', '10x Genomics; Xenium Human Lung Gene Expression Panel; PN 1000601', '10x Genomics; Xenium Custom Gene Expression Panel (up to 50 genes), PN-1000464', '10x Genomics; Xenium Custom Gene Expression Panel, (51-100 genes); PN 1000561', '10x Genomics; Xenium Mouse Multi-Tissue Atlassing Panel; PN 1000627', '10x Genomics; Xenium Human Skin Panel v1; PN 1000643']",
"value": "{'ubkg_code': 'C202050', 'assaytype': 'xenium', 'vitessce-hints': [], 'dir-schema': 'xenium-v2', 'contains-pii': false, 'primary': true, 'dataset-type': 'Xenium', 'description': 'Xenium'}",
"rule_description": "DCWG xenium"
},
Expand Down Expand Up @@ -906,6 +906,12 @@
"match": "is_dcwg and is_primary and dataset_type == 'COMET'",
"value": "{'ubkg_code': 'C202300', 'assaytype': 'comet', 'vitessce-hints': [], 'dir-schema': 'comet-v2', 'contains-pii': false, 'primary': true, 'dataset-type': 'COMET', 'description': 'COMET'}",
"rule_description": "DCWG COMET"
},
{
"type": "match",
"match": "is_dcwg and is_primary and dataset_type == 'DNA Methylation'",
"value": "{'ubkg_code': 'C202310', 'assaytype': 'dna-methylation', 'vitessce-hints': [], 'dir-schema': 'dna-methylation-v2', 'contains-pii': false, 'primary': true, 'dataset-type': 'DNA Methylation', 'description': 'DNA Methylation'}",
"rule_description": "DCWG DNA Methylation"
}
],
"pre":
Expand Down
Loading