{
    "id": "pdb",
    "description": "This class is a wrapper for downloading a PDB structure from the Protein Data Bank.",
    "arguments": [
        {
            "id": "config",
            "required": false,
            "description": "Configuration file for the pdb tool",
            "filetype": "input",
            "sample": "https:\/\/raw.githubusercontent.com\/bioexcel\/biobb_io\/master\/biobb_io\/test\/data\/config\/config_pdb.json",
            "formats": [
                ".*\\.json$",
                ".*\\.yml$",
                ".*\\.yaml$"
            ]
        },
        {
            "id": "output_pdb_path",
            "required": true,
            "description": "Path to the output PDB file",
            "filetype": "output",
            "sample": "https:\/\/github.com\/bioexcel\/biobb_io\/raw\/master\/biobb_io\/test\/reference\/api\/output_pdb.pdb",
            "formats": [
                ".*\\.pdb$"
            ]
        }
    ]
}