Skip to content

Commit

Permalink
suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 9, 2025
1 parent 27f5a46 commit 9b0ba53
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 @@ -46,8 +46,8 @@ rule whatshap_split:

rule BAMindex_allelic:
input:
expand("allelic_bams/{sample}.{suffix}.sorted.bam",sample=samples,suffix=suffix)
expand("allelic_bams/{sample}.{suffix}.sorted.bam",sample=samples,suffix=['allele_flagged', 'genome1', 'genome2', 'unassigned'])
output:
expand("allelic_bams/{sample}.{suffix}.sorted.bam.bai",sample=samples,suffix=suffix)
expand("allelic_bams/{sample}.{suffix}.sorted.bam.bai",sample=samples,suffix=['allele_flagged', 'genome1', 'genome2', 'unassigned'])
conda: CONDA_SHARED_ENV
shell: "samtools index {input}"

0 comments on commit 9b0ba53

Please sign in to comment.