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

{
    "data": {
        "type": "pipeline-tools",
        "id": "Trimmomatic",
        "attributes": {
            "tool-name": "Trimmomatic",
            "description": "A flexible read trimming tool.",
            "web-link": "http://www.usadellab.org/cms/?page=trimmomatic",
            "version": "0.32",
            "exe-command": "java -classpath {0}/Trimmomatic-0.32/trimmomatic-0.32.jar org.usadellab.trimmomatic.TrimmomaticSE  -phred33 {1} {2} LEADING:3 TRAILING:3 SLIDINGWINDOW:4:15",
            "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/Trimmomatic/0.32?format=api"
        }
    }
}