Skip to content

Commit

Permalink
[UPDATE] Adding sandbox_path property to the json schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Jul 4, 2024
1 parent 7bd589c commit 5a3ee8b
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 0 deletions.
7 changes: 7 additions & 0 deletions biobb_pmx/docs/source/command_line.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Config parameters for this building block:
* **distance** (*number*): (0.05) Distance (nm) between atoms to consider them morphable for alignment approach (Only used if input_pairs_path is not provided)..
* **remove_tmp** (*boolean*): (True) Remove temporal files..
* **restart** (*boolean*): (False) Do not execute if output files exist..
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
* **container_path** (*string*): (None) Path to the binary executable of your container..
* **container_image** (*string*): (None) Container Image identifier..
* **container_volume_path** (*string*): (/inout) Path to an internal directory in the container..
Expand Down Expand Up @@ -142,6 +143,7 @@ Config parameters for this building block:
* **binary_path** (*string*): (pmx) Path to the PMX command line interface..
* **remove_tmp** (*boolean*): (True) Remove temporal files..
* **restart** (*boolean*): (False) Do not execute if output files exist..
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
* **container_path** (*string*): (None) Path to the binary executable of your container..
* **container_image** (*string*): (gromacs/gromacs:latest) Container Image identifier..
* **container_volume_path** (*string*): (/data) Path to an internal directory in the container..
Expand Down Expand Up @@ -254,6 +256,7 @@ Syntax: input_parameter (datatype) - (default_value) Definition
Config parameters for this building block:
* **remove_tmp** (*boolean*): (True) Remove temporal files..
* **restart** (*boolean*): (False) Do not execute if output files exist..
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
* **container_path** (*string*): (None) Path to the binary executable of your container..
* **container_image** (*string*): (None) Container Image identifier..
* **container_volume_path** (*string*): (/inout) Path to an internal directory in the container..
Expand Down Expand Up @@ -325,6 +328,7 @@ Config parameters for this building block:
* **mols** (*array*): ([[Protein,1],[Ligand,1]]) Molecules to be included in the generated topology..
* **remove_tmp** (*boolean*): (True) Remove temporal files..
* **restart** (*boolean*): (False) Do not execute if output files exist..
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
* **container_path** (*string*): (None) Path to the binary executable of your container..
* **container_image** (*string*): (None) Container Image identifier..
* **container_volume_path** (*string*): (/inout) Path to an internal directory in the container..
Expand Down Expand Up @@ -407,6 +411,7 @@ Config parameters for this building block:
* **binary_path** (*string*): (pmx) Path to the PMX command line interface..
* **remove_tmp** (*boolean*): (True) Remove temporal files..
* **restart** (*boolean*): (False) Do not execute if output files exist..
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
* **container_path** (*string*): (None) Path to the binary executable of your container..
* **container_image** (*string*): (gromacs/gromacs:latest) Container Image identifier..
* **container_volume_path** (*string*): (/inout) Path to an internal directory in the container..
Expand Down Expand Up @@ -548,6 +553,7 @@ Config parameters for this building block:
* **timeout** (*integer*): (10) Maximum time (s) for an MCS search..
* **remove_tmp** (*boolean*): (True) Remove temporal files..
* **restart** (*boolean*): (False) Do not execute if output files exist..
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
* **container_path** (*string*): (None) Path to the binary executable of your container..
* **container_image** (*string*): (None) Container Image identifier..
* **container_volume_path** (*string*): (/inout) Path to an internal directory in the container..
Expand Down Expand Up @@ -622,6 +628,7 @@ Config parameters for this building block:
* **binary_path** (*string*): (pmx) Path to the PMX command line interface..
* **remove_tmp** (*boolean*): (True) Remove temporal files..
* **restart** (*boolean*): (False) Do not execute if output files exist..
* **sandbox_path** (*string*): (./) Parent path to the sandbox directory..
* **container_path** (*string*): (None) Path to the binary executable of your container..
* **container_image** (*string*): (None) Container Image identifier..
* **container_volume_path** (*string*): (/inout) Path to an internal directory in the container..
Expand Down
6 changes: 6 additions & 0 deletions biobb_pmx/json_schemas/pmxanalyse.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,12 @@
"wf_prop": true,
"description": "Do not execute if output files exist."
},
"sandbox_path": {
"type": "string",
"default": "./",
"wf_prop": true,
"description": "Parent path to the sandbox directory."
},
"container_path": {
"type": "string",
"default": null,
Expand Down
6 changes: 6 additions & 0 deletions biobb_pmx/json_schemas/pmxatom_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,12 @@
"wf_prop": true,
"description": "Do not execute if output files exist."
},
"sandbox_path": {
"type": "string",
"default": "./",
"wf_prop": true,
"description": "Parent path to the sandbox directory."
},
"container_path": {
"type": "string",
"default": null,
Expand Down
6 changes: 6 additions & 0 deletions biobb_pmx/json_schemas/pmxcreate_top.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@
"wf_prop": true,
"description": "Do not execute if output files exist."
},
"sandbox_path": {
"type": "string",
"default": "./",
"wf_prop": true,
"description": "Parent path to the sandbox directory."
},
"container_path": {
"type": "string",
"default": null,
Expand Down
6 changes: 6 additions & 0 deletions biobb_pmx/json_schemas/pmxgentop.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@
"wf_prop": true,
"description": "Do not execute if output files exist."
},
"sandbox_path": {
"type": "string",
"default": "./",
"wf_prop": true,
"description": "Parent path to the sandbox directory."
},
"container_path": {
"type": "string",
"default": null,
Expand Down
6 changes: 6 additions & 0 deletions biobb_pmx/json_schemas/pmxligand_hybrid.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,12 @@
"wf_prop": true,
"description": "Do not execute if output files exist."
},
"sandbox_path": {
"type": "string",
"default": "./",
"wf_prop": true,
"description": "Parent path to the sandbox directory."
},
"container_path": {
"type": "string",
"default": null,
Expand Down
6 changes: 6 additions & 0 deletions biobb_pmx/json_schemas/pmxmerge_ff.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
"wf_prop": true,
"description": "Do not execute if output files exist."
},
"sandbox_path": {
"type": "string",
"default": "./",
"wf_prop": true,
"description": "Parent path to the sandbox directory."
},
"container_path": {
"type": "string",
"default": null,
Expand Down
6 changes: 6 additions & 0 deletions biobb_pmx/json_schemas/pmxmutate.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@
"wf_prop": true,
"description": "Do not execute if output files exist."
},
"sandbox_path": {
"type": "string",
"default": "./",
"wf_prop": true,
"description": "Parent path to the sandbox directory."
},
"container_path": {
"type": "string",
"default": null,
Expand Down

0 comments on commit 5a3ee8b

Please sign in to comment.