Skip to content
Snippets Groups Projects
Commit efe46cc3 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

Remove an obsolete argument from Transcript Mapper

parent 76f4ab73
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ sub new {
}
# 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,
'start_phase' => $start_phase,
......@@ -137,7 +137,6 @@ sub new {
sub _load_mapper {
my $transcript = shift;
my $start_phase = shift;
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