comparison GEMBASSY-1.0.3/acd/gquerystrand.acd @ 0:8300eb051bea draft

Initial upload
author ktnyt
date Fri, 26 Jun 2015 05:19:29 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:8300eb051bea
1 application: gquerystrand [
2 documentation: "Gets the strand name (leading or lagging) from the given position"
3 groups: "Nucleic:Composition"
4 embassy: "gembassy"
5 relations: "EDAM_topic:3073 Nucleic acid feature detection"
6 relations: "EDAM_operation:0415 Nucleic acid feature prediction"
7 ]
8
9 section: input [
10 information: "Input section"
11 type: "page"
12 ]
13
14 seqall: sequence [
15 parameter: "Y"
16 type: "nucleotide"
17 features: "Y"
18 relations: "EDAM_data:0849 Sequence record"
19 ]
20
21 integer: position [
22 parameter: "Y"
23 information: "Position to query"
24 default: "0"
25 ]
26
27 endsection: input
28
29 section: advanced [
30 information: "Advanced section"
31 type: "page"
32 ]
33
34 selection: direction [
35 information: "Strand of the querying position either 'direct' or 'complement'"
36 values: "direct;complement"
37 default: "direct"
38 ]
39
40 boolean: accid [
41 information: "Include to use sequence accession ID as query"
42 default: "N"
43 ]
44
45 endsection: advanced
46
47 section: output [
48 information: "Output section"
49 type: "page"
50 ]
51
52 outfile: outfile [
53 parameter: "Y"
54 relations: "EDAM_data:1276 Nucleic acid features"
55 ]
56
57 endsection: output