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:
271e2c0
)
Fixed the species identification
author
elserj
<elserj@localhost>
Tue, 22 Sep 2009 20:04:59 +0000
(20:04 +0000)
committer
elserj
<elserj@localhost>
Tue, 22 Sep 2009 20:04:59 +0000
(20:04 +0000)
svn path=/; revision=9
interactome_scripts/inparanoid_output_parse.pl
patch
|
blob
|
history
diff --git
a/interactome_scripts/inparanoid_output_parse.pl
b/interactome_scripts/inparanoid_output_parse.pl
index be7f965f47b4fe608a23e49aeb882265518a40db..5864f8cf70bff672dea975e77ffe8d13cf2474c0 100755
(executable)
--- a/
interactome_scripts/inparanoid_output_parse.pl
+++ b/
interactome_scripts/inparanoid_output_parse.pl
@@
-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/) {