Skip to content

Commit

Permalink
fix arg from config used to draw or not the spots
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Jan 8, 2025
1 parent 7faa666 commit c1a4d09
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 @@ -277,7 +277,7 @@ def launch_workflow(

if not args.no_flat_files:

if panrgp and args.draw.spots:
if panrgp and args.draw.draw_spots:
start_spot_drawing = time.time()
mk_outdir(args.output / "spot_figures", force=True)
draw_spots(
Expand Down

0 comments on commit c1a4d09

Please sign in to comment.