Skip to content

Commit

Permalink
enh: Initial wdl directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvdijk committed Jan 7, 2025
1 parent fd8b99a commit 8bb9cbb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions wdl/structs/Structs.wdl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version 1.0

struct RuntimeAttr {
Float? mem_gb
Int? cpu_cores
Int? disk_gb
Int? boot_disk_gb
Int? preemptible_tries
Int? max_retries
String? docker
}

struct DataTypeParameters {
Int num_shards
String map_preset
}

0 comments on commit 8bb9cbb

Please sign in to comment.