diff --git a/spim_registration/timelapse/Snakefile b/spim_registration/timelapse/Snakefile index 1cb115ddccac0755d6c6c7aa4cb26bf2ce3d447b..628a367b6d0fb4b7fb5054012be2b414eb199705 100644 --- a/spim_registration/timelapse/Snakefile +++ b/spim_registration/timelapse/Snakefile @@ -85,7 +85,7 @@ rule define_xml_tif: config["define_xml_tif"], jdir=JOBDIR, path_bsh=config["common"]["bsh_directory"] + config["define_xml_tif"]["bsh_file"], - timepoints="1-"+str(config["common"]["ntimepoints"]) + timepoints="0-"+str(int(config["common"]["ntimepoints"])-1) ) cmd_string +=" > {log} 2>&1"