{
    "id": "solvate",
    "description": "Wrapper of the GROMACS solvate module.",
    "arguments": [
        {
            "id": "config",
            "required": false,
            "description": "Configuration file for the solvate tool",
            "filetype": "input",
            "sample": "https:\/\/raw.githubusercontent.com\/bioexcel\/biobb_md\/master\/biobb_md\/test\/data\/config\/config_solvate.json",
            "formats": [
                ".*\\.json$",
                ".*\\.yml$",
                ".*\\.yaml$"
            ]
        },
        {
            "id": "input_solute_gro_path",
            "required": true,
            "description": "Path to the input GRO file",
            "filetype": "input",
            "sample": "https:\/\/github.com\/bioexcel\/biobb_md\/raw\/master\/biobb_md\/test\/data\/gromacs\/solvate.gro",
            "formats": [
                ".*\\.gro$",
                ".*\\.pdb$"
            ]
        },
        {
            "id": "output_gro_path",
            "required": true,
            "description": "Path to the output GRO file",
            "filetype": "output",
            "sample": "https:\/\/github.com\/bioexcel\/biobb_md\/raw\/master\/biobb_md\/test\/reference\/gromacs\/ref_solvate.gro",
            "formats": [
                ".*\\.gro$",
                ".*\\.pdb$"
            ]
        },
        {
            "id": "input_top_zip_path",
            "required": true,
            "description": "Path the input TOP topology in zip format",
            "filetype": "input",
            "sample": "https:\/\/github.com\/bioexcel\/biobb_md\/raw\/master\/biobb_md\/test\/data\/gromacs\/solvate.zip",
            "formats": [
                ".*\\.zip$"
            ]
        },
        {
            "id": "output_top_zip_path",
            "required": true,
            "description": "Path the output topology in zip format",
            "filetype": "output",
            "sample": "https:\/\/github.com\/bioexcel\/biobb_md\/raw\/master\/biobb_md\/test\/reference\/gromacs\/ref_solvate.zip",
            "formats": [
                ".*\\.zip$"
            ]
        },
        {
            "id": "input_solvent_gro_path",
            "required": false,
            "description": "(spc216.gro) Path to the GRO file containing the structure of the solvent",
            "filetype": "input",
            "sample": null,
            "formats": [
                ".*\\.gro$"
            ]
        }
    ]
}