Skip to content

Commit

Permalink
Add 'protected' to gvcf
Browse files Browse the repository at this point in the history
  • Loading branch information
dbespiatykh committed Mar 4, 2023
1 parent 1d49920 commit e56d58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/calling.smk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rule gatk_haplotype_caller:
fai="resources/ref/NC_000962.3.fa.fai",
dic="resources/ref/NC_000962.3.dict",
output:
gvcf="results/VCF/gVCF/{sample}.g.vcf.gz",
gvcf=protected("results/VCF/gVCF/{sample}.g.vcf.gz"),
log:
"logs/gatk/haplotypecaller/{sample}.log",
params:
Expand Down

0 comments on commit e56d58b

Please sign in to comment.