From 2e87f0453f8cea83d2508e1394198df9a75e834b Mon Sep 17 00:00:00 2001 From: Glenn Proctor <gp1@sanger.ac.uk> Date: Wed, 21 Nov 2007 12:40:50 +0000 Subject: [PATCH] Added snlRNA. --- misc-scripts/density_feature/seq_region_stats.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc-scripts/density_feature/seq_region_stats.pl b/misc-scripts/density_feature/seq_region_stats.pl index 8656152dfb..195f1fffe1 100644 --- a/misc-scripts/density_feature/seq_region_stats.pl +++ b/misc-scripts/density_feature/seq_region_stats.pl @@ -1,5 +1,6 @@ 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', -- GitLab