Pipeline Tool Version Instance
GET /metagenomics/api/v1/pipeline-tools/MAPseq/1.2?format=api
{ "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" } } }