Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 7, 2025
1 parent 0a0b6bb commit abf06c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snakePipes/shared/rules/whatshap.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ rule whatshap_haplotag:
input:
ref = genome_fasta,
pvcf = pvcf,
bam = filtered_bam/{sample}.filtered.bam,
bai = filtered_bam/{sample}.filtered.bam.bai
bam = "filtered_bam/{sample}.filtered.bam",
bai = "filtered_bam/{sample}.filtered.bam.bai"
output:
hbam = "allelic_bams/{sample}.filtered.allele_flagged.bam",
hlist = "allelic_bams/{sample}.filtered_haplotype_list.tsv"
Expand Down

0 comments on commit abf06c3

Please sign in to comment.