Skip to content
Snippets Groups Projects

ensembl-3610 Adding a slice object to Region Report

Merged Marek Szuba requested to merge github/fork/jkhobova/ensembl-361 into release/78
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -72,6 +72,7 @@ my %printables = (
'Bio::EnsEMBL::Gene' => ['id','biotype','start','end'],
'Bio::EnsEMBL::Transcript' => ['id','start','end'],
'Bio::EnsEMBL::Translation' => ['id'],
'Bio::EnsEMBL::Slice' => ['start','end','strand'],
'Bio::EnsEMBL::Variation::VariationFeature' => ['id','start','end','strand','seq_region_name'],
'Bio::EnsEMBL::Variation::StructuralVariationFeature' => ['id','start','end','strand','seq_region_name'],
'Bio::EnsEMBL::Funcgen::RegulatoryFeature' => ['id','start','end','strand'],