From c2b6e77b87061f52fb57224457b7ec7cafa1dc70 Mon Sep 17 00:00:00 2001
From: Alex Kanitz <alexander.kanitz@unibas.ch>
Date: Tue, 17 Mar 2020 11:28:46 +0100
Subject: [PATCH] increase resources for salmon index

---
 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 0b8042a..0734b24 100644
--- a/tests/input_files/cluster.json
+++ b/tests/input_files/cluster.json
@@ -28,9 +28,9 @@
   },
   "create_index_salmon":
   {
-    "time": "01:00:00",
+    "time": "03:00:00",
     "threads":"8",
-    "mem":"2G"
+    "mem":"10G"
   },
   "create_index_kallisto":
   {
-- 
GitLab