|
Gamgee
You miserable little maggot. I'll stove your head in!
|
#include "interval.h"#include <boost/lexical_cast.hpp>#include <boost/tokenizer.hpp>#include <sstream>#include <fstream>Namespaces | |
| gamgee | |
Functions | |
| void | gamgee::skip_picard_header (istream &infile) |
| Interval | gamgee::parse_interval_record (const string &line) |
| vector< Interval > | gamgee::read_intervals (const string &intervals_file) |
| vector< Interval > | gamgee::read_intervals (istream &input) |
| ostream & | operator<< (std::ostream &os, const gamgee::Interval &i) |
| outputs the interval in the outputtype format More... | |
Variables | |
| const auto | gamgee::PICARD_HEADER_TAG = '@' |
| const auto | gamgee::sep = char_separator<char>{" \t:-"} |
| ostream& operator<< | ( | std::ostream & | os, |
| const gamgee::Interval & | i | ||
| ) |
outputs the interval in the outputtype format
1.8.8