Mercurial > repos > ktnyt > gembassy
comparison GEMBASSY-1.0.3/acd/gseqinfo.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: gseqinfo [ | |
2 documentation: "Prints out basic nucleotide sequence statistics" | |
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: output [ | |
25 information: "Output section" | |
26 type: "page" | |
27 ] | |
28 | |
29 outfile: outfile [ | |
30 parameter: "Y" | |
31 information: "Program compseq output file" | |
32 knowntype: "compseq output" | |
33 relations: "EDAM_data:3086 Nucleic acid sequence composition" | |
34 ] | |
35 | |
36 endsection: output |