Skip to content

Commit

Permalink
Bug fix: lib/Meth/OverRegion.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
xie186 committed Apr 1, 2018
1 parent 94ccf2b commit 2fbb1a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Meth/OverRegion.pm
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ sub get_meth_info{
my $iter = $tabix->query("$chr:$stt_flank-$end_flank");
my ($tot_c_num, $tot_t_num) = (0, 0);
#print "$chr:$stt_flank-$end_flank\t$iter\n";
next if !$iter;
while ( my $line = $iter->next) {
my ($chr, $pos, $C_strand, $c_num, $t_num, $tem_context, $seq) = split(/\t/, $line);
if($context eq $tem_context || $context eq "CXX"){
Expand Down

0 comments on commit 2fbb1a4

Please sign in to comment.