From 3e5e1e547f73ab188a40bd304d7f4cfabce55c46 Mon Sep 17 00:00:00 2001 From: Gary Williams Date: Wed, 8 Nov 2017 14:09:08 +0000 Subject: [PATCH] typo in parameters to final write_tiles() --- scripts/gff2feature_data.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gff2feature_data.pl b/scripts/gff2feature_data.pl index fad0c1ea2..24e4c76c4 100755 --- a/scripts/gff2feature_data.pl +++ b/scripts/gff2feature_data.pl @@ -126,7 +126,7 @@ } # write the last sequence -write_tiles(\@tiles, \@whole_chromosome, $virtual, $sequence, $sequence_len); # write the old data +write_tiles(\@tiles, \@whole_chromosome, $sequence, $sequence_len); # write the old data # work out the median score and write the Method object write_method();