[
    {
        "id": "sstacks",
        "name": "sstacks",
        "article": "10.1111\/mec.15253",
        "website": "http:\/\/catchenlab.life.illinois.edu\/stacks\/comp\/sstacks.php",
        "git": "",
        "description": "Sets of stacks, i.e. putative loci, constructed by the ustacks program can be searched against a catalog produced by cstacks. In the case of a genetic map, stacks from the progeny would be matched against the catalog to determine which progeny contain which parental alleles. In the case of a general population, all samples in the population would be matched against the catalog with sstacks.",
        "version": "2.64",
        "documentation": "http:\/\/catchenlab.life.illinois.edu\/stacks\/comp\/sstacks.php",
        "multiqc": "custom",
        "commands": [
            {
                "name": "sstacks",
                "cname": "Sstacks",
                "command": "sstacks",
                "category": "stacks",
                "output_dir": "stacks",
                "inputs": [
                    {
                        "name": "cstacks_done",
                        "type": "cstacks_done"
                    },
                    {
                        "name": "popmap",
                        "type": "popmap"
                    }
                ],
                "outputs": [
                    {
                        "name": "sstacks_done",
                        "type": "sstacks_done",
                        "file": "sstacks.done",
                        "description": "in ustacks, cstacks and sstacks dir"
                    }
                ],
                "options": [
                    {
                        "name": "sstacks_threads",
                        "prefix": "-p",
                        "type": "numeric",
                        "value": 4,
                        "min": 1,
                        "max": "NA",
                        "step": 1,
                        "label": "Number of threads to use"
                    }
                ]
            }
        ],
        "install": [],
        "citations": {
            "stacks": [
                "Rochette, NC, Rivera\u2010Col\u00f3n, AG, Catchen, JM. Stacks 2: Analytical methods for paired\u2010end sequencing improve RADseq\u2010based population genomics. Mol Ecol. 2019; 28: 4737- 4754. https:\/\/doi.org\/10.1111\/mec.15253"
            ]
        },
        "yaml": "{\n  id: sstacks,\n  name: sstacks,\n  article: 10.1111\/mec.15253,\n  website: \"http:\/\/catchenlab.life.illinois.edu\/stacks\/comp\/sstacks.php\",\n  git: \"\",\n  description: \"Sets of stacks, i.e. putative loci, constructed by the ustacks program can be searched against a catalog produced by cstacks. In the case of a genetic map, stacks from the progeny would be matched against the catalog to determine which progeny contain which parental alleles. In the case of a general population, all samples in the population would be matched against the catalog with sstacks.\",\n  version: \"2.64\",\n  documentation: \"http:\/\/catchenlab.life.illinois.edu\/stacks\/comp\/sstacks.php\",\n  multiqc: \"custom\",\n  commands:\n    [\n\n      {\n        name: sstacks,\n        cname: \"Sstacks\",\n        command: sstacks,\n        category: \"stacks\",\n        output_dir: stacks,\n        inputs: [{ name: cstacks_done, type: \"cstacks_done\" },\n                  { name: popmap, type: \"popmap\" } ],\n        outputs:\n          [\n            { name: \"sstacks_done\", type: \"sstacks_done\", file: \"sstacks.done\", description: \"in ustacks, cstacks and sstacks dir\" },\n          ],\n        options:\n          [\n            {\n              name: sstacks_threads,\n              prefix: -p,\n              type: numeric,\n              value: 4,\n              min: 1,\n              max: NA,\n              step: 1,\n              label: \"Number of threads to use\",\n            },\n          ],\n      },\n    ],\n  install:\n    {\n      # stacks: [\n      #   \"cd \/opt\/biotools\",\n      #   \"wget http:\/\/catchenlab.life.illinois.edu\/stacks\/source\/stacks-2.61.tar.gz\",\n      #   \"tar -zxvf stacks-2.61.tar.gz\",\n      #   \"cd stacks-2.61\/\",\n      #   \".\/configure\",\n      #   \"make -j 10\",\n      #   \"make install\",\n      #   \"mv -t ..\/bin sstacks kmer_filter gstacks tsv2bam process_shortreads populations ustacks phasedstacks cstacks process_radtags\",\n      #   \"cd .. && rm -r stacks-2.61 stacks-2.61.tar.gz\"\n      # ]\n    },\n  citations:  {\n    stacks: [\n      \"Rochette, NC, Rivera\u2010Col\u00f3n, AG, Catchen, JM. Stacks 2: Analytical methods for paired\u2010end sequencing improve RADseq\u2010based population genomics. Mol Ecol. 2019; 28: 4737- 4754. https:\/\/doi.org\/10.1111\/mec.15253\"\n    ]\n  }\n}\n"
    }
]