Skip to content

Commit

Permalink
added sandbox property
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Jun 27, 2024
1 parent 4088125 commit 01176cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions biobb_godmd/godmd/godmd_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class GOdMDPrep(BiobbObject):
* **binary_path** (*str*) - ("water") Binary path.
* **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
1 change: 1 addition & 0 deletions biobb_godmd/godmd/godmd_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class GOdMDRun(BiobbObject):
* **binary_path** (*str*) - ("discrete") Binary path.
* **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 01176cb

Please sign in to comment.