Skip to content

Commit

Permalink
[FIX] Remove offset from sam_file_input_construction_without_automati…
Browse files Browse the repository at this point in the history
…c_type_deduction
  • Loading branch information
eseiler committed Nov 2, 2022
1 parent dbf45d9 commit 800ddc9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ int main()
// The default types; you can adjust this list if you don't want to read all this data.
using default_fields = seqan3::fields<seqan3::field::seq,
seqan3::field::id,
seqan3::field::offset,
seqan3::field::ref_id,
seqan3::field::ref_offset,
seqan3::field::cigar,
Expand Down

0 comments on commit 800ddc9

Please sign in to comment.