Skip to content

Commit a661a7b

Browse files
authored
Merge pull request #68 from ao508/remove-microbiome-enums
Commented out microbiome defs
2 parents 8658ab5 + e24a525 commit a661a7b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/main/java/org/mskcc/smile/commons/enums/CmoSampleClass.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/main/java/org/mskcc/smile/commons/enums/SampleOrigin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/main/java/org/mskcc/smile/commons/enums/SampleType.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)