Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Muller committed Jan 18, 2022
2 parents 2196c25 + e055952 commit eb20fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ rule Filter0_separateBiallelics:
chunked = tempFolder + '{chr}_{chunk}_filtered.vcf.gz'
#chunked = tempFolder + '{chr}_{chunk}_chunked.vcf.gz'
output:
biallelic_vcf = tempFolder + '{chr}' + '_{chunk}_Biallelic.recode.vcf.gz',
biallelic_Filter0 = tempFolder + '{chr}' + '_{chunk}_Biallelic.recode.vcf.gz',
stats = statsFolder + '{chr}' + '_{chunk}_separateBiallelic.stats.txt'
#group: "per_chunk_filter"
shell:
Expand Down

0 comments on commit eb20fe7

Please sign in to comment.