Skip to content

Commit

Permalink
made bams accessible to child classes for bamreader
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiah Wala committed Oct 20, 2016
1 parent 16b7f37 commit 0639cf4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions SeqLib/BamReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,9 @@ class BamReader {

GRC m_region; ///< Regions to access

private:

// store the file pointers etc to BAM files
_BamMap m_bams;
_BamMap m_bams; ///< store the file pointers etc to BAM files

private:
// hold the reference for CRAM reading
std::string m_cram_reference;

Expand Down

0 comments on commit 0639cf4

Please sign in to comment.