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

change FAILED to ignored in count messages.

parent 6ac0297b
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ sub run {
}
close (ENS1);
print "\t$count xrefs succesfully loaded\n";
print "\t$mismatch xrefs failed to load\n";
print "\t$mismatch xrefs ignored\n";
}
......
......@@ -66,7 +66,7 @@ sub run {
}
}
print "\t$count succesfull xrefs loaded\n";
print "\t$mismatch FAILED xrefs\n";
print "\t$mismatch xrefs ignored\n";
}
sub gene_name_2_xref_from_hugo{
......
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