Ignore:
Timestamp:
Dec 10, 2012, 10:38:12 PM (10 years ago)
Author:
Peter
Message:

add two tests for bam functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/omic/BamFile.cc

    r2883 r2895  
    3232
    3333  InBamFile::InBamFile(void)
    34     : super_t()//, index_(NULL)
     34    : super_t(), index_(NULL)
    3535  {}
    3636
    3737
    3838  InBamFile::InBamFile(const std::string& fn)
    39     : super_t()//, index_(NULL)
     39    : super_t(), index_(NULL)
    4040  {
    4141    open(fn);
     
    4545  InBamFile::~InBamFile(void)
    4646  {
    47     //    bam_index_destroy(index_);
     47    bam_index_destroy(index_);
    4848  }
    4949
Note: See TracChangeset for help on using the changeset viewer.