Skip to content

Commit

Permalink
Return back
Browse files Browse the repository at this point in the history
  • Loading branch information
1dayac committed Sep 3, 2023
1 parent fda3790 commit 3144399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ namespace debruijn_graph {
pif.StopProcessLibrary();
std::vector<EdgeId> good_edges;
if (paths.size() > cfg::get().pe_params.param_set.rna_10x.min_cloud_size ) {
if (graph_pack.barcode_indices[0].size() < 0) {
if (graph_pack.barcode_indices[0].size() < 10000) {
extractor.extractEdges(paths, good_edges, current_barcode);
extractor.extractLongReadsPE(graph_pack, long_reads_temp_container, good_edges, current_barcode, lib_10x);
} else {
Expand Down

0 comments on commit 3144399

Please sign in to comment.