Read Information

Modules

 Cycle range
 

Functions

number_t number () const
 
bool is_index () const
 
bool is_reverse_complement () const
 
cycle_t total_cycles () const
 
cycle_t useable_cycles () const
 

Detailed Description

Information describing the read

See full class description

Function Documentation

bool is_index ( ) const
inline

Check if read is index

Returns
true if read is index
bool is_reverse_complement ( ) const
inline

Check if read is reverse complement

Returns
true if read is reverse complement
number_t number ( ) const
inline

Get the number to identify the read

Returns
number to identify the read
cycle_t total_cycles ( ) const
inline

Get the total number of cycles in the read

Returns
total number of cycles in read
cycle_t useable_cycles ( ) const
inline

Get the usable number of cycles in the read

The last cycle is not fully corrected so it is not usable

Returns
number of usable cycles in read