Skip to content

Commit

Permalink
[Typing](ALL): Update typing from python 3.8 style to python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Oct 17, 2024
1 parent 92ff9e0 commit 48d4b7a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions biobb_godmd/docs/source/command_line.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Config parameters for this building block:
* **binary_path** (*string*): (discrete) Binary path..
* **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..
### YAML
#### [Common config file](https://github.com/bioexcel/biobb_godmd/blob/master/biobb_godmd/test/data/config/config_godmd_run.yml)
```python
Expand Down Expand Up @@ -128,6 +129,7 @@ Config parameters for this building block:
* **binary_path** (*string*): (water) Binary path..
* **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..
### YAML
#### [Common config file](https://github.com/bioexcel/biobb_godmd/blob/master/biobb_godmd/test/data/config/config_godmd_prep.yml)
```python
Expand Down
6 changes: 6 additions & 0 deletions biobb_godmd/json_schemas/godmd_prep.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@
"default": false,
"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."
}
}
}
Expand Down
6 changes: 6 additions & 0 deletions biobb_godmd/json_schemas/godmd_run.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,12 @@
"default": false,
"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."
}
}
}
Expand Down

0 comments on commit 48d4b7a

Please sign in to comment.