GET /metagenomics/api/v1/pipelines/1.0?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "data": {
        "type": "pipelines",
        "id": "1.0",
        "attributes": {
            "samples-count": 3245,
            "analyses-count": 3754,
            "description": "Initial version",
            "changes": "N/A",
            "release-version": "1.0",
            "release-date": "2009-12-09"
        },
        "relationships": {
            "analyses": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/pipelines/1.0/analyses?format=api"
                }
            },
            "tools": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/pipelines/1.0/tools?format=api"
                },
                "data": [
                    {
                        "type": "pipeline-tools",
                        "id": "Biopython"
                    },
                    {
                        "type": "pipeline-tools",
                        "id": "FragGeneScan"
                    },
                    {
                        "type": "pipeline-tools",
                        "id": "InterProScan"
                    },
                    {
                        "type": "pipeline-tools",
                        "id": "QIIME"
                    },
                    {
                        "type": "pipeline-tools",
                        "id": "RepeatMasker"
                    },
                    {
                        "type": "pipeline-tools",
                        "id": "rRNASelector"
                    },
                    {
                        "type": "pipeline-tools",
                        "id": "Trimmomatic"
                    },
                    {
                        "type": "pipeline-tools",
                        "id": "UCLUST"
                    }
                ]
            },
            "samples": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/pipelines/1.0/samples?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipelines/1.0?format=api"
        }
    },
    "included": [
        {
            "type": "pipeline-tools",
            "id": "Biopython",
            "attributes": {
                "tool-name": "Biopython",
                "description": "A set of freely available tools for biological computation written in Python.",
                "web-link": "http://www.biopython.org/",
                "version": "1.54",
                "exe-command": "N/A",
                "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"
                            }
                        }
                    ]
                }
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipeline-tools/Biopython/1.54?format=api"
            }
        },
        {
            "type": "pipeline-tools",
            "id": "FragGeneScan",
            "attributes": {
                "tool-name": "FragGeneScan",
                "description": "An application for finding fragmented genes in short reads.",
                "web-link": "http://omics.informatics.indiana.edu/FragGeneScan/",
                "version": "1.15",
                "exe-command": "./FragGeneScan -s {0} -o {0}_CDS -w 0 -t 454_10",
                "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/FragGeneScan/1.15?format=api"
            }
        },
        {
            "type": "pipeline-tools",
            "id": "InterProScan",
            "attributes": {
                "tool-name": "InterProScan",
                "description": "A sequence analysis application (nucleotide and protein sequences) that combines different protein signature recognition methods into one resource.",
                "web-link": "https://github.com/ebi-pf-team/interproscan/wiki",
                "version": "5.0-beta",
                "exe-command": "./interproscan.sh --appl PfamA,TIGRFAM-10.1,PRINTS,PrositePatterns,Gene3d -goterms -o {1}_out.tsv -i {1}",
                "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"
                            }
                        }
                    ]
                }
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipeline-tools/InterProScan/5.0-beta?format=api"
            }
        },
        {
            "type": "pipeline-tools",
            "id": "QIIME",
            "attributes": {
                "tool-name": "QIIME",
                "description": "An open-source bioinformatics pipeline for performing taxonomic analysis from raw DNA sequencing data.",
                "web-link": "http://qiime.org/",
                "version": "1.5.0",
                "exe-command": "./qiimeWrapper.sh  {1}  {2}",
                "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"
                            }
                        }
                    ]
                }
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipeline-tools/QIIME/1.5.0?format=api"
            }
        },
        {
            "type": "pipeline-tools",
            "id": "RepeatMasker",
            "attributes": {
                "tool-name": "RepeatMasker",
                "description": "A program that screens DNA sequences for interspersed repeats and low complexity DNA sequences.",
                "web-link": "http://www.repeatmasker.org/",
                "version": "3.2.2",
                "exe-command": "./RepeatMasker {0}",
                "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"
                            }
                        }
                    ]
                }
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipeline-tools/RepeatMasker/3.2.2?format=api"
            }
        },
        {
            "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"
            }
        },
        {
            "type": "pipeline-tools",
            "id": "UCLUST",
            "attributes": {
                "tool-name": "UCLUST",
                "description": "A high-performance clustering, alignment and search algorithm.",
                "web-link": "http://www.drive5.com/uclust/downloads1_1_579.html",
                "version": "1.1.579",
                "exe-command": "./uclust1.1.579_i86linux64 --id 0.99 --usersort --nucleo --input {1} --uc {2}",
                "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"
                            }
                        }
                    ]
                }
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipeline-tools/UCLUST/1.1.579?format=api"
            }
        },
        {
            "type": "pipeline-tools",
            "id": "rRNASelector",
            "attributes": {
                "tool-name": "rRNASelector",
                "description": "A computer program for selecting ribosomal RNA encoding sequences from metagenomic and metatranscriptomic shotgun libraries.",
                "web-link": "http://www.ezbiocloud.net/sw/rrnaselector",
                "version": "1.0.0",
                "exe-command": "HMMER3.0/hmmsearch --tblout {0} --cpu 4 -E 1.0E-5  {1}/rRNASelector/lib/all.hmm {2} > /dev/null",
                "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"
                            }
                        }
                    ]
                }
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipeline-tools/rRNASelector/1.0.0?format=api"
            }
        }
    ]
}