diff --git a/tests/input_files/cluster.json b/tests/input_files/cluster.json index 9ac645528acf0951235a439fc2e165f8288b0af7..12e9b992aabc265e7c2daaa15366e638a14900f9 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": "8G", + "mem": "4G", "name": "{rule}.{wildcards}", "out": "logs/cluster/{rule}.{wildcards}-%j-%N.out" }, @@ -39,6 +39,12 @@ "mem":"10G" }, "create_index_salmon": + { + "time": "03:00:00", + "threads":"8", + "mem":"40G" + }, + "sort_bed_4_big": { "time": "03:00:00", "threads":"8", @@ -168,13 +174,13 @@ { "time": "03:00:00", "threads":"6", - "mem":"10G" + "mem":"20G" }, "quantification_salmon": { "time": "03:00:00", "threads":"6", - "mem":"10G" + "mem":"20G" }, "pe_genome_quantification_kallisto": {