Moved ABIF code to separate project

This commit is contained in:
2025-01-17 14:27:25 +00:00
parent a3c864b565
commit 7ea7ead46a
4 changed files with 1 additions and 123 deletions

View File

@@ -0,0 +1,7 @@
from automlst.engine.data.local.fasta import read_fasta
async def test_fasta_reader_not_none():
named_strings = read_fasta("tests/resources/tohama_I_bpertussis.fasta")
async for named_string in named_strings:
assert named_string.name == "BX470248.1"