Increased user friendliness
Some checks failed
automlst.cli/pipeline/head There was a failure building this commit
Some checks failed
automlst.cli/pipeline/head There was a failure building this commit
Added default MLST scheme Added multiple ways of defining a MLST scheme CSV output now shows database name for each scheme ID Now uses native argparse library for ensuring mutual exclusivity of arguments and whether or not one is required. Updated to use 0.13.* of engine
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
// "forwardPorts": [],
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": "pip3 install --user -r requirements.txt && pip install -e .",
|
||||
"postCreateCommand": "pip3 install --user -r requirements.txt --pre && pip install -e .",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
|
Reference in New Issue
Block a user