Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
huddlej committed Dec 31, 2020
1 parent 6867c25 commit 94179a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions augur/mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

def get_chrom_name(vcf_file):
"""Read the CHROM field from the first non-header line of a vcf file.
Returns:
str or None: Either the CHROM field or None if no non-comment line could be found.
str or None: Either the CHROM field or None if no non-comment line could be found.
"""
with open_file(vcf_file, mode='r') as f:
for line in f:
Expand Down Expand Up @@ -206,7 +206,7 @@ def run(args):
sys.exit(1)
mask_vcf(mask_sites, args.sequences, out_file, args.cleanup)
else:
mask_fasta(mask_sites, args.sequences, out_file,
mask_fasta(mask_sites, args.sequences, out_file,
mask_from_beginning=args.mask_from_beginning,
mask_from_end=args.mask_from_end,
mask_invalid=args.mask_invalid)
Expand Down

0 comments on commit 94179a2

Please sign in to comment.