Gamgee
You miserable little maggot. I'll stove your head in!
|
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | gamgee::Interval |
Utility class to store an genomic location (Interval). More... | |
Namespaces | |
gamgee | |
Functions | |
std::vector< Interval > | gamgee::read_intervals (const std::string &intervals_file) |
utility function to read all Intervals from an Intervals file More... | |
std::vector< Interval > | gamgee::read_intervals (std::istream &input) |
utility function to read all Intervals from an Intervals file More... | |
std::ostream & | operator<< (std::ostream &, const gamgee::Interval &) |
outputs the interval in the outputtype format More... | |
std::ostream& operator<< | ( | std::ostream & | , |
const gamgee::Interval & | |||
) |
outputs the interval in the outputtype format