From 60498d0b2bf02779a90769a0745d741eef569ad1 Mon Sep 17 00:00:00 2001
From: Petr Bainar <petr.bainar@hotmail.com>
Date: Sat, 8 Dec 2018 09:25:28 +0100
Subject: [PATCH] migration-dd-18-42: update the default config.yaml file

---
 haas-imagej-client/src/main/resources/config.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/haas-imagej-client/src/main/resources/config.yaml b/haas-imagej-client/src/main/resources/config.yaml
index 23bfbc9d..98e86e13 100644
--- a/haas-imagej-client/src/main/resources/config.yaml
+++ b/haas-imagej-client/src/main/resources/config.yaml
@@ -202,14 +202,14 @@ common: {
   #          sysconfcpus
   # ============================================================================
   # current working Fiji
-  fiji-app: "/scratch/work/project/open-12-20/haas/spim/Fiji.app/ImageJ-linux64 -Xss4m",
+  fiji-app: "/scratch/work/project/dd-18-42/apps/haas/spim/Fiji.app/ImageJ-linux64 -Xss4m",
   # bean shell scripts and Snakefile
-  bsh_directory: "/scratch/work/project/open-12-20/haas/spim/snakemake-workflows/spim_registration/timelapse/",
+  bsh_directory: "/scratch/work/project/dd-18-42/apps/haas/spim/snakemake-workflows/spim_registration/timelapse/",
   # Directory that contains the cuda libraries
   directory_cuda: "/sw/users/schmied/cuda/",
   # xvfb 
   fiji-prefix: "",
-  sysconfcpus: "/scratch/work/project/open-12-20/haas/spim/bin/sysconfcpus -n",
+  sysconfcpus: "/scratch/work/project/dd-18-42/apps/haas/spim/bin/sysconfcpus -n",
   memory-prefix: "-Xmx"
   }
   
-- 
GitLab