Skip to content

Commit

Permalink
don't do simple RR in haplotype mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolmogorov committed Jun 17, 2022
1 parent 023344f commit 04a4983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flye/__build__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__build__ = 1778
__build__ = 1779
2 changes: 1 addition & 1 deletion src/repeat_graph/main_repeat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ int repeat_main(int argc, char** argv)
outGen.outputGfa(proc.getEdgesPaths(), outFolder + "/graph_before_rr.gfa");
}

if (isMeta)
if (isMeta && !keepHaplotypes)
{
repResolver.resolveSimpleRepeats();
}
Expand Down

0 comments on commit 04a4983

Please sign in to comment.