forked from bigbio/quantms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yml
More file actions
34 lines (34 loc) · 876 Bytes
/
meta.yml
File metadata and controls
34 lines (34 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: PSMCONVERSION
description: A module to extract PSM information from idXML file
keywords:
- PSM
- conversion
tools:
- custom:
description: |
A custom module for PSM extraction.
homepage: https://github.com/bigbio/quantms
documentation: https://github.com/bigbio/quantms/tree/readthedocs
input:
- idxml_file:
type: file
description: idXML identification file
pattern: "*.idXML"
- spectrum_df:
type: file
description: spectrum data file
pattern: "_spectrum_df.parquet"
- meta:
type: map
description: Groovy Map containing sample information
output:
- psm_info:
type: file
description: PSM parquet file
pattern: "*_psm.parquet"
- version:
type: file
description: File containing software version
pattern: "versions.yml"
authors:
- "@daichengxin"