Skip to content

Commit 605d7e9

Browse files
committed
minor update for compatibility with latest transdecoder
1 parent 35d6911 commit 605d7e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/extract_FL_transdecoder_entries.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
while (<$fh>) {
1414
chomp;
1515
unless (/\w/) { next; }
16+
if (/^\#/) { next; } #comment line
1617
my @x = split(/\t/);
18+
1719
if ($x[2] eq "gene" && $x[8] =~ /complete/) {
1820
print "$x[0]\n";
1921
}

0 commit comments

Comments
 (0)