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:
c1f8f6d
)
Fix misspelling
author
elserj
<elserj@localhost>
Wed, 11 Feb 2015 22:41:53 +0000
(22:41 +0000)
committer
elserj
<elserj@localhost>
Wed, 11 Feb 2015 22:41:53 +0000
(22:41 +0000)
svn path=/; revision=603
interactome_scripts/find_species.pl
patch
|
blob
|
history
diff --git
a/interactome_scripts/find_species.pl
b/interactome_scripts/find_species.pl
index f72e12acbf866e9317e7572b7e1d5b2c20777d42..3199535008c851b182d00b01e41c2cc16b0c8945 100755
(executable)
--- a/
interactome_scripts/find_species.pl
+++ b/
interactome_scripts/find_species.pl
@@
-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_gris
s
a") {
+ }elsif ($species eq "Magnaporthe_gris
e
a") {
my ($transcript,$gene_id,$temp) = split(/\s\|\s/, $gene_header);
$gene = $transcript;
}elsif ($species eq "Malus_domestica" ) {