vdj_pipe
pipeline for processing DNA sequence data
|
#include <me_truncate.hpp>
Public Member Functions | |
Truncate (const bool cut_lo, const bool cut_up, Relative_position const &lower, Relative_position const &upper) | |
sequence_interval | operator() (sequence_interval const &si) const |
Static Public Member Functions | |
static Truncate | lower (const int pos, const bool re_start) |
static Truncate | upper (const int pos, const bool re_start) |
static Truncate | none () |
Private Attributes | |
bool | cut_lo_ |
bool | cut_up_ |
Relative_position | lo_ |
Relative_position | up_ |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inlinestatic |
|
private |
|
private |
|
private |
|
private |