forked from wclose/viralMetagenomicsPipeline
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcluster.yaml
113 lines (80 loc) · 1.81 KB
/
cluster.yaml
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
__default__:
jobname: "{rule}.{wildcards}"
nodes: 1
ntaskspernode: 1
cpuspertask: 1
mempercpu: "4GB"
time: "30:00"
account: "ACCOUNT"
partition: "standard"
mailuser: "EMAIL"
mailtype: "END,FAIL"
output: "logs/slurm/%x-%j.out"
# Part 1: Read Processing ---------------------------------
trimReadPair:
cpuspertask: 2
time: "45:00"
buildContaminantIndices:
cpuspertask: 12
time: "4:00:00"
decontaminateTrimmedReads:
cpuspertask: 4
time: "5:00:00"
# Part 2: Assembly ----------------------------------------
assembleReads:
cpuspertask: 16
time: "8:00:00"
dedupeContigs:
cpuspertask: 12
# Part 3: Viral Contig Curation ---------------------------
predictContigsVirsorter:
cpuspertask: 12
time: "36:00:00"
predictContigsVirfinder:
cpuspertask: 12
time: "3:00:00"
# Part 4: Binning -----------------------------------------
indexContigs:
cpuspertask: 12
mapContigs:
cpuspertask: 6
time: "2:00:00"
binContigs:
cpuspertask: 16
time: "2:00:00"
detectBinContamination:
cpuspertask: 12
time: "6:00:00"
# Part 5: Generate Shared Bin File ------------------------
indexBins:
cpuspertask: 12
time: "2:00:00"
mapBins:
cpuspertask: 6
time: "2:00:00"
# Part 6: Taxonomic Classification ------------------------
getClassificationDatabases:
cpuspertask: 4
mempercpu: "45GB"
time: "1:30:00"
classifyBins:
cpuspertask: 12
time: "1:30:00"
# # Part 7: Diversity Metrics -------------------------------
calcBinAlphaDiversity:
cpuspertask: 24
mempercpu: "2GB"
time: "12:00:00"
calcBinBetaDiversity:
cpuspertask: 24
mempercpu: "2GB"
time: "12:00:00"
# Part 8: Quality Control ---------------------------------
combineRawReports:
cpuspertask: 12
combineTrimmedReports:
cpuspertask: 12
combineDeconReports:
cpuspertask: 12
assemblyStats:
cpuspertask: 4