Skip to content

Commit

Permalink
Update include/seqan3/io/sam_file/format_bam.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Enrico Seiler <[email protected]>
  • Loading branch information
smehringer and eseiler authored Nov 2, 2022
1 parent 800ddc9 commit 8cc85e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/seqan3/io/sam_file/format_bam.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ format_bam::read_alignment_record(stream_type & stream,
// -------------------------------------------------------------------------------------------------------------
if constexpr (!detail::decays_to_ignore_v<cigar_type>)
{
int32_t sc_front = soft_clipping_at_front(cigar_vector);
int32_t const sc_front = soft_clipping_at_front(cigar_vector);

// Check cigar, if it matches ‘kSmN’, where ‘k’ equals lseq, ‘m’ is the reference sequence length in the
// alignment, and ‘S’ and ‘N’ are the soft-clipping and reference-clip, then the cigar string was larger
Expand Down

0 comments on commit 8cc85e4

Please sign in to comment.