[
    {
        "id": "VSEARCH_stats",
        "name": "VSEARCH stats",
        "article": "10.7717\/peerj.2584",
        "website": "",
        "git": "https:\/\/github.com\/torognes\/vsearch",
        "description": "quality score and expected error statistics",
        "version": "2.23.0",
        "documentation": "https:\/\/github.com\/torognes\/vsearch\/releases\/download\/v2.21.1\/vsearch_manual.pdf",
        "multiqc": "custom",
        "commands": [
            {
                "name": "VSEARCH_stats",
                "command": "vsearch ",
                "category": "VSEARCH",
                "output_dir": "VSEARCH_stats",
                "inputs": [
                    {
                        "name": "read_dir",
                        "type": "PE_read_dir",
                        "description": "Directory containing read dir files *.fastq.gz *.fq.gz"
                    }
                ],
                "outputs": [
                    {
                        "name": "stats_done",
                        "type": "stats_done",
                        "file": "",
                        "description": "dir containing errors and quality stats for fastq files"
                    }
                ],
                "options": [
                    {
                        "name": "VSEARCH_stats_threads",
                        "prefix": "--threads",
                        "value": 16,
                        "min": 1,
                        "max": 64,
                        "step": 1,
                        "label": "Threads to use",
                        "type": "numeric"
                    }
                ]
            }
        ],
        "install": [],
        "citations": {
            "VSEARCH": [
                "Rognes T, Flouri T, Nichols B, Quince C, Mah\u00e9 F. (2016) VSEARCH: a versatile open source tool for metagenomics. PeerJ 4:e2584."
            ]
        },
        "yaml": "{\n  id: VSEARCH_stats,\n  name: VSEARCH stats,\n  article: \"10.7717\/peerj.2584\",\n  website: \"\",\n  git: \"https:\/\/github.com\/torognes\/vsearch\",\n  description: \"quality score and expected error statistics\",\n  version: \"2.23.0\",\n  documentation: \"https:\/\/github.com\/torognes\/vsearch\/releases\/download\/v2.21.1\/vsearch_manual.pdf\",\n  multiqc: \"custom\",\n  commands:\n    [\n      {\n        name: VSEARCH_stats,\n        command: \"vsearch \",\n        category: \"VSEARCH\",\n        output_dir: VSEARCH_stats,\n        inputs: [{ name: read_dir, type: \"PE_read_dir\", description: \"Directory containing read dir files *.fastq.gz *.fq.gz\"}],\n        outputs: [\n        { name: \"stats_done\", type: \"stats_done\", file: \"\", description: \"dir containing errors and quality stats for fastq files\" }\n        ],\n        options: [\n          {\n              name: \"VSEARCH_stats_threads\",\n              prefix: \"--threads\",\n              value: 16,\n              min: 1,\n              max: 64,\n              step: 1,\n              label: \"Threads to use\",\n              type: \"numeric\",\n          },          \n        ],\n      },\n    ],\n  install:\n    {\n      # VSEARCH: [\n      #   \"cd \/opt\/biotools\/\",\n      #   \" wget https:\/\/github.com\/torognes\/vsearch\/releases\/download\/v2.21.1\/vsearch-2.21.1-linux-x86_64.tar.gz\",\n      #   \" tar -zxvf vsearch-2.21.1-linux-x86_64.tar.gz\",\n      #   \" mv vsearch-2.21.1-linux-x86_64\/bin\/vsearch \/opt\/biotools\/bin\",\n      #   \" rm -rf vsearch-2.21.1-linux-x86_64*\"\n      # ]\n    },\n  citations:\n    {\n      VSEARCH: [\n        \"Rognes T, Flouri T, Nichols B, Quince C, Mah\u00e9 F. (2016) VSEARCH: a versatile open source tool for metagenomics. PeerJ 4:e2584.\"\n      ]\n    },\n}\n"
    }
]