Skip to content

Commit

Permalink
Add two more MX facilities (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1103 authored May 4, 2023
1 parent 462831d commit 2eb1491
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ 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("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 2eb1491

Please sign in to comment.