-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHMMAli_for_Ali.pir
27 lines (20 loc) · 1.09 KB
/
HMMAli_for_Ali.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
#
# Used in order to parse alignement output of HMMsearch.
#
- PerlClass PirObject::HMMAli_for_Ali
- InheritsFrom PirObject
- FieldsTable
# Field name Struct Type Comments
#---------------------- --------------- --------------- -----------------------
id single string identification name
header single string full header
start_ori single int4 original start found in default hmmsearch
start single int4 start pos with dash renoved
end_ori single int4 original end found in default hmmsearch
end single int4 end pos with dash renoved
ali_seq single string alignement sequence
ali_hmm single string statistic sequence
- EndFieldsTable
- Methods
our $RCS_VERSION='$Id: HMMAli_for_Ali.pir,v 1.1 2011/03/25 23:25:36 nbeck Exp $';
our ($VERSION) = ($RCS_VERSION =~ m#,v ([\w\.]+)#);