Skip to content
Snippets Groups Projects
Commit 254e68a5 authored by Christopher Schmied's avatar Christopher Schmied
Browse files

Test generic .yaml file

parent 32452535
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,13 @@ if JOBDIR[-1] != "/": # this checks if jobdir ends with slash if not it adds a s
JOBDIR+="/"
# Test config file single Channel:
configfile: "single_test.yaml"
# configfile: "single_test.yaml"
# Test config file dual channel one channel contains beads:
# configfile: "dual_OneChannel.yaml"
# data specific config file, expected to be inside JOBDIR
# configfile: "tomancak_test_cluster.yaml"
configfile: "*.yaml"
padding_format = "{0:0"+str(padding_of_file_id(int(config["common"]["ntimepoints"])))+"d}"
ds_format = "-"+padding_format+"-00.h5"
......
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