-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRNAPrediction.pir
More file actions
34 lines (26 loc) · 1.38 KB
/
RNAPrediction.pir
File metadata and controls
34 lines (26 loc) · 1.38 KB
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
31
32
33
34
#
# PirObject definition file for a RNA prediction
# This object is used by RNAfinder.
#
- PerlClass PirObject::RNAPrediction
- InheritsFrom PirObject
- FieldsTable
# Field name Sing/Array/Hash Type Comments
#---------------------- --------------- --------------- -----------------------
contigname single string Sequence where the tRNA was found
strand single string "+" or "-"
start single int4 12 (overall start)
stop single int4 454 (overall stop)
evalue single string evalue giving by erpin
aacode single string "S" for serine
anticodon_start single int4 445
anticodon_stop single int4 447
anticodon_seq single string anticodon "GCU" -> codon AGC (serine)
label single string Indicate label it's use for Intron
align single string A condensed alignment readable by human
commentForMFa single string comment for MFannot
- EndFieldsTable
- Methods
our $RCS_VERSION='$Id: RNAPrediction.pir,v 1.3 2011/01/25 21:15:51 nbeck Exp $';
our ($VERSION) = ($RCS_VERSION =~ m#,v ([\w\.]+)#);
# None of the moment.