Skip to content

Commit

Permalink
Add metabolomics facility for products (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1103 authored Feb 23, 2023
1 parent 8df8c2f commit 25650fa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ enum Facility {
QBIC("Quantitative Biology Center", "QBIC"),
CFMB_PCT("Proteomics Facility Tübingen", "Proteomics Facility"),
PCT("Proteome Center Tübingen", "PCT"),
CEGAT("CeGaT GmbH", "CeGaT GmbH")
CEGAT("CeGaT GmbH", "CeGaT GmbH"),
METABOLOMICS("Metabolomics Facility Tübingen", "Metabolomics Facility")

private final String fullName
private final String label
Expand Down

0 comments on commit 25650fa

Please sign in to comment.