Skip to content

Commit

Permalink
Merge pull request #6860 from pughlab/fix-fusion-tab-issue-6741
Browse files Browse the repository at this point in the history
add a new all_cases_with_structural_variant_data to the validation process
  • Loading branch information
sheridancbio committed Nov 28, 2019
2 parents 920d396 + cd1b6af commit 8e7d58d
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_sv_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_sv_data',
'other']

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

0 comments on commit 8e7d58d

Please sign in to comment.