|
7 | 7 | "docker": "https://quay.io/biocontainers/biobb_cmip:5.1.0--pyhdfd78af_0", |
8 | 8 | "singularity": "https://depot.galaxyproject.org/singularity/biobb_cmip:5.1.0--pyhdfd78af_0", |
9 | 9 | "version": "5.1.0", |
| 10 | + "rest": true, |
10 | 11 | "tools": [ |
11 | 12 | { |
12 | 13 | "block": "CmipRun", |
13 | 14 | "tool": "CMIP cmip", |
14 | 15 | "desc": "CMIP cmip module compute classical molecular interaction potentials.", |
15 | 16 | "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 |
17 | 19 | }, |
18 | 20 | { |
19 | 21 | "block": "CmipTitration", |
20 | 22 | "tool": "CMIP titration", |
21 | 23 | "desc": "CMIP cmip module compute classical molecular interaction potentials.", |
22 | 24 | "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 |
24 | 27 | }, |
25 | 28 | { |
26 | 29 | "block": "CmipPrepareStructure", |
27 | 30 | "tool": "Prepare Structure", |
28 | 31 | "desc": "Creates a CMIP suitable PDB from an standar structure file", |
29 | 32 | "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 |
31 | 35 | }, |
32 | 36 | { |
33 | 37 | "block": "CmipPreparePDB", |
34 | 38 | "tool": "Prepare PDB", |
35 | 39 | "desc": "Creates a CMIP suitable PDB from an standar PDB file", |
36 | 40 | "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 |
38 | 43 | }, |
39 | 44 | { |
40 | 45 | "block": "CmipIgnoreResidues", |
41 | 46 | "tool": "Ignore Residues", |
42 | 47 | "desc": "Mark residues which charges will be ignored in the CMIP potential calculations.", |
43 | 48 | "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 |
45 | 51 | } |
46 | 52 | ], |
47 | 53 | "dep_pypi": [ |
|
0 commit comments