-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathmeta.yml
More file actions
42 lines (42 loc) · 1.21 KB
/
meta.yml
File metadata and controls
42 lines (42 loc) · 1.21 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
name: assemble_empirical_library
description: A module for assemble empirical library analysis based on DIA-NN.
keywords:
- DIA-NN
- DIA
tools:
- DIA-NN:
description: |
DIA-NN - a universal software for data-independent acquisition (DIA) proteomics data processing by Demichev.
homepage: https://github.com/vdemichev/DiaNN
documentation: https://github.com/vdemichev/DiaNN
input:
- mzMLs:
type: file
description: Spectra file in mzML format
pattern: "*.mzML"
- quant:
type: file
description: The .quant files containing IDs and quantification information
- lib:
type: file
description: Spectra library file
pattern: "*.tsv"
- diann_config:
type: dir
description: Specifies a file to load options/commands from.
pattern: "*.cfg"
output:
- empirical_library:
type: file
description: An empirical spectral library from the .quant files.
pattern: "empirical_library.tsv"
- log:
type: file
description: DIA-NN log file
pattern: "assemble_empirical_library.log"
- version:
type: file
description: File containing software version
pattern: "versions.yml"
authors:
- "@daichengxin"