Skip to content
Snippets Groups Projects
Commit 177a397b authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

modify config.yaml - small modification for paths

parent 2fc0c44d
No related branches found
No related tags found
1 merge request!37Migration dd 18 42
......@@ -202,14 +202,14 @@ common: {
# sysconfcpus
# ============================================================================
# current working Fiji
fiji-app: "opt/Fiji.app/ImageJ-linux64 -Xss4m",
fiji-app: "/opt/Fiji.app/ImageJ-linux64 -Xss4m",
# bean shell scripts and Snakefile
bsh_directory: "opt/snakemake-workflows/spim_registration/timelapse/",
bsh_directory: "/opt/snakemake-workflows/spim_registration/timelapse/",
# Directory that contains the cuda libraries
directory_cuda: "/sw/users/schmied/cuda/",
# xvfb
fiji-prefix: "",
sysconfcpus: "opt/bin/sysconfcpus -n",
sysconfcpus: "sysconfcpus -n",
memory-prefix: "-Xmx"
}
......
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