restructured MLST profiling classes

This commit is contained in:
2025-01-08 16:24:42 +00:00
parent e93296705d
commit c3a492fa8f
9 changed files with 138 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
from Bio import SeqIO
from automlst.engine.data.MLST import Allele, MLSTProfile
from automlst.engine.remote.databases.institutpasteur.profiling import InstitutPasteurProfiler
from automlst.engine.remote.databases.institutpasteur.mlst import InstitutPasteurProfiler
async def test_profiling_results_in_exact_matches_when_exact():