Hello!
To see the file structure, click on "tree".
Note that updates take place every 10 minutes, commits may not be seen immediately.
projects
/
old-jaiswallab-svn
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c84234
)
Fix typo
author
elserj
<elserj@localhost>
Tue, 27 Mar 2018 22:12:24 +0000
(22:12 +0000)
committer
elserj
<elserj@localhost>
Tue, 27 Mar 2018 22:12:24 +0000
(22:12 +0000)
svn path=/; revision=657
interactome_scripts/load_species_db.pl
patch
|
blob
|
history
diff --git
a/interactome_scripts/load_species_db.pl
b/interactome_scripts/load_species_db.pl
index 014f2c46e2281f6119a8c2f5fe936241b654324a..c38dc1252cbca00a2f08e5071104fbc88fa1e905 100755
(executable)
--- a/
interactome_scripts/load_species_db.pl
+++ b/
interactome_scripts/load_species_db.pl
@@
-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;
}