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

{
    "data": {
        "type": "pipeline-tools",
        "id": "MAPseq",
        "attributes": {
            "tool-name": "MAPseq",
            "description": "MAPseq is a set of fast and accurate sequence read classification tools designed to assign taxonomy and OTU classifications to ribosomal RNA sequences.",
            "web-link": "https://github.com/jfmrod/MAPseq/",
            "version": "1.2",
            "exe-command": "./mapseq -nthreads 8 -outfmt simple {1} <customref.fasta> <customref.tax>",
            "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"
                        }
                    }
                ]
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipeline-tools/MAPseq/1.2?format=api"
        }
    }
}