Skip to content

Commit

Permalink
fixing missed input statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahR-Y committed Oct 15, 2024
1 parent 88fe64c commit fb2f785
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ workflow GenerateDuplexConsensusBams {
}
if(copy_umi_or_default){
call copyUmi.CopyUmiTask as CopyUmiTask {
input:
bam_file = bam_file,
bam_index = bam_index,
base_name = base_name
Expand Down

0 comments on commit fb2f785

Please sign in to comment.