From 8cc85e4a14d4719e1cc29872b8855a6dcd2f96dc Mon Sep 17 00:00:00 2001 From: Svenja Mehringer Date: Wed, 2 Nov 2022 15:53:16 +0100 Subject: [PATCH] Update include/seqan3/io/sam_file/format_bam.hpp Co-authored-by: Enrico Seiler --- include/seqan3/io/sam_file/format_bam.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/seqan3/io/sam_file/format_bam.hpp b/include/seqan3/io/sam_file/format_bam.hpp index 1e7e29192f..1f6672e4cd 100644 --- a/include/seqan3/io/sam_file/format_bam.hpp +++ b/include/seqan3/io/sam_file/format_bam.hpp @@ -505,7 +505,7 @@ format_bam::read_alignment_record(stream_type & stream, // ------------------------------------------------------------------------------------------------------------- if constexpr (!detail::decays_to_ignore_v) { - 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