#include <yat/omic/BamFile.h>
|
void | open_base (const std::string &fn, const std::string &mode, const void *aux) |
|
const std::string & | filename (void) const |
| filename of bam file More...
|
|
template<typename Derived>
class theplu::yat::omic::BamFile< Derived >
Base class for bam files
- Since
- New in yat 0.10
Destructor.
Closes file if it is open.
template<typename Derived>
filename of bam file
The filename is set in open_base().
open a bam file named fn with mode mode
- See Also
- samopen
- Note
- aux is ignored when compiling against htslib
template<typename Derived>
The documentation for this class was generated from the following file: