Skip to content
Snippets Groups Projects
Commit ffacd1b1 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

ENSCORESW-2853: match Ensembl species casing

parent 170c0c41
No related branches found
No related tags found
4 merge requests!342Feature/schema update 96,!294ENSCORESW-2853: match Ensembl species casing,!342Feature/schema update 96,!294ENSCORESW-2853: match Ensembl species casing
......@@ -115,7 +115,7 @@ sub run {
my ($ensembl_stable_id, $reactome_id, $url, $description, $evidence, $species) = split /\t+/,$line;
if ($description!~ /^[A-Za-z0-9_,\(\)\/\-\.:\+'&;"\/\?%>\s\[\]]+$/) { next; }
$species =~ s/\s//;
$species =~ s/\s/_/;
$species = lc($species);
if ( $alias2species_id{$species} ){
$parsed_count++;
......
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