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 507ce34 commit 3a7722b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions biobb_gromacs/gromacs/editconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Editconf(BiobbObject):
* **binary_path** (*str*) - ("gmx") Path to the GROMACS executable binary.
* **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*) - ("/data") Path to an internal directory in the container.
Expand Down
1 change: 1 addition & 0 deletions biobb_gromacs/gromacs/genion.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class Genion(BiobbObject):
* **binary_path** (*str*) - ("gmx") Path to the GROMACS executable binary.
* **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_gromacs/gromacs/genrestr.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Genrestr(BiobbObject):
* **binary_path** (*str*) - ("gmx") Path to the GROMACS executable binary.
* **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_gromacs/gromacs/gmxselect.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Gmxselect(BiobbObject):
* **gmx_lib** (*str*) - (None) Path set GROMACS GMXLIB environment variable.
* **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_gromacs/gromacs/grompp.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class Grompp(BiobbObject):
* **binary_path** (*str*) - ("gmx") Path to the GROMACS executable binary.
* **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_gromacs/gromacs/grompp_mdrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class GromppMdrun(BiobbObject):
* **binary_path** (*str*) - ("gmx") Path to the GROMACS executable binary.
* **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_gromacs/gromacs/make_ndx.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class MakeNdx(BiobbObject):
* **binary_path** (*str*) - ("gmx") Path to the GROMACS executable binary.
* **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_gromacs/gromacs/mdrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class Mdrun(BiobbObject):
* **binary_path** (*str*) - ("gmx") Path to the GROMACS executable binary.
* **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*) - ("/data") Path to an internal directory in the container.
Expand Down
1 change: 1 addition & 0 deletions biobb_gromacs/gromacs/pdb2gmx.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Pdb2gmx(BiobbObject):
* **binary_path** (*str*) - ("gmx") Path to the GROMACS executable binary.
* **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_gromacs/gromacs/solvate.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class Solvate(BiobbObject):
* **binary_path** (*str*) - ("gmx") Path to the GROMACS executable binary.
* **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_gromacs/gromacs/trjcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Trjcat(BiobbObject):
* **binary_path** (*str*) - ("gmx") Path to the GROMACS executable binary.
* **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*) - ("/data") Path to an internal directory in the container.
Expand Down
1 change: 1 addition & 0 deletions biobb_gromacs/gromacs_extra/append_ligand.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class AppendLigand(BiobbObject):
* **posres_name** (*str*) - ("POSRES_LIGAND") String to be included in the ifdef clause.
* **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.
Examples:
This is a use example of how to use the building block from Python::
Expand Down

0 comments on commit 3a7722b

Please sign in to comment.