Skip to content

Commit a1a8533

Browse files
tpshea2claude
andcommitted
Set VirSorter2 preemptible_tries to 0 (always on-demand)
VS2 is a long-running Snakemake workflow; preemption wastes the full restart cost including the micromamba install step. On-demand avoids the wasted first attempt. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0a50d30 commit a1a8533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wdl/tasks/Viral/VirSorter2.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ PYEOF
163163
mem_gb: 32,
164164
disk_gb: disk_size,
165165
boot_disk_gb: 25,
166-
preemptible_tries: 1,
166+
preemptible_tries: 0,
167167
max_retries: 1,
168168
docker: "ghcr.io/broadinstitute/hvp-lr/hvp-monolith:0.0.3"
169169
}

0 commit comments

Comments
 (0)