Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Jun 13, 2022
1 parent 3fd34b8 commit ba57f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/GvsAssignIds.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ workflow GvsAssignIds {
' { "name": "job_start_timestamp", "type": "TIMESTAMP", "mode": "REQUIRED" }, ' +
' { "name": "event_timestamp", "type": "TIMESTAMP", "mode": "REQUIRED" }, ' +
' { "name": "metadata_key", "type": "STRING", "mode": "REQUIRED" }, ' +
' { "name": "data_bytes", "type": "INTEGER", "mode": "NULLABLE" } ] '
' { "name": "data_bytes", "type": "INTEGER", "mode": "REQUIRED" } ] '

call GvsCreateTables.CreateTables as CreateSampleInfoTable {
input:
Expand Down

0 comments on commit ba57f1a

Please sign in to comment.