31 using namespace nvbio;
33 #define ASSEMBLY_MIN_BASE_QUALITY 6
115 const uint32 kmer_size,
const bool allow_low_complexity);
116 void compute_edge_weights();
117 void compute_in_degrees();
118 void compute_in_adjacencies();
119 void compute_subgraph_n_nodes();
120 void compute_complexity();
127 void topological_sort();
128 void find_k_best_paths(
const uint32 k);