Skip to content

Commit

Permalink
Update fasta_cleaner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rendrick27 authored May 19, 2024
1 parent f30b78d commit bd5eb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/fasta_cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
def clean_fasta(input_file, output_file):
"""
Processes a FASTA file to remove all occurrences of the letter 'n'
(lowercase) from the DNA sequences.
(uppercase) from the DNA sequences.
Args:
input_file (str): The path to the input FASTA file.
Expand Down

0 comments on commit bd5eb16

Please sign in to comment.