We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6203b commit 3ef3398Copy full SHA for 3ef3398
test/unit/format/sam_input_test_template.hpp
@@ -63,6 +63,7 @@ struct sam_file_data : public ::testing::Test
63
std::vector<int32_t> positions // 1-based in b.i.o. 0-based in seqan3
64
{1, 2, 3};
65
66
+ // clang-format off
67
std::vector<std::vector<seqan3::cigar>> cigars
68
{
69
// cigar read1
@@ -90,6 +91,7 @@ struct sam_file_data : public ::testing::Test
90
91
{1, 'M'_cigar_operation},
92
{1, 'S'_cigar_operation}}
93
};
94
+ // clang-format on
95
96
std::vector<bio::map_io::sam_flag> flags{bio::map_io::sam_flag{41u},
97
bio::map_io::sam_flag{42u},
0 commit comments