0
|
1 application: gdnawalk [
|
|
2 documentation: "Draws DNA Walk map of the genome"
|
|
3 groups: "Display"
|
|
4 embassy: "gembassy"
|
|
5 relations: "EDAM_topic:0092 Data visualisation"
|
|
6 relations: "EDAM_topic:0157 Sequence composition analysis"
|
|
7 relations: "EDAM_operation:0377 Sequence composition calculation
|
|
8 (nucleic acid)"
|
|
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: output [
|
|
32 information: "Output section"
|
|
33 type: "page"
|
|
34 ]
|
|
35
|
|
36 string: goutfile [
|
|
37 information: "Output file for non interactive displays"
|
|
38 knowntype: "output filename"
|
|
39 relations: "EDAM_data:1274 DNA map"
|
|
40 default: "gdnawalk"
|
|
41 ]
|
|
42
|
|
43 endsection: output
|