-
Notifications
You must be signed in to change notification settings - Fork 0
/
submit.json
79 lines (79 loc) · 1.24 KB
/
submit.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"__default__" :
{
"p" : "med2",
"time" : "14-00:00",
"name" : "{rule}.{wildcards}",
"o" : "slurm_out/{rule}_{wildcards}.%j.out"
},
"vcf2smc" :
{
"mem" : "45G",
"p" : "med2"
},
"smc_cv" :
{
"mem" : "260G",
"p" : "bigmemm"
},
"smc_estimate" :
{
"mem" : "180G",
"p" : "med2"
},
"plot_estimate" :
{
"mem" : "1G",
"p" : "high2"
},
"smc_bootstrap_input" :
{
"mem" : "80G",
"p" : "med2"
},
"smc_cv_bootstrap" :
{
"mem" : "240G",
"p" : "bigmemm"
},
"smc_estimate_bootstrap" :
{
"mem" : "180G",
"p" : "med2"
},
"joint_vcf2smc12" :
{
"mem" : "30G",
"p" : "med2"
},
"joint_vcf2smc21" :
{
"mem" : "30G",
"p" : "med2"
},
"smc_split" :
{
"mem" : "500G",
"p" : "bigmemm"
},
"joint_bootstrap_vcf2smc12" :
{
"mem" : "80G",
"p" : "med2"
},
"joint_bootstrap_vcf2smc21" :
{
"mem" : "80G",
"p" : "med2"
},
"smc_split_bootstrap" :
{
"mem" : "400G",
"p" : "bigmemm"
},
"plot_split" :
{
"mem" : "1G",
"p" : "high2"
}
}