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

typo in name

parent a2333362
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ sub run_script {
my %type2id;
foreach my $t ("No products available yet", "Vector available", "ES cells available", "Mice available"){
my $ikmc = "IKMC_".$t;
my $ikmc = "IKMCs_".$t;
$ikmc =~ s/ /_/g;
$type2id{$t} = XrefParser::BaseParser->get_source_id_for_source_name($ikmc);
# print $ikmc."\t".$type2id{$t}."\n";
......
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