From 2b6fccc00b5103809d8eea095299faa6a8510ee8 Mon Sep 17 00:00:00 2001 From: pham259 Date: Mon, 26 Jan 2026 12:02:56 -0800 Subject: [PATCH] add catalog-info.yaml file for forge catalog --- catalog-info.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..a7654e1 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,25 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: pspecter-lib + title: PSpecteR Library + description: Proteomics R package for matching peptide fragments for both digested and intact proteomics + annotations: + # Conditional host-specific annotations rendered to avoid empty-string values that fail catalog validation. + github.com/project-slug: EMSL-Computing/pspecterlib + links: + - title: PSpecteR Library Repository + url: https://github.com/EMSL-Computing/pspecterlib + tags: + - proteomics + - peptide + - proteomics + - r-package +spec: + type: library + owner: user:default/david.degnan_pnnl.gov # David Degnan project contributor + visibility: private # to expose this item in the catalog to others at PNNL, change the visibility to 'public' + # system: + lifecycle: production + dependencyOf: + - component:default/isoforma-lib \ No newline at end of file