Skip to content

Commit

Permalink
coerce aligned_bam? to aligned_bam
Browse files Browse the repository at this point in the history
coerce aligned_bam? to aligned_bam, which may fail at runtime but it shouldn't matter here
  • Loading branch information
tomkinsc committed Feb 28, 2025
1 parent 63f0b90 commit 8164dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/workflows/genbank_single.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ workflow genbank_single {
call ncbi.structured_comments_from_aligned_bam {
input:
out_basename = assembly_id,
aligned_bam = aligned_bam
aligned_bam = select_first([aligned_bam])
}
}

Expand Down

0 comments on commit 8164dee

Please sign in to comment.