Skip to content
Snippets Groups Projects
Commit 595f881e authored by BIOPZ-Börsch Anastasiya's avatar BIOPZ-Börsch Anastasiya
Browse files

Increase memory for salmon index

parent b72a811a
No related branches found
No related tags found
2 merge requests!76Bump version to v0.2.0,!74Cluster.json was updated
Pipeline #11038 passed
......@@ -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":
{
......
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