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:
80ec9ed
)
Add section that skips T.cacao transcripts
author
elserj
<elserj@localhost>
Tue, 17 Feb 2015 00:41:57 +0000
(
00:41
+0000)
committer
elserj
<elserj@localhost>
Tue, 17 Feb 2015 00:41:57 +0000
(
00:41
+0000)
svn path=/; revision=613
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 0e0983f8b868470bc29c9b70c80f9458d6aab74f..f481e05e08517742274c9886835bd3ae1714c000 100755
(executable)
--- a/
interactome_scripts/inparanoid_output_parse.pl
+++ b/
interactome_scripts/inparanoid_output_parse.pl
@@
-156,6
+156,12
@@
foreach my $input_file (@files) {
next if ($gene =~ /\_T0[2-9]$/);
next if ($gene =~ /\_T1[0-9]$/);
}
+
+ # skip Theobroma genes that are not the first transcript
+ if($species eq "Theobroma_cacao") {
+ next if ($gene =~ /t[2-9]$/);
+ next if ($gene =~ /t1[0-9]$/);
+ }
}
if(!defined($id_hash{$clust_id})) {