Skip to content
Snippets Groups Projects
Commit 29e0c126 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: Snakefile: tab -> spaces

parent 0b58ee04
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ rule dis_combine:
PREFIX= ".*",
EBEAM="\d+",
PBEAM="\d+",
MINQ2="\d+",
MINQ2="\d+",
NUM_FILES="\d+",
shell:
"""
......@@ -157,7 +157,7 @@ rule trk_dis_plots:
PREFIX= ".*",
EBEAM="\d+",
PBEAM="\d+",
MINQ2="\d+",
MINQ2="\d+",
NUM_FILES="\d+",
shell:
"""
......@@ -175,7 +175,7 @@ rule vtx_dis_plots:
PREFIX= ".*",
EBEAM="\d+",
PBEAM="\d+",
MINQ2="\d+",
MINQ2="\d+",
NUM_FILES="\d+",
shell:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment