Skip to content

Commit

Permalink
edited merge_wrapper to use -pre prefix in quickmerge -p
Browse files Browse the repository at this point in the history
  • Loading branch information
jgbaldwinbrown committed Oct 30, 2018
1 parent 43ebb3b commit 3be7287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions merge_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ def fix_namedup(name):
#if args.merging_length_cutoff:
mergercall.append('-ml')
mergercall.append(str(merging_length_cutoff))
mergercall.append('-p')
mergercall.append(str(prefix))

#run the merging program
if not args.stop_after_nucmer and not args.stop_after_df and not args.clean_only:
Expand Down

0 comments on commit 3be7287

Please sign in to comment.