{
    "id": "gmx_image",
    "description": "Wrapper of the GROMACS trjconv module for correcting periodicity (image) from a given GROMACS compatible trajectory file.",
    "arguments": [
        {
            "id": "config",
            "required": false,
            "description": "Configuration file for the gmx_image tool",
            "filetype": "input",
            "sample": "https:\/\/raw.githubusercontent.com\/bioexcel\/biobb_analysis\/master\/biobb_analysis\/test\/data\/config\/config_gmx_image.json",
            "formats": [
                ".*\\.json$",
                ".*\\.yml$",
                ".*\\.yaml$"
            ]
        },
        {
            "id": "input_traj_path",
            "required": true,
            "description": "Path to the GROMACS trajectory file",
            "filetype": "input",
            "sample": "https:\/\/github.com\/bioexcel\/biobb_analysis\/raw\/master\/biobb_analysis\/test\/data\/gromacs\/trajectory.trr",
            "formats": [
                ".*\\.xtc$",
                ".*\\.trr$",
                ".*\\.cpt$",
                ".*\\.gro$",
                ".*\\.g96$",
                ".*\\.pdb$",
                ".*\\.tng$"
            ]
        },
        {
            "id": "input_top_path",
            "required": true,
            "description": "Path to the GROMACS input topology file",
            "filetype": "input",
            "sample": "https:\/\/github.com\/bioexcel\/biobb_analysis\/raw\/master\/biobb_analysis\/test\/data\/gromacs\/topology.tpr",
            "formats": [
                ".*\\.tpr$",
                ".*\\.gro$",
                ".*\\.g96$",
                ".*\\.pdb$",
                ".*\\.brk$",
                ".*\\.ent$"
            ]
        },
        {
            "id": "input_index_path",
            "required": false,
            "description": "Path to the GROMACS index file",
            "filetype": "input",
            "sample": "https:\/\/github.com\/bioexcel\/biobb_analysis\/raw\/master\/biobb_analysis\/test\/data\/gromacs\/index.ndx",
            "formats": [
                ".*\\.ndx$"
            ]
        },
        {
            "id": "output_traj_path",
            "required": true,
            "description": "Path to the output file",
            "filetype": "output",
            "sample": "https:\/\/github.com\/bioexcel\/biobb_analysis\/raw\/master\/biobb_analysis\/test\/reference\/gromacs\/ref_image.xtc",
            "formats": [
                ".*\\.xtc$",
                ".*\\.trr$",
                ".*\\.cpt$",
                ".*\\.gro$",
                ".*\\.g96$",
                ".*\\.pdb$",
                ".*\\.tng$"
            ]
        }
    ]
}