From cb1401b8b093804d30562816ca014449bb550f40 Mon Sep 17 00:00:00 2001 From: linsalrob Date: Tue, 12 Nov 2024 09:51:49 +1030 Subject: [PATCH] not whole id --- Python/countfasta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/countfasta.py b/Python/countfasta.py index ca20ddd..8140bbb 100644 --- a/Python/countfasta.py +++ b/Python/countfasta.py @@ -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.