Skip to content

Commit

Permalink
fixup: adjust output table name
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Aug 21, 2024
1 parent d80a5f9 commit 2ec70cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
pipeline.add_task(
name="prepare_table_for_release",
task_function=prepare_table_for_release,
output_path=f"{output_sub_dir}/gnomad_v4_variants_a4_for_release.ht",
output_path=f"{output_sub_dir}/gnomad_v4_variants_public_release.ht",
inputs={
"variants_table_path": pipeline.get_task("annotate_vrs_ids"),
},
Expand Down

0 comments on commit 2ec70cd

Please sign in to comment.