Skip to content

Commit

Permalink
not whole id
Browse files Browse the repository at this point in the history
  • Loading branch information
linsalrob committed Nov 11, 2024
1 parent 2a10421 commit cb1401b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/countfasta.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__author__ = 'Rob Edwards'


def read_fasta(fname: str, whole_id: bool = True, qual: bool = False) -> dict:
def read_fasta(fname: str, whole_id: bool = False, qual: bool = False) -> dict:
"""
Read a fasta file and return a hash.
Expand Down

0 comments on commit cb1401b

Please sign in to comment.