comparison GEMBASSY-1.0.3/acd/gaaui.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: gaaui [
2 documentation: "Calculates various indece of amino acid usage"
3 groups: "Protein:Properties"
4 embassy: "gembassy"
5 relations: "EDAM_topic:0613 Peptides and amino acids"
6 relations: "EDAM_operation:0250 Protein property calculation"
7 relations: "EDAM_operation:0398 Protein molecular weight calculation"
8 relations: "EDAM_operation:2574 Protein hydropathy calculation"
9 relations: "EDAM_operation:0401 Protein hydropathy calculation
10 (from sequence)"
11 ]
12
13 section: input [
14 information: "Input section"
15 type: "page"
16 ]
17
18 seqall: sequence [
19 parameter: "Y"
20 features: "Y"
21 type: "nucleotide"
22 relations: "EDAM_data:0849 Sequence record"
23 ]
24
25 endsection: input
26
27 section: advanced [
28 information: "Advanced section"
29 type: "page"
30 ]
31
32 boolean: accid [
33 information: "Include to use sequence accession ID as query"
34 default: "N"
35 ]
36
37 endsection: advanced
38
39 section: output [
40 information: "Output section"
41 type: "page"
42 ]
43
44 outfile: outfile [
45 parameter: "Y"
46 information: "AAINDEX entry output file"
47 knowntype: "aaindex data"
48 relations: "EDAM_data:2016 Amino acid property"
49 relations: "EDAM_data:1501 Amino acid index"
50 relations: "EDAM_data:1502 Amino acid index (chemical classes)"
51 relations: "EDAM_data:1506 Amino acid index (hydropathy)"
52 relations: "EDAM_data:1505 Amino acid index (molecular weight)"
53 ]
54
55 endsection: output