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

fix: Snakefile: tab -> spaces

parent 29e0c126
No related branches found
No related tags found
No related merge requests found
Pipeline #108670 failed
......@@ -114,7 +114,7 @@ rule dis_combine:
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.
Finish editing this message first!
Please register or to comment