Moved actual tool definition to submodule
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:
parent
61f44f8338
commit
a622c5c52c
@ -3,7 +3,7 @@
|
||||
{
|
||||
"name": "Python 3",
|
||||
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
||||
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
|
||||
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
|
||||
|
||||
// Features to add to the dev container. More info: https://containers.dev/features.
|
||||
// "features": {},
|
||||
|
12
.shed.yml
12
.shed.yml
@ -1,12 +0,0 @@
|
||||
name: autobigs
|
||||
owner: iuc
|
||||
description: Automated MLST typing from PubMLST and InstitutPasteur.
|
||||
homepage_url: https://github.com/Syph-and-VPD-Lab/autoBIGS.cli
|
||||
long_description: |
|
||||
A program that allows quickly batched requests for obtaining MLST
|
||||
profiles on multiple FASTA sequences and exporting it as a convenient
|
||||
CSV. Capable of querying a variety of MLST databases from both
|
||||
Institut Pasteur and PubMLST.
|
||||
remote_repository_url: https://github.com/Syph-and-VPD-Lab/autoBIGS.cli
|
||||
categories:
|
||||
- Sequence Analysis
|
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -2,6 +2,7 @@
|
||||
"recommendations": [
|
||||
"mechatroner.rainbow-csv",
|
||||
"redhat.vscode-xml",
|
||||
"ms-vscode.live-server"
|
||||
"ms-vscode.live-server",
|
||||
"davelopez.galaxy-tools"
|
||||
]
|
||||
}
|
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@ -6,19 +6,19 @@
|
||||
{
|
||||
"label": "lint",
|
||||
"type": "shell",
|
||||
"command": "planemo lint",
|
||||
"command": "planemo lint auto-updated-tools-iuc/tools/autobigs",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "serve",
|
||||
"type": "shell",
|
||||
"command": "planemo serve",
|
||||
"command": "planemo serve auto-updated-tools-iuc/tools/autobigs",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "run tests",
|
||||
"type": "shell",
|
||||
"command": "planemo test 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",
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 9d6123a18805224b03c0558647cd079624886361
|
||||
Subproject commit 98d0beeb5cbb816e0e3ff38b9936340ba21bf683
|
Loading…
x
Reference in New Issue
Block a user