comparison GEMBASSY-1.0.3/acd/goligomercounter.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: goligomercounter [
2 documentation: "Counts the number of given oligomers in a sequence"
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 string: oligomer [
23 parameter: "Y"
24 knowntype: "nucleotide codes"
25 information: "Oligomer to count"
26 ]
27
28 endsection: input
29
30 section: advanced [
31 information: "Advanced section"
32 type: "page"
33 ]
34
35 integer: window [
36 information: "Int window size"
37 default: ""
38 ]
39
40 endsection: advanced
41
42 section: output [
43 information: "Output section"
44 type: "page"
45 ]
46
47 outfile: outfile [
48 parameter: "Y"
49 information: "Program compseq output file"
50 knowntype: "compseq output"
51 relations: "EDAM_data:3086 Nucleic acid sequence composition"
52 ]
53
54 endsection: output