{
    "id": "editconf",
    "description": "Wrapper class for the GROMACS editconf module.",
    "arguments": [
        {
            "id": "config",
            "required": false,
            "description": "Configuration file for the editconf tool",
            "filetype": "input",
            "sample": "https:\/\/raw.githubusercontent.com\/bioexcel\/biobb_md\/master\/biobb_md\/test\/data\/config\/config_editconf.json",
            "formats": [
                ".*\\.json$",
                ".*\\.yml$",
                ".*\\.yaml$"
            ]
        },
        {
            "id": "input_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\/editconf.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_editconf.gro",
            "formats": [
                ".*\\.pdb$",
                ".*\\.gro$"
            ]
        }
    ]
}