We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd55ec7 commit 42bfaa1Copy full SHA for 42bfaa1
src/rgfa.cpp
@@ -1117,7 +1117,6 @@ void RGFACover::print_stats(ostream& os) {
1117
path_handle_t ref_path = graph->get_path_handle_of_step(ref_step);
1118
string name = graph->get_path_name(ref_path);
1119
// we assume one reference contig (which is built into the whole structure)
1120
- assert(r_chrom.empty() || r_chrom == name);
1121
int64_t ref_pos = node_to_ref_pos.at(rank_node.second);
1122
int64_t last_len = (int64_t)graph->get_length(graph->get_handle(rank_node.second));
1123
if (chrom_pos.count(name)) {
0 commit comments