comparison GEMBASSY-1.0.3/acd/ggenomemap3.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: ggenomemap3 [
2 documentation: "Draws the map of the genome (version 3)"
3 groups: "Display"
4 embassy: "gembassy"
5 relations: "EDAM_topic:0092 Data visualisation"
6 relations: "EDAM_topic:0621 Genome, proteome and model organisms"
7 relations: "EDAM_operation:0573 Map rendering"
8 relations: "EDAM_operation:2466 Map annotation"
9 ]
10
11 section: input [
12 information: "Input section"
13 type: "page"
14 ]
15
16 seqall: sequence [
17 parameter: "Y"
18 type: "nucleotide"
19 features: "Y"
20 relations: "EDAM_data:0849 Sequence record"
21 ]
22
23 string: format [
24 information: "Output file format. Dependent on 'convert' command"
25 knowntype: "output format"
26 default: "png"
27 ]
28
29 endsection: input
30
31 section: advanced [
32 information: "Advanced section"
33 type: "page"
34 ]
35
36 integer: width [
37 information: "Image width"
38 default: "8192"
39 ]
40
41 integer: height [
42 information: "Image height"
43 default: "8192"
44 ]
45
46 boolean: accid [
47 information: "Include to use sequence accession ID as query"
48 default: "N"
49 ]
50
51 endsection: advanced
52
53 section: output [
54 information: "Output section"
55 type: "page"
56 ]
57
58 string: goutfile [
59 information: "Output file for non interactive displays"
60 relations: "EDAM_data:1278 Genetic map"
61 default: "ggenomemap3"
62 ]
63
64 endsection: output