GET /metagenomics/api/v1/pipeline-tools/cmsearch%20deoverlap%20script/0.01?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "data": {
        "type": "pipeline-tools",
        "id": "cmsearch deoverlap script",
        "attributes": {
            "tool-name": "cmsearch deoverlap script",
            "description": "A tool, which removes lower scoring overlaps from cmsearch --tblout files.",
            "web-link": "https://github.com/nawrockie/cmsearch_tblout_deoverlap",
            "version": "0.01",
            "exe-command": "./cmsearch_deoverlap.pl --clanin <claninfo-file> <matches-file>",
            "configuration-file": null,
            "notes": null
        },
        "relationships": {
            "pipelines": {
                "data": [
                    {
                        "type": "pipelines",
                        "id": "4.0",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipelines/4.0?format=api"
                        }
                    },
                    {
                        "type": "pipelines",
                        "id": "4.1",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipelines/4.1?format=api"
                        }
                    }
                ]
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipeline-tools/cmsearch%20deoverlap%20script/0.01?format=api"
        }
    }
}