vdj_pipe
pipeline for processing DNA sequence data
|
#include "boost/test/unit_test.hpp"
#include "test/exception_fixture.hpp"
#include "sequence_map_short.hpp"
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
vdj_pipe::test | |
Namespace for unit-tests. | |
Macros | |
#define | BOOST_TEST_MODULE short_seq_map_run |
Functions | |
vdj_pipe::test::BOOST_AUTO_TEST_CASE (case01) | |
vdj_pipe::test::BOOST_AUTO_TEST_CASE (case02) | |
Variables | |
const std::string | vdj_pipe::test::m1 = "mid1" |
const std::string | vdj_pipe::test::m2 = "mid2" |
const std::string | vdj_pipe::test::m3 = "mid3" |
const std::string | vdj_pipe::test::s1 = "ATGGA" |
const std::string | vdj_pipe::test::s2 = "CTGGA" |
const std::string | vdj_pipe::test::s3 = "ATGGT" |
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 short_seq_map_run |