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:
873830c
)
Changed Zea mays to use the header from maizesequence.org
author
elserj
<elserj@localhost>
Wed, 6 Apr 2011 21:44:15 +0000
(21:44 +0000)
committer
elserj
<elserj@localhost>
Wed, 6 Apr 2011 21:44:15 +0000
(21:44 +0000)
svn path=/; revision=90
interactome_scripts/find_species.pl
patch
|
blob
|
history
diff --git
a/interactome_scripts/find_species.pl
b/interactome_scripts/find_species.pl
index ef7188dfde54939b492eb52a9c2c7b86fccc3ac0..2fdf90e4d5a2ff4f4fc03b4bcece7d54172ff1d8 100755
(executable)
--- a/
interactome_scripts/find_species.pl
+++ b/
interactome_scripts/find_species.pl
@@
-274,8
+274,8
@@
sub find_gene {
my ($name,$gene_id,$chrom_id,$id) = split(/\|/,$gene_header);
$gene = $gene_id; #???
}elsif ($species eq "Zea_mays") {
- my ($
name,$gene_id,$unknown,$transcript) = split(/\|
/, $gene_header);
- $gene = $transcript
+ my ($
transcript,$seq_type,$coord,$parent_transcript,$parent_gene) = split(/;\s
/, $gene_header);
+ $gene = $transcript
;
}else {
die "Error: Gene id can not be found for species $species!";
}