Skip to content

Commit

Permalink
remove normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
RoriCremer committed Sep 17, 2021
1 parent 52e4796 commit 7db583f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/GvsSitesOnlyVCF.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ task ExtractAnAcAfFromVCF {

echo $(date +%s)

bcftools norm -m- ~{local_input_vcf} > normalized_input.vcf
bcftools norm -m- -N ~{local_input_vcf} > normalized_input.vcf

echo $(date +%s)
du
Expand Down

0 comments on commit 7db583f

Please sign in to comment.