GET /metagenomics/api/v1/pipeline-tools/RepeatMasker/3.2.2?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "data": {
        "type": "pipeline-tools",
        "id": "RepeatMasker",
        "attributes": {
            "tool-name": "RepeatMasker",
            "description": "A program that screens DNA sequences for interspersed repeats and low complexity DNA sequences.",
            "web-link": "http://www.repeatmasker.org/",
            "version": "3.2.2",
            "exe-command": "./RepeatMasker {0}",
            "configuration-file": null,
            "notes": null
        },
        "relationships": {
            "pipelines": {
                "data": [
                    {
                        "type": "pipelines",
                        "id": "1.0",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipelines/1.0?format=api"
                        }
                    }
                ]
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipeline-tools/RepeatMasker/3.2.2?format=api"
        }
    }
}