Skip to content
Snippets Groups Projects
Commit 2e87f045 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Added snlRNA.

parent 851656b0
No related branches found
No related tags found
No related merge requests found
use strict;
use Bio::EnsEMBL::Registry;
use Bio::EnsEMBL::DBSQL::DBAdaptor;
use Bio::EnsEMBL::Variation::DBSQL::DBAdaptor;
use Getopt::Long;
......@@ -22,11 +23,12 @@ my $db = new Bio::EnsEMBL::DBSQL::DBAdaptor(-host => $host,
-dbname => $dbname);
my %attrib_codes = ( 'miRNA' => 'miRNA',
my %attrib_codes = ( 'miRNA' => 'miRNA',
'snRNA' => 'snRNA',
'snoRNA' => 'snoRNA',
'rRNA' => 'rRNA',
'tRNA' => 'tRNA',
'snlRNA' => 'snlRNA',
'known protein_coding' => 'knwCod',
'misc_RNA' => 'mscRNA',
'novel protein_coding' => 'novCod',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment