Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
be7aa3b2
Commit
be7aa3b2
authored
Nov 23, 2011
by
Monika Komorowska
Browse files
got rid of previous core in sub new, it should only be used in TestMappings
parent
7bfb857c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
misc-scripts/xref_mapping/XrefMapper/OfficialNaming.pm
misc-scripts/xref_mapping/XrefMapper/OfficialNaming.pm
+2
-6
No files found.
misc-scripts/xref_mapping/XrefMapper/OfficialNaming.pm
View file @
be7aa3b2
...
...
@@ -60,12 +60,8 @@ sub new {
my
(
$class
,
$mapper
)
=
@_
;
my
$self
=
{};
bless
$self
,
$class
;
if
(
defined
(
$mapper
->
previous_core
))
{
$self
->
core
(
$mapper
->
previous_core
);
}
else
{
$self
->
core
(
$mapper
->
core
);
}
bless
$self
,
$class
;
$self
->
core
(
$mapper
->
core
);
$self
->
xref
(
$mapper
->
xref
);
$self
->
get_official_name
(
$mapper
->
get_official_name
);
return
$self
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment