Hello!

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

Note that updates take place every 10 minutes, commits may not be seen immediately.
Fix misspelling
authorelserj <elserj@localhost>
Wed, 11 Feb 2015 22:41:53 +0000 (22:41 +0000)
committerelserj <elserj@localhost>
Wed, 11 Feb 2015 22:41:53 +0000 (22:41 +0000)
svn path=/; revision=603

interactome_scripts/find_species.pl

index f72e12acbf866e9317e7572b7e1d5b2c20777d42..3199535008c851b182d00b01e41c2cc16b0c8945 100755 (executable)
@@ -392,7 +392,7 @@ sub find_gene {
        }elsif ($species eq "Linum_usitatissimum") {
                my ($transcript,$gene_id) = split(/\|/, $gene_header);
                $gene = $gene_id;
-       }elsif ($species eq "Magnaporthe_grissa") {
+       }elsif ($species eq "Magnaporthe_grisea") {
                my ($transcript,$gene_id,$temp) = split(/\s\|\s/, $gene_header);
                $gene = $transcript;
        }elsif ($species eq "Malus_domestica" ) {