Pipeline Tool Version Instance
GET /metagenomics/api/v1/pipeline-tools/HMMER/v3.1b1?format=api
{ "data": { "type": "pipeline-tools", "id": "HMMER", "attributes": { "tool-name": "HMMER", "description": "A computer program for biosequence analysis using profile hidden Markov models.", "web-link": "http://hmmer.org", "version": "v3.1b1", "exe-command": "./nhmmer --tblout $outpath/${file}_tRNAselect.txt --cpu 4 -T 20 tRNA.hmm $outpath/${file}.fna > /dev/null", "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" } } ] } }, "links": { "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipeline-tools/HMMER/v3.1b1?format=api" } } }