Skip to content

Commit

Permalink
Merge branch 'oncology-model' into master-thehyve
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Moinat committed Apr 16, 2020
2 parents 06f2916 + 707da18 commit 6b96c62
Show file tree
Hide file tree
Showing 5 changed files with 864 additions and 205 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,17 @@
public class Database implements Serializable {

public enum CDMVersion {
CDMV4("CDMV4.csv"), CDMV5("CDMV5.csv"), CDMV501("CDMV5.0.1.csv"), CDMV510("CDMV5.1.0.csv"), CDMV520("CDMV5.2.0.csv"), CDMV530("CDMV5.3.0.csv"), CDMV531("CDMV5.3.1.csv"), CDMV60("CDMV6.0.csv");
CDMV4("CDMV4.csv")
, CDMV5("CDMV5.csv")
, CDMV501("CDMV5.0.1.csv")
, CDMV510("CDMV5.1.0.csv")
, CDMV520("CDMV5.2.0.csv")
, CDMV530("CDMV5.3.0.csv")
, CDMV531("CDMV5.3.1.csv")
, CDMV531_O("CDMV5.3.1_Oncology.csv")
, CDMV60("CDMV6.0.csv")
, CDMV60_O("CDMV6.0_Oncology.csv")
;

private final String fileName;

Expand Down
Loading

0 comments on commit 6b96c62

Please sign in to comment.