Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1103 authored May 4, 2023
2 parents 2eb1491 + 92cce8f commit bc2d0d5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ enum Facility {
CFMB_PCT("Proteomics Facility Tübingen", "Proteomics Facility"),
PCT("Proteome Center Tübingen", "PCT"),
CEGAT("CeGaT GmbH", "CeGaT GmbH"),

METABOLOMICS("Metabolomics Facility Tübingen", "Metabolomics Facility"),
METABOLOMICS_BACTERIAL("Bacterial Metabolomics", "Bacterial Metabolomics"),
METABOLOMICS_FUNCTIONAL("Functional Metabolomics", "Functional Metabolomics")

private final String fullName
private final String label

Expand Down

0 comments on commit bc2d0d5

Please sign in to comment.