Skip to content

Commit

Permalink
move stray bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
fraser-combe committed Nov 7, 2024
1 parent 39f4765 commit 6134070
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
3 changes: 2 additions & 1 deletion tasks/basecalling/task_dorado_basecall.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ task basecall {
disks: "local-disk " + disk_size + " SSD"
disk: disk_size + " GB"
gpuCount: 1
gpuType: "nvidia-tesla-t4" }
gpuType: "nvidia-tesla-t4"
preemptible: 0
maxRetries: 1
}
}
2 changes: 2 additions & 0 deletions tasks/basecalling/task_samtools_convert.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ task samtools_convert {
cpu: cpu
memory: "~{memory} GB"
disks: "local-disk ~{disk_size} SSD"
preemptible: 0
maxRetries: 1
}
}
22 changes: 0 additions & 22 deletions workflows/utilities/data_import/wf_update_srr_metadata.wdl

This file was deleted.

0 comments on commit 6134070

Please sign in to comment.