vdj_pipe
pipeline for processing DNA sequence data
|
#include <merge_paired_reads_step.hpp>
Public Types | |
typedef Vm_access_paired | vma_type |
Public Types inherited from vdj_pipe::detail::Step_base | |
typedef Seq_record::sequence | seq_type |
typedef Qual_record::quality | qual_type |
Public Member Functions | |
Merge_paired (vma_type const &vma, boost::property_tree::ptree const &pt, Pipe_environment &pe) | |
void | run () |
void | finish () |
void | summary (std::ostream &os) const |
Public Member Functions inherited from vdj_pipe::detail::Step_base | |
char | delimiter () const |
Step_base (boost::property_tree::ptree const &pt, Pipe_environment const &pe) | |
void | summary (std::ostream &) const |
Private Attributes | |
Value_ids_single | vis_ |
Val_id | score_id_ |
Val_id | cigar_id_ |
std::size_t | n_merged_ |
unsigned | min_score_ |
bool | trimmed_ |
Additional Inherited Members | |
Protected Member Functions inherited from vdj_pipe::detail::Step_base_paired | |
Step_base_paired (Vm_access_paired const &vma, boost::property_tree::ptree const &pt, Pipe_environment &pe) | |
Protected Attributes inherited from vdj_pipe::detail::Step_base_paired | |
Vm_access_paired | vma_ |
vdj_pipe::Merge_paired::Merge_paired | ( | vma_type const & | vma, |
boost::property_tree::ptree const & | pt, | ||
Pipe_environment & | pe | ||
) |
|
inline |
void vdj_pipe::Merge_paired::run | ( | ) |
void vdj_pipe::Merge_paired::summary | ( | std::ostream & | os | ) | const |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |