-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRNAPredictionList.pir
30 lines (21 loc) · 1.05 KB
/
RNAPredictionList.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
#
# PirObject definition file for a RNA prediction
# This object is used by tRNASpinner and RNAfinder.
#
- PerlClass PirObject::RNAPredictionList
- InheritsFrom PirObject
- FieldsTable
# Field name Sing/Array/Hash Type Comments
#---------------------- --------------- --------------- -----------------------
BracketModel single string Representation of uses bracket Model.
ConsensusModel single string Representation of consensus.
Name single string Name of model
NumItem single string Number of Item
Label single string Label name
toComment single int4 If startline need to be in comment in Masterfile
rnapredictions array <RNAPrediction> Each predicted RNA.
- EndFieldsTable
- Methods
our $RCS_VERSION='$Id: RNAPredictionList.pir,v 1.3 2011/03/18 19:27:10 nbeck Exp $';
our ($VERSION) = ($RCS_VERSION =~ m#,v ([\w\.]+)#);
# None of the moment.