12 #include "datatypes.h"
14 #include "stream_tools.h"
32 int columns_, offset_;
43 void set_mpileup(
const int &,
const int &);
Definition: map_file.h:287
T read_header(void)
Reads a file header.
Definition: map_file.h:763
Locus read_header(void)
Reads a file header.
Definition: bcf2pro_file.cc:27
bool profile_
Read file in text mode. DONE.
Definition: bcf2pro_file.h:28
Locus read_header_profile(void)
< Writes a file header.
Definition: bcf2pro_file.h:67
Because of the god awful mess that are vcf header lines.
Definition: bcf2pro_file.h:24
void read_text(Locus &)
Read file in text mode. DONE.
Definition: bcf2pro_file.cc:3
void read_text(T &)
Read file in text mode. DONE.
Definition: map_file.h:515
bool table_open_
indicates whether the header has been read successfully
Definition: map_file.h:68
bool open_
indicates whether the iostream opened succesfully
Definition: map_file.h:60