Skip to content

Commit

Permalink
introspect terra workspace and project names
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Mar 9, 2024
1 parent a4078f2 commit 7898134
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pipes/WDL/workflows/terra_tsv_to_table.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@ workflow terra_tsv_to_table {
email: "viral-ngs@broadinstitute.org"
}

call terra.upload_entities_tsv
call terra.check_terra_env

call terra.upload_entities_tsv {
input:
workspace_name = check_terra_env.workspace_name,
terra_project = check_terra_env.workspace_namespace
}
}

0 comments on commit 7898134

Please sign in to comment.