Skip to content
Snippets Groups Projects
Commit f0153fec authored by Ian Longden's avatar Ian Longden
Browse files

run_matching now needs xref to get the xref fasta files

parent 2bf1df17
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ if(defined($new)){ #save last one
for my $species ( @all_species ) {
$species->dump_seqs($xref);
$species->run_matching();
$species->run_matching($xref);
$species->store();
}
......
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