Skip to content

Commit

Permalink
sub _parseCIGARfeature handles correctly 1bp CS-type SNPs when comput…
Browse files Browse the repository at this point in the history
…ing overlap with optional query coord
  • Loading branch information
brunocontrerasmoreira committed Jan 11, 2024
1 parent a6255c5 commit 3bf7adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pangenes/_collinear_genes.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ sub query2ref_coords {
}
}

close(BED);
close(BED);

# printed unsorted BED records
open( OUTBED, ">", $outfile )
Expand Down

0 comments on commit 3bf7adf

Please sign in to comment.