7 #ifndef LIB_MAPPED_SEQUENCE_PROPERTIES_HPP_ 8 #define LIB_MAPPED_SEQUENCE_PROPERTIES_HPP_ 9 #include "boost/algorithm/string/classification.hpp" 10 #include "boost/algorithm/string/predicate.hpp" 11 #include "boost/foreach.hpp" 16 namespace vdj_pipe{
namespace detail{
28 if( sv.empty() )
return;
static std::size_t length()
Definition: sequence_fls.hpp:31
Seq_props(name_seq_vector const &sv)
Definition: mapped_sequence_properties.hpp:21
bool same_size_
Definition: mapped_sequence_properties.hpp:42
std::size_t min_size_
Definition: mapped_sequence_properties.hpp:44
Definition: nucleotide_index.hpp:330
Main namespace of vdj_pipe library.
Definition: keywords_variable.hpp:11
Definition: mapped_sequence_properties.hpp:20
std::size_t max_size_
Definition: mapped_sequence_properties.hpp:45
bool has_ambiguous_
Definition: mapped_sequence_properties.hpp:43
std::pair< std::string, std::string > match_seq
Definition: sequence_map_types.hpp:14
bool all_short_
Definition: mapped_sequence_properties.hpp:41
std::vector< match_seq > name_seq_vector
Definition: sequence_map_types.hpp:15