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

Changed called function name to parse_mappings.

parent 9129c9c9
No related branches found
No related tags found
No related merge requests found
......@@ -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->generate_core_xrefs();
$species->parse_mappings();
}
......
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