Skip to content

Commit

Permalink
[FEATURE] New sandbox_path property
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Jun 14, 2024
1 parent c227868 commit 7bd589c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions biobb_pmx/pmxbiobb/pmxanalyse.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class Pmxanalyse(BiobbObject):
* **binary_path** (*str*) - ("pmx") Path to the PMX command line interface.
* **remove_tmp** (*bool*) - (True) [WF property] Remove temporal files.
* **restart** (*bool*) - (False) [WF property] Do not execute if output files exist.
* **sandbox_path** (*str*) - ("./") [WF property] Parent path to the sandbox directory.
* **container_path** (*str*) - (None) Path to the binary executable of your container.
* **container_image** (*str*) - ("gromacs/gromacs:latest") Container Image identifier.
* **container_volume_path** (*str*) - ("/data") Path to an internal directory in the container.
Expand Down
1 change: 1 addition & 0 deletions biobb_pmx/pmxbiobb/pmxatom_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class Pmxatom_mapping(BiobbObject):
* **timeout** (*int*) - (10) Maximum time (s) for an MCS search.
* **remove_tmp** (*bool*) - (True) [WF property] Remove temporal files.
* **restart** (*bool*) - (False) [WF property] Do not execute if output files exist.
* **sandbox_path** (*str*) - ("./") [WF property] Parent path to the sandbox directory.
* **container_path** (*str*) - (None) Path to the binary executable of your container.
* **container_image** (*str*) - (None) Container Image identifier.
* **container_volume_path** (*str*) - ("/inout") Path to an internal directory in the container.
Expand Down
1 change: 1 addition & 0 deletions biobb_pmx/pmxbiobb/pmxcreate_top.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Pmxcreate_top(BiobbObject):
* **mols** (*list*) - ([['Protein',1],['Ligand',1]]) Molecules to be included in the generated topology.
* **remove_tmp** (*bool*) - (True) [WF property] Remove temporal files.
* **restart** (*bool*) - (False) [WF property] Do not execute if output files exist.
* **sandbox_path** (*str*) - ("./") [WF property] Parent path to the sandbox directory.
* **container_path** (*str*) - (None) Path to the binary executable of your container.
* **container_image** (*str*) - (None) Container Image identifier.
* **container_volume_path** (*str*) - ("/inout") Path to an internal directory in the container.
Expand Down
1 change: 1 addition & 0 deletions biobb_pmx/pmxbiobb/pmxgentop.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class Pmxgentop(BiobbObject):
* **binary_path** (*str*) - ("pmx") Path to the PMX command line interface.
* **remove_tmp** (*bool*) - (True) [WF property] Remove temporal files.
* **restart** (*bool*) - (False) [WF property] Do not execute if output files exist.
* **sandbox_path** (*str*) - ("./") [WF property] Parent path to the sandbox directory.
* **container_path** (*str*) - (None) Path to the binary executable of your container.
* **container_image** (*str*) - ("gromacs/gromacs:latest") Container Image identifier.
* **container_volume_path** (*str*) - ("/inout") Path to an internal directory in the container.
Expand Down
1 change: 1 addition & 0 deletions biobb_pmx/pmxbiobb/pmxligand_hybrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class Pmxligand_hybrid(BiobbObject):
* **distance** (*float*) - (0.05) Distance (nm) between atoms to consider them morphable for alignment approach (Only used if input_pairs_path is not provided).
* **remove_tmp** (*bool*) - (True) [WF property] Remove temporal files.
* **restart** (*bool*) - (False) [WF property] Do not execute if output files exist.
* **sandbox_path** (*str*) - ("./") [WF property] Parent path to the sandbox directory.
* **container_path** (*str*) - (None) Path to the binary executable of your container.
* **container_image** (*str*) - (None) Container Image identifier.
* **container_volume_path** (*str*) - ("/inout") Path to an internal directory in the container.
Expand Down
1 change: 1 addition & 0 deletions biobb_pmx/pmxbiobb/pmxmerge_ff.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Pmxmerge_ff(BiobbObject):
properties (dic):
* **remove_tmp** (*bool*) - (True) [WF property] Remove temporal files.
* **restart** (*bool*) - (False) [WF property] Do not execute if output files exist.
* **sandbox_path** (*str*) - ("./") [WF property] Parent path to the sandbox directory.
* **container_path** (*str*) - (None) Path to the binary executable of your container.
* **container_image** (*str*) - (None) Container Image identifier.
* **container_volume_path** (*str*) - ("/inout") Path to an internal directory in the container.
Expand Down
1 change: 1 addition & 0 deletions biobb_pmx/pmxbiobb/pmxmutate.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class Pmxmutate(BiobbObject):
* **binary_path** (*str*) - ("pmx") Path to the PMX command line interface.
* **remove_tmp** (*bool*) - (True) [WF property] Remove temporal files.
* **restart** (*bool*) - (False) [WF property] Do not execute if output files exist.
* **sandbox_path** (*str*) - ("./") [WF property] Parent path to the sandbox directory.
* **container_path** (*str*) - (None) Path to the binary executable of your container.
* **container_image** (*str*) - (None) Container Image identifier.
* **container_volume_path** (*str*) - ("/inout") Path to an internal directory in the container.
Expand Down

0 comments on commit 7bd589c

Please sign in to comment.