From 92d84341d2d51fc06c7dcc273e38316638275d3c Mon Sep 17 00:00:00 2001 From: Curtis Kapsak Date: Fri, 25 Oct 2024 18:38:49 +0000 Subject: [PATCH] updated docs with new mercury docker default and memory values for download_terra_table task --- docs/workflows/phylogenetic_construction/czgenepi_prep.md | 2 +- .../workflows/public_data_sharing/mercury_prep_n_batch.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/workflows/phylogenetic_construction/czgenepi_prep.md b/docs/workflows/phylogenetic_construction/czgenepi_prep.md index 27b0913b6..26036fcdd 100644 --- a/docs/workflows/phylogenetic_construction/czgenepi_prep.md +++ b/docs/workflows/phylogenetic_construction/czgenepi_prep.md @@ -26,7 +26,7 @@ This workflow runs on the set level. | czgenepi_prep | **terra_table_name** | String | The name of the Terra table where the data is hosted | | Required | | czgenepi_prep | **terra_project_name** | String | The name of the Terra project where the data is hosted | | Required | | czgenepi_prep | **terra_workspace_name** | String | The name of the Terra workspace where the data is hosted | | Required | -| download_terra_table | **memory** | Int | Amount of memory/RAM (in GB) to allocate to the task | 10 | Optional | +| download_terra_table | **memory** | Int | Amount of memory/RAM (in GB) to allocate to the task | 2 | Optional | | download_terra_table | **docker** | String | The Docker container to use for the task | quay.io/theiagen/terra-tools:2023-06-21 | Optional | | download_terra_table | **disk_size** | String | The size of the disk used when running this task | 1 | Optional | | download_terra_table | **cpu** | Int | Number of CPUs to allocate to the task | 1 | Optional | diff --git a/docs/workflows/public_data_sharing/mercury_prep_n_batch.md b/docs/workflows/public_data_sharing/mercury_prep_n_batch.md index 459d3be88..51c6f7c52 100644 --- a/docs/workflows/public_data_sharing/mercury_prep_n_batch.md +++ b/docs/workflows/public_data_sharing/mercury_prep_n_batch.md @@ -77,11 +77,11 @@ This workflow runs on the set-level. | download_terra_table | **cpu** | Int | Number of CPUs to allocate to the task | 1 | Optional | | download_terra_table | **disk_size** | Int | Amount of storage (in GB) to allocate to the task | 10 | Optional | | download_terra_table | **docker** | String | The Docker container to use for the task | us-docker.pkg.dev/general-theiagen/theiagen/terra-tools:2023-06-21 | Optional | -| download_terra_table | **memory** | Int | Amount of memory/RAM (in GB) to allocate to the task | 1 | Optional | +| download_terra_table | **memory** | Int | Amount of memory/RAM (in GB) to allocate to the task | 2 | Optional | | mercury | **cpu** | Int | Number of CPUs to allocate to the task | 2 | Optional | -| mercury | **disk_size** | Int | Amount of storage (in GB) to allocate to the task | 50 | Optional | -| mercury | **docker** | String | The Docker container to use for the task | us-docker.pkg.dev/general-theiagen/theiagen/mercury:1.0.7 | Optional | -| mercury | **memory** | Int | Amount of memory/RAM (in GB) to allocate to the task | 2 | Optional | +| mercury | **disk_size** | Int | Amount of storage (in GB) to allocate to the task | 100 | Optional | +| mercury | **docker** | String | The Docker container to use for the task | us-docker.pkg.dev/general-theiagen/theiagen/mercury:1.0.9 | Optional | +| mercury | **memory** | Int | Amount of memory/RAM (in GB) to allocate to the task | 8 | Optional | | mercury | **number_N_threshold** | Int | Only for "sars-cov-2" submissions; used to filter out any samples that contain more than the indicated number of Ns in the assembly file | 5000 | Optional | | mercury | **single_end** | Boolean | Set to true if your data is single-end; this ensures that a read2 column is not included in the metadata | FALSE | Optional | | mercury | **skip_county** | Boolean | Use if your Terra table contains a county column that you do not want to include in your submission. | FALSE | Optional |