Skip to content

Commit

Permalink
Merge branch 'master' into ct-bugfix-depletion-nproc-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc authored Nov 6, 2024
2 parents 65a0782 + 4e2beb9 commit b73ad8b
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 b73ad8b

Please sign in to comment.