comparison GEMBASSY-1.0.3/acd/gqueryarm.acd @ 2:8947fca5f715 draft default tip

Uploaded
author ktnyt
date Fri, 26 Jun 2015 05:21:44 -0400
parents 84a17b3fad1f
children
comparison
equal deleted inserted replaced
1:84a17b3fad1f 2:8947fca5f715
1 application: gqueryarm [
2 documentation: "Gets the replication arm name (left or right) 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 ]
25
26 endsection: input
27
28 section: advanced [
29 information: "Advanced section"
30 type: "page"
31 ]
32
33 boolean: accid [
34 information: "Include to use sequence accession ID as query"
35 default: "N"
36 ]
37
38 endsection: advanced
39
40 section: output [
41 information: "Output section"
42 type: "page"
43 ]
44
45 outfile: outfile [
46 parameter: "Y"
47 relations: "EDAM_data:1276 Nucleic acid features"
48 ]
49
50 endsection: output