Skip to content
Snippets Groups Projects
Commit 15f8766f authored by Helene Rimbert's avatar Helene Rimbert
Browse files

Merge branch 'helene.rimbert-master-patch-56726' into 'master'

change partition from normal/fast to gdec on every tasks

See merge request !3
parents 4d524bea 964f5907
No related branches found
No related tags found
1 merge request!3change partition from normal/fast to gdec on every tasks
......@@ -3,39 +3,34 @@
{
"time" : "02:00:00",
"c" : 1,
"partition" : "fast",
"partition" : "gdec",
"mem" : "4G",
"jobName" : "magatt_{rule}",
"error" : "slurm/%x-%J.log",
"output" : "slurm/%x-%J.log"
"error" : "slurm-%x-%J.log",
"output" : "slurm-%x-%J.log"
},
"mapHomologousRegions" :
{
"time" : "1-00:00:00",
"mem" : "8G",
"partition" : "normal"
"mem" : "8G"
},
"gmapRescue":
{
"time" : "3-00:00:00",
"mem" : "8G",
"partition" : "long"
"mem" : "8G"
},
"gmapIndexTarget":
{
"time" : "1-00:00:00",
"mem" : "64G",
"partition" : "normal"
"mem" : "64G"
},
"indexQuery":
{
"time" : "01:00:00",
"partition" : "normal"
"time" : "01:00:00"
},
"indexTarget":
{
"time" : "01:10:00",
"partition" : "normal"
"time" : "01:10:00"
},
"selectMappedISBP":
{
......
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