Skip to content

Commit

Permalink
pass (optoinal) sample_rename_map input directly
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Nov 4, 2023
1 parent 5b5932e commit 5667289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/workflows/demux_deplete_and_table_insert.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ workflow demux_deplete_and_table_insert {
instrument_model_user_specified = instrument_model,
sra_title = sra_title,
read_structure = read_structure,
sample_rename_map = select_first([sample_rename_map])
sample_rename_map = sample_rename_map
}
#String flowcell_id = demux_deplete.run_id
Expand Down

0 comments on commit 5667289

Please sign in to comment.