-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSequenceMotifSearch.yaml
More file actions
101 lines (101 loc) · 2.37 KB
/
SequenceMotifSearch.yaml
File metadata and controls
101 lines (101 loc) · 2.37 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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
id: 70470634-68a8-4950-9d88-348bc19e3a1d
name: Sequence Motif Search
description: Creates boolean columns indicating the presence or absence of an input sequence motif in a sequence column - regular expressions are also supported. A column illustrating the sequence and the identified motif locations is also created.
category: Biopolymer
version: 1.1.0
serviceName: SequenceMotifRegexSearch
serviceUri: glysade.csharp
executorId: Glysade.CSharpDataFxn
inputFields:
- control:
id: sequenceColumn
label: Select sequence column
type: columnselect
filters:
- dataType: string
contentType: chemical/x-sequence
- dataType: binary
contentType: chemical/x-genbank
validationRules:
- type: required
multi: !!bool false
request:
id: sequenceColumn
dataType: string
selectorType: column
- control:
id: columnName
label: Output column name
type: text
validationRules:
- type: required
message: Enter a name for the output boolean column.
request:
id: columnName
dataType: string
- control:
id: featureName
label: Motif name
type: text
validationRules:
- type: required
message: Enter a name to be used in annotating the motif.
request:
id: featureName
dataType: string
- control:
id: expression
label: Sequence motif (or regular expression)
type: text
rows: !!int 1
validationRules:
- type: required
message: A query sequence or regular expression must be entered.
request:
id: expression
dataType: string
- control:
id: ctrlColor
label: Select color
type: color
request:
id: ctrlColor
dataType: string
data: '#ffa500'
tags:
- color: '#AFC9E1'
text: annotation
- color: '#337abc'
text: sequence
updateBehavior: automatic
maximumOutputColumns: !!int 2
maximumOutputTables: !!int 0
chemistryFunction: !!bool false
outputFields:
- id: sequenceColumn
name: Sequence column
source: inputField
type: default
- id: columnName
name: Annotated sequence output column
source: inputField
type: default
- id: featureName
name: Motif name
source: inputField
type: default
- id: expression
name: Motif expression
source: inputField
type: default
- id: ctrlColor
name: Color
source: inputField
type: color
allowedClients:
- Analyst
- WebPlayer
demoUrl:
limitBy: none
minimumChartsVersion: 4.4.0.0
confirmSubmit: