diff --git a/spim_registration/timelapse/Snakefile b/spim_registration/timelapse/Snakefile index d0c6c72ff8136649a40c413406445f7949f0405e..46f603ed66c18088db231c931e4bd7eeb5efabe5 100755 --- a/spim_registration/timelapse/Snakefile +++ b/spim_registration/timelapse/Snakefile @@ -386,6 +386,7 @@ rule deconvolution: -Dosem_acceleration={osem_acceleration} \ -DTikhonov_parameter={Tikhonov_parameter} \ -Dcompute={compute} \ + -Dcompute_on={compute_on} \ -Dcudafourierconvolution={cudafourierconvolution} \ -Dpsf_estimation={psf_estimation} \ -Ddirectory_cuda={directory_cuda} \ diff --git a/spim_registration/timelapse/deconvolution.bsh b/spim_registration/timelapse/deconvolution.bsh index 6bf9b499c3b27ea7b22d47a160fb81550333e14a..1ecd9b960e59567c901217e65a0984533574d8b3 100755 --- a/spim_registration/timelapse/deconvolution.bsh +++ b/spim_registration/timelapse/deconvolution.bsh @@ -122,9 +122,9 @@ System.out.println( channel_string ); System.out.println( "-------------------------------------------------------" ); System.out.println( "GPU/CPU setting: " ); -compute_on = System.getProperty( "compute_on = " + compute_on ); -directory_cuda = System.getProperty( "directory_cuda = " + directory_cuda ); -System.getProperty( "cudafourierconvolution = " + cudafourierconvolution ); +compute_on = System.getProperty( "compute_on" ); +directory_cuda = System.getProperty( "directory_cuda" ); +cudafourierconvolution = System.getProperty( "cudafourierconvolution" ); System.out.println( "compute_on = " + compute_on ); System.out.println( "directory_cuda = " + directory_cuda ); diff --git a/spim_registration/timelapse/tomancak_test_cluster.yaml b/spim_registration/timelapse/tomancak_test_cluster.yaml index 48198703ad449d787092dde4d33cd15bb2f483e9..3bd147a8f4cfe50ba04527eac66520cd3fd96b82 100755 --- a/spim_registration/timelapse/tomancak_test_cluster.yaml +++ b/spim_registration/timelapse/tomancak_test_cluster.yaml @@ -1,7 +1,7 @@ common: { # directory that contains the bean shell scripts bsh_directory: "/projects/pilot_spim/Christopher/snakemake-workflows/spim_registration/timelapse/", - directory_cuda: "/sw/users/schmied/packages/cuda/lib/", + directory_cuda: "/sw/users/schmied/cuda/", #fiji-app: "/sw/users/schmied/packages/2015-06-08_Fiji.app.cuda/ImageJ-linux64", fiji-app: "/sw/users/schmied/packages/2015-05-29_Fiji_2.3.9_SNAP.app.cuda/ImageJ-linux64", fiji-prefix: "/sw/bin/xvfb-run -a",