Skip to content

Commit

Permalink
Update definitions/tools/bam_readcount.wdl
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert authored Oct 2, 2024
1 parent 4a7ae62 commit 726fe35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/tools/bam_readcount.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ task bamReadcount {
open(output_file, "w").close()
if os.path.getsize(indel_region_fh.name) > 0:
filter_sites_in_hash(indel_region_fh, bam_file, ref_fasta, prefixed_sample, output_dir, True, min_mapping_qual, min_base_qual)
filter_sites_in_hash(indel_region_fh.name, bam_file, ref_fasta, prefixed_sample, output_dir, True, min_mapping_qual, min_base_qual)
else:
output_file = os.path.join(output_dir, prefixed_sample + "_bam_readcount_indel.tsv")
open(output_file, "w").close()
Expand Down

0 comments on commit 726fe35

Please sign in to comment.