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
44 lines (44 loc) · 1.13 KB
/
meta.yml
File metadata and controls
44 lines (44 loc) · 1.13 KB
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
35
36
37
38
39
40
41
42
43
44
name: SPECTRUM2FEATURES
description: A module to add signal-to-noise ratio features for percolator
keywords:
- features
- percolator
tools:
- custom:
description: |
A custom module to add signal-to-noise ratio features.
homepage: https://github.com/bigbio/quantms
documentation: https://github.com/bigbio/quantms/tree/readthedocs
input:
- meta:
type: map
description: Groovy Map containing sample information
- ms_file:
type: file
description: |
A string specifying the path to the mass spectrometry file.
pattern: "*.mzML"
- id_file:
type: file
description: |
Input idXML file containing the identifications.
pattern: "*.idXML"
output:
- meta:
type: map
description: Groovy Map containing sample information
- id_files_snr:
type: file
description: |
Output file in idXML format
pattern: "*.idXML"
- log:
type: file
description: log file
pattern: "*.log"
- version:
type: file
description: File containing software version
pattern: "versions.yml"
authors:
- "@daichengxin"