vdj_pipe
pipeline for processing DNA sequence data
|
#include "boost/test/unit_test.hpp"
#include "test/exception_fixture.hpp"
#include "test/sample_data.hpp"
#include "boost/assign/list_of.hpp"
#include "boost/lexical_cast.hpp"
#include "vdj_pipe/file_ostream_variant.hpp"
#include "vdj_pipe/file_stream.hpp"
#include "vdj_pipe/value_map_access_single.hpp"
Namespaces | |
vdj_pipe | |
Main namespace of vdj_pipe library. | |
vdj_pipe::test | |
Namespace for unit-tests. | |
Macros | |
#define | BOOST_TEST_MODULE file_ostream_variant_run |
Functions | |
const Qual_record::quality | vdj_pipe::test::qual1 (seq1.size(), 42) |
const Qual_record::quality | vdj_pipe::test::qual2 (seq2.size(), 13) |
const Qual_record::quality | vdj_pipe::test::qual3 (seq3.size(), 5) |
vdj_pipe::test::BOOST_AUTO_TEST_CASE (file_ostream_variant_run_01) | |
vdj_pipe::test::BOOST_AUTO_TEST_CASE (file_ostream_variant_run_02) | |
vdj_pipe::test::BOOST_AUTO_TEST_CASE (file_ostream_variant_run_03) | |
vdj_pipe::test::BOOST_AUTO_TEST_CASE (file_ostream_variant_run_04) | |
Variables | |
const std::string | vdj_pipe::test::id1 = "seq_id_1" |
const std::string | vdj_pipe::test::id2 = "seq_id_2" |
const std::string | vdj_pipe::test::id3 = "seq_id_3" |
part of vdj_pipe project.
Distributed under GNU General Public License, Version 3; see doc/license.txt.
Copyright Mikhail K Levin 2015
#define BOOST_TEST_MODULE file_ostream_variant_run |