Completed NCBI lookup, FASTA reading, ABIF reading, and Institut Pasteur querying

This commit is contained in:
2025-01-03 16:41:51 +00:00
parent b834aa93b0
commit 362e0867e5
22 changed files with 339 additions and 56 deletions

View File

@@ -0,0 +1,5 @@
from mlstmyfasta.engine.remote.databases.ncbi.genbank import fetch_ncbi_genbank
async def test_fetch_ncbi_genbank_with_id_works():
assert len((await fetch_ncbi_genbank("CP011448.1")).sequence) > 0