2021-03-24 10:46:26 +00:00
|
|
|
process {
|
|
|
|
|
|
|
|
withName:MapReads {
|
|
|
|
cpus = 16
|
2022-01-06 10:15:34 +00:00
|
|
|
memory = 128.GB
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 8.GB).bytes/task.cpus}"}
|
2021-03-24 10:46:26 +00:00
|
|
|
}
|
|
|
|
withName:BuildDict {
|
|
|
|
cpus = 1
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:BamQC {
|
|
|
|
cpus = 8
|
|
|
|
memory = 128.GB
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 8.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:MarkDuplicates {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:BaseRecalibrator {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:ApplyBQSR {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:GatherBQSRReports {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2021-03-30 15:15:17 +00:00
|
|
|
withName:HaplotypeCaller {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:GenotypeGVCFs {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2021-03-30 15:21:53 +00:00
|
|
|
withName:Mutect2 {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:MergeMutect2Stats {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:PileupSummariesForMutect2 {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:MergePileupSummaries {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:CalculateContamination {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:FilterMutect2Calls {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2021-03-24 10:46:26 +00:00
|
|
|
}
|