From: elserj Date: Tue, 17 Feb 2015 00:41:57 +0000 (+0000) Subject: Add section that skips T.cacao transcripts X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=bd31839b654bf45c2875eec969586ca9dd45a98a;p=old-jaiswallab-svn%2F.git Add section that skips T.cacao transcripts svn path=/; revision=613 --- diff --git a/interactome_scripts/inparanoid_output_parse.pl b/interactome_scripts/inparanoid_output_parse.pl index 0e0983f..f481e05 100755 --- 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})) {