Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fa8sanger-patch-2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Abascal committed Nov 15, 2024
2 parents 0fded13 + 0212cf7 commit 2f1ca5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perl/indelCaller_step2.pl
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ sub runCmd {
print STDOUT "\ntmp dir : $tempdir\n\n";
foreach my $rb_id (keys %indels) {
my($chr,$start,$end) = (split(/,/,$rb_id))[0,1,2];
if($start <= 0) { $start = 1; }
my(%good_sites,%bad_sites);
foreach my $pos ( keys %{$indels{$rb_id}} ) {
if($indels{$rb_id}->{$pos}->{"sw"} == 0 && $indels{$rb_id}->{$pos}->{"snp"} == 0) {
Expand Down

0 comments on commit 2f1ca5a

Please sign in to comment.