Skip to content

Commit

Permalink
add a new all_cases_with_structural_variant_data to SampleList Category
Browse files Browse the repository at this point in the history
  • Loading branch information
khzhu committed Nov 25, 2019
1 parent 8a5db19 commit 86cbcee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public enum SampleListCategory {
ALL_CASES_WITH_MUTATION_AND_CNA_DATA("all_cases_with_mutation_and_cna_data"),
ALL_CASES_WITH_MUTATION_AND_CNA_AND_MRNA_DATA("all_cases_with_mutation_and_cna_and_mrna_data"),
ALL_CASES_WITH_GSVA_DATA("all_cases_with_gsva_data"),
ALL_CASES_WITH_SV_DATA("all_cases_with_structural_variant_data"),
OTHER("other");

// Init the look up map.
Expand Down
1 change: 1 addition & 0 deletions core/src/main/scripts/importer/validateData.py
Original file line number Diff line number Diff line change
Expand Up @@ -4253,6 +4253,7 @@ def processCaseListDirectory(caseListDir, cancerStudyId, logger,
'all_cases_with_mutation_and_cna_data',
'all_cases_with_mutation_and_cna_and_mrna_data',
'all_cases_with_gsva_data',
'all_cases_with_structural_variant_data',
'other']

# If the case list category is invalid, the importer will crash.
Expand Down

0 comments on commit 86cbcee

Please sign in to comment.