Skip to content

Commit f0080b7

Browse files
committed
Added rest to all tools
1 parent d43c938 commit f0080b7

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

biobb_cmip/json_schemas/biobb_cmip.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,41 +7,47 @@
77
"docker": "https://quay.io/biocontainers/biobb_cmip:5.1.0--pyhdfd78af_0",
88
"singularity": "https://depot.galaxyproject.org/singularity/biobb_cmip:5.1.0--pyhdfd78af_0",
99
"version": "5.1.0",
10+
"rest": true,
1011
"tools": [
1112
{
1213
"block": "CmipRun",
1314
"tool": "CMIP cmip",
1415
"desc": "CMIP cmip module compute classical molecular interaction potentials.",
1516
"exec": "cmip_run",
16-
"docs": "https://biobb-cmip.readthedocs.io/en/latest/cmip.html#module-cmip.cmip_run"
17+
"docs": "https://biobb-cmip.readthedocs.io/en/latest/cmip.html#module-cmip.cmip_run",
18+
"rest": true
1719
},
1820
{
1921
"block": "CmipTitration",
2022
"tool": "CMIP titration",
2123
"desc": "CMIP cmip module compute classical molecular interaction potentials.",
2224
"exec": "cmip_titration",
23-
"docs": "https://biobb-cmip.readthedocs.io/en/latest/cmip.html#module-cmip.cmip_titration"
25+
"docs": "https://biobb-cmip.readthedocs.io/en/latest/cmip.html#module-cmip.cmip_titration",
26+
"rest": true
2427
},
2528
{
2629
"block": "CmipPrepareStructure",
2730
"tool": "Prepare Structure",
2831
"desc": "Creates a CMIP suitable PDB from an standar structure file",
2932
"exec": "cmip_prepare_structure",
30-
"docs": "https://biobb-cmip.readthedocs.io/en/latest/cmip.html#module-cmip.cmip_prepare_structure"
33+
"docs": "https://biobb-cmip.readthedocs.io/en/latest/cmip.html#module-cmip.cmip_prepare_structure",
34+
"rest": true
3135
},
3236
{
3337
"block": "CmipPreparePDB",
3438
"tool": "Prepare PDB",
3539
"desc": "Creates a CMIP suitable PDB from an standar PDB file",
3640
"exec": "cmip_prepare_pdb",
37-
"docs": "https://biobb-cmip.readthedocs.io/en/latest/cmip.html#module-cmip.cmip_prepare_pdb"
41+
"docs": "https://biobb-cmip.readthedocs.io/en/latest/cmip.html#module-cmip.cmip_prepare_pdb",
42+
"rest": true
3843
},
3944
{
4045
"block": "CmipIgnoreResidues",
4146
"tool": "Ignore Residues",
4247
"desc": "Mark residues which charges will be ignored in the CMIP potential calculations.",
4348
"exec": "cmip_ignore_residues",
44-
"docs": "https://biobb-cmip.readthedocs.io/en/latest/cmip.html#module-cmip.cmip_ignore_residues"
49+
"docs": "https://biobb-cmip.readthedocs.io/en/latest/cmip.html#module-cmip.cmip_ignore_residues",
50+
"rest": true
4551
}
4652
],
4753
"dep_pypi": [

0 commit comments

Comments
 (0)