A library for working with phylogenetic and population genetic data.
v0.27.0
gzip.cpp File Reference
#include "genesis/utils/io/gzip.hpp"
#include "genesis/utils/core/fs.hpp"
#include "genesis/utils/core/logging.hpp"
#include <cassert>
#include <fstream>
#include <stdexcept>
#include "zlib.h"

Go to the source code of this file.

Namespaces

 genesis
 Container namespace for all symbols of genesis in order to keep them separate when used as a library.
 
 genesis::except
 
 genesis::utils
 

Functions

bool is_gzip_compressed_file (std::string const &file_name)
 Return whether a given file is gzip-compressed. More...