Skip to content

Commit

Permalink
pass array of biosample_map_tsvs to demux_deplete
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Oct 14, 2024
1 parent b5f5aac commit c5d743c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/workflows/sarscov2_illumina_full.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ workflow sarscov2_illumina_full {
call demux_deplete.demux_deplete {
input:
flowcell_tgz = flowcell_tgz,
biosample_map_tsvs = biosample_merge.out_tsv,
biosample_map_tsvs = [biosample_merge.out_tsv],
instrument_model_user_specified = instrument_model,
sra_title = sra_title,
read_structure = read_structure,
Expand Down

0 comments on commit c5d743c

Please sign in to comment.