Skip to content

Commit

Permalink
using the draw.spots argument in wf to defined which spot is drawn
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Jan 8, 2025
1 parent c1a4d09 commit 0cd3135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppanggolin/workflow/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def launch_workflow(
draw_spots(
pangenome=pangenome,
output=args.output / "spot_figures",
spot_list="all",
spot_list=args.draw.spots,
disable_bar=args.disable_prog_bar,
)
spot_time += time.time() - start_spot_drawing
Expand Down

0 comments on commit 0cd3135

Please sign in to comment.