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
Pipeline #108667 canceled
...@@ -114,7 +114,7 @@ rule dis_combine: ...@@ -114,7 +114,7 @@ rule dis_combine:
PREFIX= ".*", PREFIX= ".*",
EBEAM="\d+", EBEAM="\d+",
PBEAM="\d+", PBEAM="\d+",
MINQ2="\d+", MINQ2="\d+",
NUM_FILES="\d+", NUM_FILES="\d+",
shell: shell:
""" """
...@@ -157,7 +157,7 @@ rule trk_dis_plots: ...@@ -157,7 +157,7 @@ rule trk_dis_plots:
PREFIX= ".*", PREFIX= ".*",
EBEAM="\d+", EBEAM="\d+",
PBEAM="\d+", PBEAM="\d+",
MINQ2="\d+", MINQ2="\d+",
NUM_FILES="\d+", NUM_FILES="\d+",
shell: shell:
""" """
...@@ -175,7 +175,7 @@ rule vtx_dis_plots: ...@@ -175,7 +175,7 @@ rule vtx_dis_plots:
PREFIX= ".*", PREFIX= ".*",
EBEAM="\d+", EBEAM="\d+",
PBEAM="\d+", PBEAM="\d+",
MINQ2="\d+", MINQ2="\d+",
NUM_FILES="\d+", NUM_FILES="\d+",
shell: 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