Skip to content

Commit

Permalink
rm newline
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Jul 25, 2024
1 parent d2c2fba commit 26cfc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harpy/validations.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def check_fasta(genofile):
if genofile.lower().endswith(i) or genofile.lower().endswith(i + ".gz"):
ext_correct += 1
if ext_correct == 0:
print_notice(f"[blue]{genofile}[/blue] has an unfamiliar FASTA file extension. Common FASTA file extensions are:\n[green]" + ", ".join(ext_options) + "[/green] and may also be gzipped.")
print_notice(f"[blue]{genofile}[/blue] has an unfamiliar FASTA file extension. Common FASTA file extensions are: [green]" + ", ".join(ext_options) + "[/green] and may also be gzipped.")

# validate fasta file contents
if is_gzip(genofile):
Expand Down

0 comments on commit 26cfc4a

Please sign in to comment.