generated from Wang-Bioinformatics-Lab/Nextflow_Workflow_Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkflowinput.yaml
76 lines (66 loc) · 2.19 KB
/
workflowinput.yaml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
workflowname: libraryanalogsearch_accelerated_workflow
workflowdescription: libraryanalogsearch_accelerated_workflow
workflowlongdescription: Library analog search accelerated with BLINK
workflowversion: "0.1"
workflowfile: nf_workflow.nf
workflowautohide: false
adminonly: false
#This maps the parameters from an input form to those that will appear in nextflow
parameterlist:
- displayname: File Selection
paramtype: section
- displayname: Input Data Folder
paramtype: fileselector
nf_paramname: inputspectra
formplaceholder: Enter the path to search data
formvalue: ""
targettaskfolder: inputspectra
optional: false
selectsinglefile: false
folderunroll: true
- displayname: Input Library Folder
paramtype: fileselector
nf_paramname: inputlibraries
formplaceholder: Enter the path to search libraries
formvalue: "LIBRARYLOCATION/LC"
targettaskfolder: inputlibraries
optional: false
selectsinglefile: false
folderunroll: true
- displayname: Search Parameters
paramtype: section
- displayname: Ion Mode
paramtype: select
nf_paramname: blink_ionization
formvalue: positive
options:
- value: positive
display: positive
- value: negative
display: negative
- displayname: Fragment Ion Tolerance
paramtype: text
nf_paramname: fragment_tolerance
formplaceholder: Enter the fragment_tolerance
formvalue: "0.05"
tooltip: "fragment_tolerance"
- displayname: Library Minimum Cosine
paramtype: text
nf_paramname: library_min_cosine
formplaceholder: Enter the library_min_cosine
formvalue: "0.7"
- displayname: Library Minimum Matched Peaks
paramtype: text
nf_paramname: library_min_matched_peaks
formplaceholder: Enter the library_min_matched_peaks
formvalue: "6"
- displayname: Analog Max Shift
paramtype: text
nf_paramname: analog_max_shift
formplaceholder: Enter the analog_max_shift
formvalue: "200"
- displayname: Top-K
paramtype: text
nf_paramname: topk
formplaceholder: Enter the topk
formvalue: "1"