Skip to content

Commit

Permalink
Merge branch 'master' into ct-demux_deplete-allow_multiple_biosample_…
Browse files Browse the repository at this point in the history
…attribute_files
  • Loading branch information
tomkinsc authored Nov 6, 2024
2 parents 67151dc + 4e2beb9 commit bd5b39c
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 bd5b39c

Please sign in to comment.