From bffbe8b55995437c09102d8594ad5337b337e55e Mon Sep 17 00:00:00 2001 From: gbayarri Date: Tue, 5 Mar 2024 16:05:20 +0100 Subject: [PATCH] Bug fixed in cmip_run --- biobb_cmip/cmip/cmip_run.py | 2 +- biobb_cmip/json_schemas/cmip_run.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/biobb_cmip/cmip/cmip_run.py b/biobb_cmip/cmip/cmip_run.py index ba097f5..4814719 100755 --- a/biobb_cmip/cmip/cmip_run.py +++ b/biobb_cmip/cmip/cmip_run.py @@ -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 `_. 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). diff --git a/biobb_cmip/json_schemas/cmip_run.json b/biobb_cmip/json_schemas/cmip_run.json index 915b8fa..67d7f4f 100644 --- a/biobb_cmip/json_schemas/cmip_run.json +++ b/biobb_cmip/json_schemas/cmip_run.json @@ -119,7 +119,7 @@ "input_rst_path": { "type": "string", "description": "Path to the input restart file", - "filetype": "output", + "filetype": "input", "sample": null, "enum": [ ".*\\.txt$"