File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/main/java/org/mskcc/smile/commons/enums Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ public enum CmoSampleClass {
1515 PRIMARY ("Primary" ),
1616 RECURRENCE ("Recurrence" ),
1717 TUMOR ("Tumor" ),
18- UNKNOWN_TUMOR ("Unknown Tumor" ),
19- MICROBIOME ("Microbiome" );
18+ UNKNOWN_TUMOR ("Unknown Tumor" );
19+ // MICROBIOME("Microbiome");
2020
2121 private static final Map <String , CmoSampleClass > valueToCmoSampleClass = new HashMap <>();
2222
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ public enum SampleOrigin {
3030 TISSUE ("Tissue" ),
3131 URINE ("Urine" ),
3232 VIABLY_FROZEN_CELLS ("Viably Frozen Cells" ),
33- WHOLE_BLOOD ("Whole Blood" ),
34- STOOL ("Stool" );
33+ WHOLE_BLOOD ("Whole Blood" );
34+ // STOOL("Stool");
3535
3636 private static final Map <String , SampleOrigin > valueToSampleOrigin = new HashMap <>();
3737
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public enum SampleType {
3131 SLIDES ("Slides" ),
3232 TISSUE ("Tissue" ),
3333 UHMWDNA ("uhmwDNA" ),
34- WHOLE_BLOOD ("Whole Blood" ),
35- STOOL ("Stool" );
34+ WHOLE_BLOOD ("Whole Blood" );
35+ // STOOL("Stool");
3636
3737 private static final Map <String , SampleType > valueToSampleType = new HashMap <>();
3838
You can’t perform that action at this time.
0 commit comments