2021-03-24 10:46:26 +00:00
|
|
|
process {
|
2022-09-14 08:07:09 +00:00
|
|
|
withName:APPLYBQSR {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:APPLYBQSR_SPARK {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:GATK4_APPLYVQSR {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:GATK4_BASERECALIBRATOR {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:GATK4_BASERECALIBRATOR_SPARK {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:GATK4_CALCULATECONTAMINATION {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:GATK4_CNNSCOREVARIANTS {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
2021-03-24 10:46:26 +00:00
|
|
|
}
|
2022-09-07 15:00:52 +00:00
|
|
|
withName:GATK4_CREATESEQUENCEDICTIONARY {
|
2021-03-24 10:46:26 +00:00
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2022-09-14 08:07:09 +00:00
|
|
|
withName:GATK4_ESTIMATELIBRARYCOMPLEXITY {
|
2022-09-09 07:37:21 +00:00
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2022-09-14 08:07:09 +00:00
|
|
|
withName:GATK4_FILTERMUTECTCALLS {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
2021-03-24 10:46:26 +00:00
|
|
|
}
|
2022-09-14 08:07:09 +00:00
|
|
|
withName:GATK4_FILTERVARIANTTRANCHES {
|
2021-03-24 10:46:26 +00:00
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2022-09-14 08:07:09 +00:00
|
|
|
withName:GATK4_GATHERBQSRREPORTS {
|
2021-03-24 10:46:26 +00:00
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2022-09-14 08:07:09 +00:00
|
|
|
withName:GATK4_GATHERPILEUPSUMMARIES {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:GATK4_GENOMICSDBIMPORT {
|
2021-03-24 10:46:26 +00:00
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2022-09-14 08:07:09 +00:00
|
|
|
withName:GATK4_GENOTYPEGVCFS {
|
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
|
|
|
withName:GATK4_GETPILEUPSUMMARIES {
|
2021-03-24 10:46:26 +00:00
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2022-09-07 15:00:52 +00:00
|
|
|
withName:GATK4_HAPLOTYPECALLER {
|
2021-03-30 15:15:17 +00:00
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2022-09-14 08:07:09 +00:00
|
|
|
withName:GATK4_INTERVALLISTTOBED {
|
2021-03-30 15:15:17 +00:00
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2022-09-14 08:07:09 +00:00
|
|
|
withName:GATK4_LEARNREADORIENTATIONMODEL {
|
2021-03-30 15:21:53 +00:00
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2022-09-14 08:07:09 +00:00
|
|
|
withName:GATK4_MARKDUPLICATES {
|
2022-09-13 08:27:13 +00:00
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2022-09-14 08:07:09 +00:00
|
|
|
withName:GATK4_MARKDUPLICATES_SPARK {
|
2021-03-30 15:21:53 +00:00
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2022-09-14 08:07:09 +00:00
|
|
|
withName:GATK4_MERGEMUTECTSTATS {
|
2021-03-30 15:21:53 +00:00
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2022-09-14 08:07:09 +00:00
|
|
|
withName:GATK4_MERGEVCFS {
|
2021-03-30 15:21:53 +00:00
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2022-09-14 08:07:09 +00:00
|
|
|
withName:GATK4_MUTECT2 {
|
2021-03-30 15:21:53 +00:00
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
|
|
|
}
|
2022-09-14 08:07:09 +00:00
|
|
|
withName:GATK4_VARIANTRECALIBRATOR {
|
2021-03-30 15:21:53 +00:00
|
|
|
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
|
2022-09-14 08:07:09 +00:00
|
|
|
}
|
2021-03-24 10:46:26 +00:00
|
|
|
}
|