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
31 lines (31 loc) · 782 Bytes
/
meta.yml
File metadata and controls
31 lines (31 loc) · 782 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
name: MZMLSTATISTICS
description: A module for mzMLs statistics
keywords:
- mzML
- statistics
tools:
- custom:
description: |
A custom module for mzMLs statistics.
homepage: https://github.com/bigbio/quantms
documentation: https://github.com/bigbio/quantms/tree/readthedocs
input:
- mzml:
type: file
description: Spectra file in mzML format
pattern: "*.mzML"
output:
- mzml_statistics:
type: file
description: mzMLs statistics file
pattern: "*_mzml_info.parquet"
- spectrum_df:
type: file
description: spectrum data file
pattern: "_spectrum_df.parquet"
- version:
type: file
description: File containing software version
pattern: "versions.yml"
authors:
- "@wanghong"