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 29e0c12 commit 0d0bc49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -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 0d0bc49

Please sign in to comment.