comparison GEMBASSY-1.0.3/acd/gdnawalk.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: 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