Skip to content

Commit 002b133

Browse files
committed
Enabling BioBB REST API
1 parent 8ad23d2 commit 002b133

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

biobb_godmd/json_schemas/biobb_godmd.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77
"docker": "https://quay.io/biocontainers/biobb_godmd:5.1.2--pyhdfd78af_0",
88
"singularity": "https://depot.galaxyproject.org/singularity/biobb_godmd:5.1.2--pyhdfd78af_0",
99
"version": "5.1.2",
10-
"rest": false,
10+
"rest": true,
1111
"tools": [
1212
{
1313
"block": "GoDMD_prep",
1414
"tool": "GOdMD",
1515
"desc": "Helper BioBB to prepare inputs for the GOdMD tool (protein conformational transitions).",
1616
"exec": "godmd_prep",
1717
"docs": "https://biobb-godmd.readthedocs.io/en/latest/godmd.html#module-godmd.godmd_prep",
18-
"rest": false
18+
"rest": true
1919
},
2020
{
2121
"block": "GoDMD_run",
2222
"tool": "GOdMD",
2323
"desc": "Wrapper of the GOdMD tool to compute protein conformational transitions.",
2424
"exec": "godmd_run",
2525
"docs": "https://biobb-godmd.readthedocs.io/en/latest/godmd.html#module-godmd.godmd_run",
26-
"rest": false
26+
"rest": true
2727
}
2828
],
2929
"dep_pypi": [

0 commit comments

Comments
 (0)