Skip to content

Commit

Permalink
directly use demux_deplete.run_id as input to table creation task
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Nov 4, 2023
1 parent dfe5381 commit 5315f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipes/WDL/workflows/demux_deplete_and_table_insert.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ workflow demux_deplete_and_table_insert {
read_structure = read_structure,
sample_rename_map = select_first([sample_rename_map])
}
String flowcell_id = demux_deplete.run_id
#String flowcell_id = demux_deplete.run_id
### gather data by biosample
#call read_utils.group_bams_by_sample {
Expand All @@ -65,7 +65,7 @@ workflow demux_deplete_and_table_insert {

call terra.create_or_update_sample_tables {
input:
flowcell_run_id = flowcell_id,
flowcell_run_id = demux_deplete.run_id,
workspace_name = check_terra_env.workspace_name,
workspace_namespace = check_terra_env.workspace_namespace,
workspace_bucket = check_terra_env.workspace_bucket_path
Expand Down

0 comments on commit 5315f0b

Please sign in to comment.