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 3e64bed commit 65304c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biobb_common/generic/biobb_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ class BiobbObject:
Args:
properties (dict - Python dictionary object containing the tool parameters, not input/output files):
* **sandbox_path** (*str*) - ("./") Parent path to the sandbox directory.
* **sandbox_path** (*str*) - ("./") [WF property] Parent path to the sandbox directory.
* **disable_sandbox** (*bool*) - (False) Disable the use of temporal unique directories aka sandbox. Only for local execution.
* **chdir_sandbox** (*bool*) - (False) Change directory to the sandbox using just file names in the command line. Only for local execution.
* **dev** (*str*) - (None) Adding additional options to command line.
* **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.
* **env_vars_dict** (*dict*) - ({}) Environment Variables Dictionary.
* **container_path** (*str*) - (None) Path to the binary executable of your container.
* **container_image** (*str*) - (None) Container Image identifier.
Expand Down

0 comments on commit 65304c9

Please sign in to comment.