From 42d0d847d5c06f4ea16fbc8d9890f29a408ef45a Mon Sep 17 00:00:00 2001 From: William Rowell Date: Thu, 28 Sep 2023 11:23:58 -0700 Subject: [PATCH] Adjusted tests. --- wdl-ci.config.json | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/wdl-ci.config.json b/wdl-ci.config.json index b2e5d4f..792f307 100644 --- a/wdl-ci.config.json +++ b/wdl-ci.config.json @@ -150,7 +150,8 @@ "${resources_file_path}/m64017_200108_232219.hifi_reads.fasta", "${resources_file_path}/m64017_200112_090459.hifi_reads.fasta" ], - "yak_options": "-b37", + "yak_params": "-b37", + "mem_gb": 70, "runtime_attributes": "${default_runtime_attributes}" }, "output_tests": { @@ -164,21 +165,6 @@ } } ] - }, - "fasta_basecount": { - "key": "fasta_basecount", - "digest": "", - "tests": [] - }, - "get_total_gbp": { - "key": "get_total_gbp", - "digest": "", - "tests": [] - }, - "determine_yak_options": { - "key": "determine_yak_options", - "digest": "", - "tests": [] } } },