Skip to content

Commit

Permalink
reshape vm defaults and subsampler default inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Sep 25, 2023
1 parent ef36163 commit 3095833
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pipes/WDL/tasks/tasks_interhost.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ task subsample_by_cases {
File? keep_file
File? remove_file
File? filter_file
Float baseline = 0.001
Int seed_num = 2007
Float baseline = 0.0002
Int? seed_num
String? start_date
String? end_date
String docker = "quay.io/broadinstitute/subsampler"
Int machine_mem_gb = 30
Int machine_mem_gb = 12
}
command <<<
set -e -o pipefail
Expand Down Expand Up @@ -132,7 +132,7 @@ task subsample_by_cases {
cpu: 2
disks: "local-disk 200 HDD"
disk: "200 GB"
dx_instance_type: "mem3_ssd1_v2_x4"
dx_instance_type: "mem3_ssd1_v2_x2"
}
output {
File genome_matrix_days = "genome_matrix_days.tsv"
Expand Down

0 comments on commit 3095833

Please sign in to comment.