Mercurial > repos > ktnyt > gembassy
comparison GEMBASSY-1.0.3/acd/gaminoinfo.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: gaminoinfo [ | |
2 documentation: "Prints out basic amino acid sequence statistics" | |
3 groups: "Protein:Composition" | |
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 type: "protein" | |
21 relations: "EDAM_data:2886 Sequence record (protein)" | |
22 ] | |
23 | |
24 endsection: input | |
25 | |
26 section: output [ | |
27 information: "Output section" | |
28 type: "page" | |
29 ] | |
30 | |
31 outfile: outfile [ | |
32 parameter: "Y" | |
33 information: "AAINDEX entry output file" | |
34 knowntype: "aaindex data" | |
35 relations: "EDAM_data:2016 Amino acid property" | |
36 relations: "EDAM_data:1501 Amino acid index" | |
37 relations: "EDAM_data:1502 Amino acid index (chemical classes)" | |
38 relations: "EDAM_data:1506 Amino acid index (hydropathy)" | |
39 relations: "EDAM_data:1505 Amino acid index (molecular weight)" | |
40 ] | |
41 | |
42 endsection: output |