Skip to content
Snippets Groups Projects
Commit 3e4194ee authored by James Allen's avatar James Allen
Browse files

Allow feature boundaries to be retrieved for DNA and protein alignments (this...

Allow feature boundaries to be retrieved for DNA and protein alignments (this bit of code only appears to be called when handling circular chromosomes)
parent d774516a
No related branches found
No related tags found
2 merge requests!123Configuration to allow alignments to be exported to GFF,!123Configuration to allow alignments to be exported to GFF
......@@ -1614,6 +1614,8 @@ my $feature_tables =
{
'Bio::EnsEMBL::AssemblyExceptionFeature' => 'assembly_exception',
'Bio::EnsEMBL::DensityFeature' => 'density_feature',
'Bio::EnsEMBL::DnaDnaAlignFeature' => 'dna_align_feature',
'Bio::EnsEMBL::DnaPepAlignFeature' => 'protein_align_feature',
'Bio::EnsEMBL::Exon' => 'exon',
'Bio::EnsEMBL::ExonTranscript' => 'exon',
'Bio::EnsEMBL::PredictionExon' => 'prediction_exon',
......
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