Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl
Commits
924d9559
Commit
924d9559
authored
Feb 16, 2010
by
Ian Longden
Browse files
make sure there is a species set
parent
6923f410
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
misc-scripts/xref_mapping/XrefMapper/SubmitMapper.pm
misc-scripts/xref_mapping/XrefMapper/SubmitMapper.pm
+6
-1
No files found.
misc-scripts/xref_mapping/XrefMapper/SubmitMapper.pm
View file @
924d9559
...
...
@@ -167,7 +167,12 @@ sub dump_xref{
$k
++
;
$method
[
$k
]
=
shift
@$list
;
my
$rest
=
shift
@$list
;
$species
[
$k
]
=
$$rest
[
0
];
if
(
$$rest
[
0
]
eq
"
*
"){
$species
[
$k
]
=
$self
->
mapper
->
core
->
species
;
}
else
{
$species
[
$k
]
=
$$rest
[
0
];
}
$sources
[
$k
]
=
$$rest
[
1
];
if
(
$sources
[
$k
]
eq
"
*
"){
$all
=
$k
;
...
...
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