-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patherpinAlignment.pir
30 lines (27 loc) · 1.74 KB
/
erpinAlignment.pir
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# This class contain hash of Item List for each RNA model
#
- PerlClass PirObject::erpinAlignement
- InheritsFrom PirObject
- FieldsTable
# Field name Sing/Array/Hash Type Comments
#---------------------- --------------- --------------- -----------------------
header single string header used for alignment title
aliNumber single int4 The number of alignment
strand single string the strand of result
AliStart single int4 start of result for ali
AliStop single int4 stop of result for ali
LogStart single int4 start of result for log
LogStop single int4 stop of result for log
AcStart single int4 start of Ac element
AcStop single int4 stop of Ac element
AcAa single string Ac amino acid
AcTriNt single string Tri nt of Anticodon
evalue single string evalue of alignment
AliForAli single string alignment used for .ali
HeadForAli single string header used for .ali
AliForLog single string alignment used for .log
HeadForLog single string header used for .log
AliLogArray array string log ali split in elem
AliAliArray array string ali ali split in elem
FoundInSupModel single string 1 if ali was not found in general model