Skip to content
Snippets Groups Projects
Commit 64e7e39c authored by Magali Ruffier's avatar Magali Ruffier
Browse files

Merge branch 'master' of https://github.com/Ensembl/ensembl

parents 4b933094 efe46cc3
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ sub new { ...@@ -112,7 +112,7 @@ sub new {
} }
# Create a cdna <-> genomic mapper and load it with exon coords # Create a cdna <-> genomic mapper and load it with exon coords
my $mapper = _load_mapper($transcript,$start_phase); my $mapper = _load_mapper($transcript);
my $self = bless({'exon_coord_mapper' => $mapper, my $self = bless({'exon_coord_mapper' => $mapper,
'start_phase' => $start_phase, 'start_phase' => $start_phase,
...@@ -137,7 +137,6 @@ sub new { ...@@ -137,7 +137,6 @@ sub new {
sub _load_mapper { sub _load_mapper {
my $transcript = shift; my $transcript = shift;
my $start_phase = shift;
my $mapper = Bio::EnsEMBL::Mapper->new( 'cdna', 'genomic'); my $mapper = Bio::EnsEMBL::Mapper->new( 'cdna', 'genomic');
......
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