Skip to content

Commit

Permalink
removed mistake with mini alignment plot parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyBrown committed Jun 6, 2024
1 parent c6235bc commit f3eca6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIAlign/runCIAlign.py
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ def runMiniAlignments(args, log, orig_arr, orig_nams, arr, nams,
outf, typ,
plot_type='similarity',
dpi=args.plot_dpi,
title=args.plot_title,
title=False,
width=args.plot_width,
height=args.plot_height,
force_numbers=fn,
Expand Down

0 comments on commit f3eca6b

Please sign in to comment.