Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
Fixed the species identification
authorelserj <elserj@localhost>
Tue, 22 Sep 2009 20:04:59 +0000 (20:04 +0000)
committerelserj <elserj@localhost>
Tue, 22 Sep 2009 20:04:59 +0000 (20:04 +0000)
svn path=/; revision=9

interactome_scripts/inparanoid_output_parse.pl

index be7f965f47b4fe608a23e49aeb882265518a40db..5864f8cf70bff672dea975e77ffe8d13cf2474c0 100755 (executable)
@@ -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/) {