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 Jul 26, 2019
1 parent 7a29ca4 commit cd42682
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 cd42682

Please sign in to comment.