Skip to content

Commit

Permalink
Merge branch 'flye-devel' into flye
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolmogorov committed Jul 12, 2022
2 parents 192de70 + 04a4983 commit 6843555
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 6843555

Please sign in to comment.