Moved to a general BIGSdb implementation
Updated tests Removed ABIF UI for the time being Began updating CLI
This commit is contained in:
12
.vscode/launch.json
vendored
12
.vscode/launch.json
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user