diff --git a/tasks/species_typing/mycobacterium/task_tbp_parser.wdl b/tasks/species_typing/mycobacterium/task_tbp_parser.wdl index 03ef369fd..38ca566ca 100644 --- a/tasks/species_typing/mycobacterium/task_tbp_parser.wdl +++ b/tasks/species_typing/mycobacterium/task_tbp_parser.wdl @@ -28,11 +28,11 @@ task tbp_parser { Float? rpob449_frequency # default 0.1 Float? etha237_frequency # default 0.1 File? expert_rule_regions_bed - + + Int cpu = 1 + Int disk_size = 100 String docker = "us-docker.pkg.dev/general-theiagen/theiagen/tbp-parser:2.0.0" - Int disk_size = 100 Int memory = 4 - Int cpu = 1 } command <<< # get version diff --git a/tasks/species_typing/mycobacterium/task_tbprofiler.wdl b/tasks/species_typing/mycobacterium/task_tbprofiler.wdl index 0989cc12a..b48d5eb89 100644 --- a/tasks/species_typing/mycobacterium/task_tbprofiler.wdl +++ b/tasks/species_typing/mycobacterium/task_tbprofiler.wdl @@ -20,9 +20,9 @@ task tbprofiler { Boolean tbprofiler_run_cdph_db = false Boolean tbprofiler_run_custom_db = false - Int cpu = 8 - String docker = "us-docker.pkg.dev/general-theiagen/staphb/tbprofiler:6.4.0" + Int cpu = 8 Int disk_size = 100 + String docker = "us-docker.pkg.dev/general-theiagen/staphb/tbprofiler:6.4.0" Int memory = 16 } command <<<