Skip to content

Commit

Permalink
updated docs with new mercury docker default and memory values for do…
Browse files Browse the repository at this point in the history
…wnload_terra_table task
  • Loading branch information
kapsakcj committed Oct 25, 2024
1 parent 65b4d6c commit 92d8434
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/workflows/phylogenetic_construction/czgenepi_prep.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
8 changes: 4 additions & 4 deletions docs/workflows/public_data_sharing/mercury_prep_n_batch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 92d8434

Please sign in to comment.