Skip to content

Commit

Permalink
Merge branch 'master' into ct-add-task-get-from-web
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc authored Nov 6, 2024
2 parents f7df2e4 + 4e2beb9 commit d2f81fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipes/WDL/workflows/terra_tsv_to_table.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workflow terra_tsv_to_table {
}

input {
Array[File]+ tsv_files
Array[File?]+ tsv_files
}

call terra.check_terra_env
Expand All @@ -30,4 +30,4 @@ workflow terra_tsv_to_table {
workspace_name = check_terra_env.workspace_name,
terra_project = check_terra_env.workspace_namespace
}
}
}

0 comments on commit d2f81fc

Please sign in to comment.