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

This commit is contained in:
2025-02-27 21:12:24 +00:00
parent a622c5c52c
commit bb26222ddd
3 changed files with 3 additions and 4 deletions

4
.vscode/tasks.json vendored
View File

@@ -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 galaxy-server deleted from 49c0dd08df