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

{
    "data": {
        "type": "pipeline-tools",
        "id": "FragGeneScan",
        "attributes": {
            "tool-name": "FragGeneScan",
            "description": "An application for finding fragmented genes in short reads.",
            "web-link": "http://omics.informatics.indiana.edu/FragGeneScan/",
            "version": "1.15",
            "exe-command": "./FragGeneScan -s {0} -o {0}_CDS -w 0 -t 454_10",
            "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"
                        }
                    },
                    {
                        "type": "pipelines",
                        "id": "2.0",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipelines/2.0?format=api"
                        }
                    }
                ]
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipeline-tools/FragGeneScan/1.15?format=api"
        }
    }
}