comparison GEMBASSY-1.0.3/acd/gb2.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: gb2 [
2 documentation: "Calculates strand bias of bacterial genome using B2 index"
3 groups: "Nucleic:Composition"
4 embassy: "gembassy"
5 relations: "EDAM_topic:0157 Sequence composition analysis"
6 relations: "EDAM_operation:0377 Sequence composition calculation
7 (nucleic acid)"
8 ]
9
10 section: input [
11 information: "Input section"
12 type: "page"
13 ]
14
15 seqall: sequence [
16 parameter: "Y"
17 type: "nucleotide"
18 features: "Y"
19 relations: "EDAM_data:0849 Sequence record"
20 ]
21
22 endsection: input
23
24 section: advanced [
25 information: "Advanced section"
26 type: "page"
27 ]
28
29 boolean: accid [
30 information: "Include to use sequence accession ID as query"
31 default: "N"
32 ]
33
34 endsection: advanced
35
36 section: output [
37 information: "Output section"
38 type: "page"
39 ]
40
41 outfile: outfile [
42 parameter: "Y"
43 information: "Program compseq output file"
44 knowntype: "compseq output"
45 relations: "EDAM_data:3086 Nucleic acid sequence composition"
46 ]
47
48 endsection: output