Skip to content

Commit

Permalink
set dorado_model_used to single string in wf
Browse files Browse the repository at this point in the history
  • Loading branch information
fraser-combe committed Nov 14, 2024
1 parent b4dd0a7 commit 5d3b91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/utilities/wf_dorado_basecalling.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ workflow dorado_basecalling_workflow {
bam_files = samtools_convert.bam_files,
kit_name = kit_name,
fastq_file_name = fastq_file_name,
dorado_model_used = dorado_basecall.dorado_model_used
dorado_model_used = dorado_basecall.dorado_model_used[0]
}
call transfer_fastq_files.transfer_files as transfer_files {
input:
Expand Down

0 comments on commit 5d3b91f

Please sign in to comment.