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:
40300d6
)
Fix Pediculus gene identification
author
elserj
<elserj@localhost>
Thu, 23 Sep 2010 00:23:23 +0000
(
00:23
+0000)
committer
elserj
<elserj@localhost>
Thu, 23 Sep 2010 00:23:23 +0000
(
00:23
+0000)
svn path=/; revision=46
interactome_scripts/find_species.pl
patch
|
blob
|
history
diff --git
a/interactome_scripts/find_species.pl
b/interactome_scripts/find_species.pl
index ae21489e475e3c7cd573744430fc5f7912e823ac..532eeebb37ea0867d4c40f032f82655ed782ef5b 100755
(executable)
--- a/
interactome_scripts/find_species.pl
+++ b/
interactome_scripts/find_species.pl
@@
-171,7
+171,7
@@
sub find_gene {
}elsif ($species eq "Pediculus_humanus") {
my ($source,$gene_pa,$func,$unknown,$gene_id) = split(/\|/, $gene_header);
$gene_id =~ s/gene\://;
- $gene = $gene_
id
;
+ $gene = $gene_
pa
;
}elsif ($species eq "Physcomitrella_patens") {
my ($name,$locus_id,$scaffold,$prot_id) = split(/\|/,$gene_header);
$gene = $prot_id; #???