Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Nov 25, 2024
1 parent 0e1b425 commit 9017a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/workflows/demux_deplete.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ workflow demux_deplete {
input:
workspace_name = select_first([check_terra_env.workspace_name]),
terra_project = select_first([check_terra_env.workspace_namespace]),
tsv_file = biosample_map_tsv
tsv_file = biosample_to_table.sample_meta_tsv
}
}
}
Expand Down

0 comments on commit 9017a80

Please sign in to comment.