Added personal development channel to planemo serve and lint VSCode tasks
Some checks failed
autoBIGS.galaxy/pipeline/head There was a failure building this commit
Some checks failed
autoBIGS.galaxy/pipeline/head There was a failure building this commit
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -12,13 +12,13 @@
|
|||||||
{
|
{
|
||||||
"label": "serve",
|
"label": "serve",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "planemo serve auto-updated-tools-iuc/tools/autobigs",
|
"command": "planemo serve auto-updated-tools-iuc/tools/autobigs --conda_channels https://git.reslate.systems/api/packages/ydeng/conda,bioconda,conda-forge",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "run tests",
|
"label": "run tests",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "planemo test auto-updated-tools-iuc/tools/autobigs/autobigs-cli.xml --test_output_junit test_results/junit_results.xml --test_output_json test_results/results.json --test_output test_results/human.html",
|
"command": "planemo test auto-updated-tools-iuc/tools/autobigs/autobigs-cli.xml --test_output_junit test_results/junit_results.xml --test_output_json test_results/results.json --test_output test_results/human.html --conda_channels https://git.reslate.systems/api/packages/ydeng/conda,bioconda,conda-forge",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Submodule auto-updated-tools-iuc updated: 98d0beeb5c...c2efa2b703
Submodule galaxy-server deleted from 49c0dd08df
Reference in New Issue
Block a user