From: elserj Date: Tue, 22 Sep 2009 20:04:59 +0000 (+0000) Subject: Fixed the species identification X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=f22c1e8a9d009eb8ee4a2797ceefe3e920a1fcbf;p=old-jaiswallab-svn%2F.git Fixed the species identification svn path=/; revision=9 --- diff --git a/interactome_scripts/inparanoid_output_parse.pl b/interactome_scripts/inparanoid_output_parse.pl index be7f965..5864f8c 100755 --- a/interactome_scripts/inparanoid_output_parse.pl +++ b/interactome_scripts/inparanoid_output_parse.pl @@ -141,10 +141,12 @@ sub find_species { $temp = "Mouse"; }elsif ($temp =~ /neurospora/) { $temp = "Neurospora"; - }elsif ($temp =~ /Oryza\sativa/) { + }elsif ($temp =~ /Oryza\_sativa/) { $temp = "Oryza_sativa"; }elsif ($temp =~ /Physcomit/) { $temp = "Physcomitreall"; + }elsif ($temp =~ /Populus/) { + $temp = "Poplar"; }elsif ($temp =~ /cerevisiae/) { $temp = "Sacc_cerevisiae"; }elsif ($temp =~ /pombe/) {