Hello!

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

Note that updates take place every 10 minutes, commits may not be seen immediately.
Fix typo
authorelserj <elserj@localhost>
Tue, 27 Mar 2018 22:12:24 +0000 (22:12 +0000)
committerelserj <elserj@localhost>
Tue, 27 Mar 2018 22:12:24 +0000 (22:12 +0000)
svn path=/; revision=657

interactome_scripts/load_species_db.pl

index 014f2c46e2281f6119a8c2f5fe936241b654324a..c38dc1252cbca00a2f08e5071104fbc88fa1e905 100755 (executable)
@@ -104,7 +104,7 @@ foreach my $file (@files) {
                        if(defined($gene)) {
                                $seq_hash{$gene}->{'sequence'} = $seq;
                                $seq_hash{$gene}->{'gene_header'} = $gene_header;
-                               if($defined($synonyms)) {
+                               if(defined($synonyms)) {
                                                $seq_hash{$gene}->{'synonyms'} = $synonyms;
                                                undef $synonyms;
                                }