Skip to content

Commit

Permalink
Bug fixed in cmip_run
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Mar 5, 2024
1 parent 6ee4c3d commit bffbe8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biobb_cmip/cmip/cmip_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class CmipRun(BiobbObject):
output_grd_path (str) (Optional): Path to the output grid file in GRD format. File type: output. Accepted formats: grd (edam:format_2330).
output_cube_path (str) (Optional): Path to the output grid file in cube format. File type: output. Accepted formats: cube (edam:format_2330).
output_rst_path (str) (Optional): Path to the output restart file. File type: output. Accepted formats: txt (edam:format_2330).
input_rst_path (str) (Optional): Path to the input restart file. File type: output. Accepted formats: txt (edam:format_2330).
input_rst_path (str) (Optional): Path to the input restart file. File type: input. Accepted formats: txt (edam:format_2330).
output_byat_path (str) (Optional): Path to the output atom by atom energy file. File type: output. Accepted formats: txt (edam:format_2330), out (edam:format_2330).
output_log_path (str) (Optional): Path to the output CMIP log file LOG. File type: output. `Sample file <https://github.com/bioexcel/biobb_cmip/raw/master/biobb_cmip/test/reference/cmip/ref_cmip.log>`_. Accepted formats: log (edam:format_2330).
input_vdw_params_path (str) (Optional): Path to the CMIP input Van der Waals force parameters, if not provided the CMIP conda installation one is used ("$CONDA_PREFIX/share/cmip/dat/vdwprm"). File type: input. Accepted formats: txt (edam:format_2330).
Expand Down
2 changes: 1 addition & 1 deletion biobb_cmip/json_schemas/cmip_run.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"input_rst_path": {
"type": "string",
"description": "Path to the input restart file",
"filetype": "output",
"filetype": "input",
"sample": null,
"enum": [
".*\\.txt$"
Expand Down

0 comments on commit bffbe8b

Please sign in to comment.