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:
03bf5c9
)
Fixed incorrect mays gene naming
author
elserj
<elserj@localhost>
Thu, 20 Feb 2014 17:51:19 +0000
(17:51 +0000)
committer
elserj
<elserj@localhost>
Thu, 20 Feb 2014 17:51:19 +0000
(17:51 +0000)
svn path=/; revision=529
interactome_scripts/find_species.pl
patch
|
blob
|
history
diff --git
a/interactome_scripts/find_species.pl
b/interactome_scripts/find_species.pl
index 1f9ea86ecb9892507b4a11b51a74254e8975f6d2..196712fd4a1c56be600ad343add736388863fafc 100755
(executable)
--- a/
interactome_scripts/find_species.pl
+++ b/
interactome_scripts/find_species.pl
@@
-549,7
+549,7
@@
sub find_gene {
$gene = $gene_id;
}elsif ($species eq "Zea_mays") {
my ($gene_id,$transcript) = split(/\|/,$gene_header);
- $gene = $
gene_id
;
+ $gene = $
transcript
;
}else {
die "Error: Gene id can not be found for species $species!";
@@
-806,7
+806,7
@@
sub find_gene_synonym {
$synonym = $transcript_id;
}elsif ($species eq "Zea_mays") {
my ($gene_id,$transcript) = split(/\|/,$gene_header);
- $synonym = $
transcript
;
+ $synonym = $
gene_id
;
}else {
$synonym = "null";