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

Adding SO terms for DNA and protein alignments

parent a9d81b5b
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
......@@ -150,6 +150,8 @@ my %feature_so_mapping =
'Bio::EnsEMBL::Variation::StructuralVariationFeature' => 'SO:0001537', # structural variant
'Bio::EnsEMBL::Compara::ConstrainedElement' => 'SO:0001009', #DNA_constraint_sequence ????
'Bio::EnsEMBL::Funcgen::RegulatoryFeature' => 'SO:0005836', # regulatory_region
'Bio::EnsEMBL::DnaDnaAlignFeature' => 'SO:0000347', # nucleotide_match
'Bio::EnsEMBL::DnaPepAlignFeature' => 'SO:0000349', # protein_match
);
......
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