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
36 lines (36 loc) · 1.05 KB
/
meta.yml
File metadata and controls
36 lines (36 loc) · 1.05 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
name: silicolibrarygeneration
description: A module for in silico predicted library generation based on DIA-NN.
keywords:
- DIA-NN
- library free
- 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:
- fasta:
type: file
description: FASTA sequence databases
pattern: "*.{fasta,fa}"
- cfg:
type: file
description: specifies a configuration file to load options/commands from.
pattern: "*.cfg"
output:
- predict_speclib:
type: file
description: Silico-predicted spectral library by deep leaning predictor in DIA-NN
pattern: "*.predicted.speclib"
- log:
type: file
description: DIA-NN log file
pattern: "silicolibrarygeneration.log"
- version:
type: file
description: File containing software version
pattern: "versions.yml"
authors:
- "@daichengxin"