GET /metagenomics/api/v1/pipeline-tools/FragGeneScan/1.20?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": "https://sourceforge.net/projects/fraggenescan/",
            "version": "1.20",
            "exe-command": "./FragGeneScan -s {1} -o {1}_CDS -w 0 -t illumina_5 -p 8",
            "configuration-file": null,
            "notes": null
        },
        "relationships": {
            "pipelines": {
                "data": [
                    {
                        "type": "pipelines",
                        "id": "3.0",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipelines/3.0?format=api"
                        }
                    },
                    {
                        "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/FragGeneScan/1.20?format=api"
        }
    }
}