Skip to content

Commit

Permalink
[FIX] Add format_bam.hpp to alignment_file/all.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
smehringer committed Oct 8, 2019
1 parent 94b42c4 commit 654bb1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/seqan3/io/alignment_file/all.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* \brief Provides files and formats for handling alignment data.
*/

#include <seqan3/io/alignment_file/format_bam.hpp>
#include <seqan3/io/alignment_file/format_sam.hpp>
#include <seqan3/io/alignment_file/header.hpp>
#include <seqan3/io/alignment_file/input.hpp>
Expand Down

0 comments on commit 654bb1c

Please sign in to comment.