File: headers.h

package info (click to toggle)
hilive 2.0a-5
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 956 kB
  • sloc: cpp: 4,723; python: 241; xml: 188; sh: 35; makefile: 14
file content (39 lines) | stat: -rw-r--r-- 909 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#include <iostream>
#include <sstream>
#include <fstream>
#include <zlib.h>
#include <lz4.h>
#include <vector>
#include <array>
#include <queue>
#include <string>
#include <cstring>
#include <math.h>
#include <numeric>
#include <tuple>
#include <algorithm>
#include <list>
#include <limits>
#include <cstdint>
#include <sstream>
#include <memory>
#include <thread>
#include <mutex>
#include <atomic>
#include <chrono>
#include <stdexcept>
#include <utility>
#include <type_traits>
#include <iomanip>
#include <unordered_map>
#include <boost/filesystem.hpp>
#include <boost/property_tree/xml_parser.hpp>
#include <boost/property_tree/ini_parser.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/optional/optional.hpp>
#include <boost/foreach.hpp>
#include <boost/algorithm/string.hpp>
#include "boost/lexical_cast.hpp"
#include <seqan/basic.h>
#include <seqan/sequence.h>
#include <seqan/bam_io.h>