Skip to content

Commit

Permalink
Merge pull request #924: Reword comment on vcftools
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored May 13, 2022
2 parents 6e6d4ce + cbb66be commit 139ba04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions augur/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1203,8 +1203,7 @@ def validate_arguments(args):
# Set flags if VCF
is_vcf = filename_is_vcf(args.sequences)

### Check users has vcftools. If they don't, a one-blank-line file is created which
# allows next step to run but error very badly.
# Confirm that vcftools is installed.
if is_vcf:
from shutil import which
if which("vcftools") is None:
Expand Down

0 comments on commit 139ba04

Please sign in to comment.