Skip to content

Commit f81a66e

Browse files
authored
Merge pull request #12 from EMSL-Computing/feat/forge-catalog
add catalog-info.yaml file for forge catalog
2 parents 56a3ecf + 2b6fccc commit f81a66e

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

catalog-info.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: pspecter-lib
5+
title: PSpecteR Library
6+
description: Proteomics R package for matching peptide fragments for both digested and intact proteomics
7+
annotations:
8+
# Conditional host-specific annotations rendered to avoid empty-string values that fail catalog validation.
9+
github.com/project-slug: EMSL-Computing/pspecterlib
10+
links:
11+
- title: PSpecteR Library Repository
12+
url: https://github.com/EMSL-Computing/pspecterlib
13+
tags:
14+
- proteomics
15+
- peptide
16+
- proteomics
17+
- r-package
18+
spec:
19+
type: library
20+
owner: user:default/david.degnan_pnnl.gov # David Degnan project contributor
21+
visibility: private # to expose this item in the catalog to others at PNNL, change the visibility to 'public'
22+
# system:
23+
lifecycle: production
24+
dependencyOf:
25+
- component:default/isoforma-lib

0 commit comments

Comments
 (0)