Skip to content

Commit

Permalink
removed header that required users to have htslib by default. added d…
Browse files Browse the repository at this point in the history
…eprecated header to the header-guarded bam code
  • Loading branch information
terencewtli committed Oct 5, 2020
1 parent be8b0d5 commit add224c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/load_data_for_complexity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

#include "GenomicRegion.hpp"
#include "MappedRead.hpp"
#include "htslib_wrapper_deprecated.hpp"

using std::string;
using std::vector;
Expand Down Expand Up @@ -183,7 +182,7 @@ empty_pq(GenomicRegion &curr_gr, GenomicRegion &prev_gr,
#ifdef HAVE_HTSLIB
// switching dependency on bamtools to samtools
#include <htslib_wrapper.hpp>

#include "htslib_wrapper_deprecated.hpp"

size_t
load_counts_BAM_se(const string &input_file_name,
Expand Down

0 comments on commit add224c

Please sign in to comment.