From b72a811a6d7dd3fae7faf97d465633cb84cf8293 Mon Sep 17 00:00:00 2001
From: "anastasiya.boersch@unibas.ch" <anastasiya.boersch@unibas.ch>
Date: Wed, 17 Jun 2020 16:52:26 +0200
Subject: [PATCH] Increase memory for some rules

---
 tests/input_files/cluster.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/input_files/cluster.json b/tests/input_files/cluster.json
index 6df74cd..9ac6455 100644
--- a/tests/input_files/cluster.json
+++ b/tests/input_files/cluster.json
@@ -4,7 +4,7 @@
     "queue": "6hours",
     "time": "01:00:00",
     "threads": "1",
-    "mem": "4G",
+    "mem": "8G",
     "name": "{rule}.{wildcards}",
     "out": "logs/cluster/{rule}.{wildcards}-%j-%N.out"
   },
@@ -42,7 +42,7 @@
   {
     "time": "03:00:00",
     "threads":"8",
-    "mem":"10G"
+    "mem":"20G"
   },
   "create_index_kallisto":
   {
-- 
GitLab