Moved to a general BIGSdb implementation

Updated tests

Removed ABIF UI for the time being

Began updating CLI
This commit is contained in:
2025-01-08 21:32:10 +00:00
parent 645357ac58
commit 42d0f56b18
20 changed files with 403 additions and 414 deletions

12
.vscode/launch.json vendored
View File

@@ -6,18 +6,12 @@
"configurations": [
{
"name": "CLI ipdbmlst",
"name": "CLI blank",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/src/automlst/cli/root.py",
"program": "${workspaceFolder}/src/automlst/cli/program.py",
"console": "integratedTerminal",
"args": [
"-fa",
"${workspaceFolder}/tests/resources/tohama_I_bpertussis.fasta",
"-ipdbmlst",
"pubmlst_bordetella_seqdef",
"${workspaceFolder}/output"
],
"args": [],
"cwd": "${workspaceFolder}/src",
"env": {
"PYTHONPATH": "${workspaceFolder}/src"