Skip to content

Commit

Permalink
fix: Snakefile: tab -> spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Dec 8, 2024
1 parent 0b58ee0 commit 29e0c12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/tracking_performances_dis/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ rule dis_combine:
PREFIX= ".*",
EBEAM="\d+",
PBEAM="\d+",
MINQ2="\d+",
MINQ2="\d+",
NUM_FILES="\d+",
shell:
"""
Expand Down Expand Up @@ -157,7 +157,7 @@ rule trk_dis_plots:
PREFIX= ".*",
EBEAM="\d+",
PBEAM="\d+",
MINQ2="\d+",
MINQ2="\d+",
NUM_FILES="\d+",
shell:
"""
Expand All @@ -175,7 +175,7 @@ rule vtx_dis_plots:
PREFIX= ".*",
EBEAM="\d+",
PBEAM="\d+",
MINQ2="\d+",
MINQ2="\d+",
NUM_FILES="\d+",
shell:
"""
Expand Down

0 comments on commit 29e0c12

Please sign in to comment.