From bb26222ddd0f9c9c2163e6a85cde58a31eb4ff48 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Thu, 27 Feb 2025 21:12:24 +0000 Subject: [PATCH] Added personal development channel to planemo serve and lint VSCode tasks --- .vscode/tasks.json | 4 ++-- auto-updated-tools-iuc | 2 +- galaxy-server | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 160000 galaxy-server diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 8ee5d77..4a9a151 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -12,13 +12,13 @@ { "label": "serve", "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": [] }, { "label": "run tests", "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": [] } ] diff --git a/auto-updated-tools-iuc b/auto-updated-tools-iuc index 98d0bee..c2efa2b 160000 --- a/auto-updated-tools-iuc +++ b/auto-updated-tools-iuc @@ -1 +1 @@ -Subproject commit 98d0beeb5cbb816e0e3ff38b9936340ba21bf683 +Subproject commit c2efa2b703b0163932aa10b9adaecc1ed29a1d26 diff --git a/galaxy-server b/galaxy-server deleted file mode 160000 index 49c0dd0..0000000 --- a/galaxy-server +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 49c0dd08df22f3e78a2fd4785b73a7bc41fe7292