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

Fixed external transformation in Snakefile

parent 17d432dc
No related branches found
No related tags found
No related merge requests found
......@@ -347,7 +347,7 @@ rule fusion:
rule external_transform:
input: rules.timelapse.output[0], merged_xml="{xml_base}_merge.xml"
output: temp(rules.timelapse.output[0] + "_transform")
output: temp(rules.timelapse.output[0] + "_external_trafo")
log: "logs/e2_external_transform.log"
run:
cmd_string = produce_string(
......
......@@ -145,7 +145,7 @@ common: {
# external_trafo_switch: "_transform",
#
# downsampling:
# external_trafo_switch: "external_trafo",
# external_trafo_switch: "_external_trafo",
# IMPORTANT: boundingbox needs to reflect this downsampling.
#
# Matrix for downsampling
......
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