Skip to content

Commit

Permalink
output cleaned_bam_uris directly
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Nov 15, 2023
1 parent 0b58e44 commit dad1dd0
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 @@ -81,7 +81,7 @@ workflow demux_deplete_and_table_insert {
Array[Int] read_counts_raw = demux_deplete.read_counts_raw
Array[Int] read_counts_depleted = demux_deplete.read_counts_depleted
File? sra_metadata = demux_deplete.sra_metadata
File? cleaned_bam_uris = select_first([demux_deplete.cleaned_bam_uris])
File? cleaned_bam_uris = demux_deplete.cleaned_bam_uris
Array[File] demux_metrics = demux_deplete.demux_metrics
Array[File] demux_commonBarcodes = demux_deplete.demux_commonBarcodes
Array[File] demux_outlierBarcodes = demux_deplete.demux_outlierBarcodes
Expand Down

0 comments on commit dad1dd0

Please sign in to comment.