Skip to content

Commit

Permalink
Updated gff2bed.pl and gff_cmb.pl for typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FayeFang17 committed Jul 31, 2024
1 parent 8a9da5e commit 13d3a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/gff2bed.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
open GFF, "<$ARGV[0]" or die $usage;

while (<GFF>){
chmod;
chomp;
next if /^#/;

my ($method, $type, $TE_class, $class, $iden) = (undef, undef, undef, undef, 'NA');
Expand Down
2 changes: 1 addition & 1 deletion util/gff_cmb.pl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

my $i = 0; #annotation ID
while (<GFF>){
chmod;
chomp;
next if /^#/;
my ($SW_score, $div, $iden, $chr, $chr_len, $element_start, $element_end, $element_length, $left_len, $strand, $TE_ID, $TE_class);
(
Expand Down

0 comments on commit 13d3a51

Please sign in to comment.