Skip to content
Snippets Groups Projects
Commit 9129c9c9 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Renamed store to parse_mappings.

parent ced0b0a5
No related branches found
No related tags found
No related merge requests found
......@@ -680,7 +680,7 @@ sub submit_depend_job {
}
=head2 generate_core_xrefs
=head2 parse_mappings
Arg[1] : The target file used in the exonerate run. Used to work out the Ensembl object type.
Arg[2] :
......@@ -692,7 +692,7 @@ sub submit_depend_job {
=cut
sub generate_core_xrefs {
sub parse_mappings {
my ($self, $xref) = @_;
......
......@@ -101,7 +101,7 @@ for my $species ( @all_species ) {
$species->xref($xref); # attach xref object to species object
$species->dump_seqs();
$species->build_list_and_map();
$species->store();
$species->generate_core_xrefs();
}
......
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