Skip to content
Snippets Groups Projects
Commit 29949ebe authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Fix spelling mistake.

parent 3e55f542
No related branches found
No related tags found
No related merge requests found
......@@ -651,20 +651,20 @@ sub _objs_from_sth {
$self->_create_feature_fast(
'Bio::EnsEMBL::Exon',
{
'start' => $seq_region_start,
'end' => $seq_region_end,
'strand' => $seq_region_strand,
'adaptor' => $self,
'slice' => $slice,
'dbID' => $exon_id,
'stable_id' => $stable_id,
'version' => $version,
'created_date' => $created_date || undef,
'modified_date' => $modified_date || undef,
'phase' => $phase,
'end_phase' => $end_phase,
'is_current' => $is_current,
'is_consecutive' => $is_consecutive
'start' => $seq_region_start,
'end' => $seq_region_end,
'strand' => $seq_region_strand,
'adaptor' => $self,
'slice' => $slice,
'dbID' => $exon_id,
'stable_id' => $stable_id,
'version' => $version,
'created_date' => $created_date || undef,
'modified_date' => $modified_date || undef,
'phase' => $phase,
'end_phase' => $end_phase,
'is_current' => $is_current,
'is_constitutive' => $is_constitutive
} ) );
}
......
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