Skip to content
Snippets Groups Projects

change partition from normal/fast to gdec on every tasks

Merged Helene Rimbert requested to merge helene.rimbert-master-patch-56726 into master
1 file
+ 8
13
Compare changes
  • Side-by-side
  • Inline
+ 8
13
@@ -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":
{
Loading