vdj_pipe
pipeline for processing DNA sequence data
|
#include "boost/test/unit_test.hpp"
#include <string>
#include <sstream>
#include "boost/assign/list_of.hpp"
#include "boost/property_tree/json_parser.hpp"
#include "test/exception_fixture.hpp"
#include "test/sample_data.hpp"
#include "me_battery.hpp"
#include "me_factory.hpp"
#include "vdj_pipe/value_map.hpp"
#include "vdj_pipe/input_manager.hpp"
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
vdj_pipe::test | |
Namespace for unit-tests. | |
Macros | |
#define | BOOST_TEST_MODULE match_element_run |
Functions | |
const sequence_interval | vdj_pipe::test::si1 (0, 18) |
vdj_pipe::test::BOOST_AUTO_TEST_CASE (match_element_run_01) | |
vdj_pipe::test::BOOST_AUTO_TEST_CASE (parse_combinations_csv_file_1) | |
vdj_pipe::test::BOOST_AUTO_TEST_CASE (parse_combinations_csv_file_2) | |
vdj_pipe::test::BOOST_AUTO_TEST_CASE (parse_combinations_csv_file_3) | |
Variables | |
Qual_record::quality | vdj_pipe::test::qual |
part of vdj_pipe project.
Distributed under GNU General Public License, Version 3; see doc/license.txt.
Copyright Mikhail K Levin 2014
#define BOOST_TEST_MODULE match_element_run |