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

Tested Dual Channel Pipeline one channel contains beads

parent 0b1bb5b9
No related branches found
No related tags found
No related merge requests found
...@@ -7,9 +7,9 @@ if JOBDIR[-1] != "/": # this checks if jobdir ends with slash if not it adds a s ...@@ -7,9 +7,9 @@ if JOBDIR[-1] != "/": # this checks if jobdir ends with slash if not it adds a s
JOBDIR+="/" JOBDIR+="/"
# Test config file single Channel: # Test config file single Channel:
configfile: "single_test.yaml" # configfile: "single_test.yaml"
# Test config file dual channel one channel contains beads: # Test config file dual channel one channel contains beads:
# configfile: "dual_OneChannel.yaml" configfile: "dual_OneChannel.yaml"
# data specific config file, expected to be inside JOBDIR # data specific config file, expected to be inside JOBDIR
# configfile: "tomancak_test_cluster.yaml" # configfile: "tomancak_test_cluster.yaml"
...@@ -266,8 +266,8 @@ rule timelapse: ...@@ -266,8 +266,8 @@ rule timelapse:
rule duplicate_transformations: rule duplicate_transformations:
input: rules.timelapse.output, merged_xml="{xml_base}_merge.xml" input: rules.timelapse.output, merged_xml="{xml_base}_merge.xml"
output: rules.timelapse.output[0] + "_dublicate" output: rules.timelapse.output[0] + "_duplicate"
log: "{xml_base}_dublicate_transformations.log" log: "{xml_base}_duplicate_transformations.log"
run: run:
cmd_string = produce_string( cmd_string = produce_string(
"""{fiji-prefix} {fiji-app} \ """{fiji-prefix} {fiji-app} \
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"fusion" : "fusion" :
{ {
"lsf_extra" : "-n 7 -R \"span[hosts=1] rusage[mem=100000]\"" "lsf_extra" : "-n 12 -R \"span[hosts=1] rusage[mem=100000]\""
}, },
"deconvolution" : "deconvolution" :
......
...@@ -29,7 +29,7 @@ common: { ...@@ -29,7 +29,7 @@ common: {
# Switches between content based fusion and deconvoltion # Switches between content based fusion and deconvoltion
# "deconvolution" > for deconvolution # "deconvolution" > for deconvolution
# "fusion" > for content based fusion # "fusion" > for content based fusion
fusion_switch: "deconvolution" fusion_switch: "fusion"
} }
define_xml_czi: { define_xml_czi: {
......
...@@ -98,7 +98,7 @@ IJ.run("Fuse/Deconvolve Dataset", ...@@ -98,7 +98,7 @@ IJ.run("Fuse/Deconvolve Dataset",
"imglib2_container=" + imglib2_container_fusion + " " + "imglib2_container=" + imglib2_container_fusion + " " +
"process_views_in_paralell=All " + "process_views_in_paralell=All " +
"interpolation=[" + interpolation + "] " + "interpolation=[" + interpolation + "] " +
//"blend " + "blend " +
"content-based " + "content-based " +
"output_file_directory=" + image_file_directory + " " + "output_file_directory=" + image_file_directory + " " +
"lossless " + "lossless " +
......
...@@ -229,8 +229,8 @@ hdf5_output: { ...@@ -229,8 +229,8 @@ hdf5_output: {
output_multiple_channels: '"NO (one channel)"', # '"YES (one file per channel)"' or '"NO (one channel)"' output_multiple_channels: '"NO (one channel)"', # '"YES (one file per channel)"' or '"NO (one channel)"'
output_channels: "green", output_channels: "green",
# .xml file names # .xml file names
output_xml: '"fused_Dual_Channel"', output_xml: '"fused_Single"',
output_hdf5_xml: '"hdf5_fused_Dual_Channel"', output_hdf5_xml: '"hdf5_fused_Single"',
output_timepoints: '0-1', # Timepoints format: '1-2' output_timepoints: '0-1', # Timepoints format: '1-2'
# pixel size of output: take downsampling into account! # pixel size of output: take downsampling into account!
output_pixel_distance_x: 0.28590106964, output_pixel_distance_x: 0.28590106964,
......
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