[
    {
        "id": "jellyfish_histo",
        "name": "JELLYFISH histo",
        "article": "10.1093\/bioinformatics\/btr011",
        "website": "http:\/\/www.genome.umd.edu\/jellyfish.html",
        "git": "https:\/\/github.com\/gmarcais\/Jellyfish",
        "description": "Jellyfish is a tool for fast, memory-efficient counting of k-mers in DNA. A k-mer is a substring of length k, and counting the occurrences of all such substrings is a central step in many analyses of DNA sequence",
        "version": "2.3.0",
        "documentation": "http:\/\/www.genome.umd.edu\/docs\/JellyfishUserGuide.pdf",
        "multiqc": "jellyfish",
        "commands": [
            {
                "name": "jellyfish_histo",
                "cname": "Jellyfist histo",
                "command": "jellyfish histo",
                "category": "visualization",
                "output_dir": "jellyfish",
                "inputs": [
                    {
                        "name": "kmer_counts",
                        "type": "jellyfishcounts",
                        "file": "counts.jf",
                        "description": "Jellyfish kmer counts file"
                    }
                ],
                "outputs": [
                    {
                        "name": "kmer_histo",
                        "type": "hist",
                        "file": "kmer_histo_jf.hist",
                        "description": "Jellyfish kmer histogram"
                    }
                ],
                "options": [
                    {
                        "name": "jellyfish_histo_threads",
                        "prefix": "-t",
                        "type": "numeric",
                        "value": 4,
                        "min": 1,
                        "max": "NA",
                        "step": 1,
                        "label": "Number of threads to use"
                    },
                    {
                        "name": "jellyfish_high_count",
                        "prefix": "-h",
                        "type": "numeric",
                        "value": 10000,
                        "min": 1000,
                        "max": "NA",
                        "step": 100,
                        "label": "High count value of histogram"
                    }
                ]
            }
        ],
        "install": [],
        "citations": {
            "jellyfish": [
                "Guillaume Mar\u00e7ais, Carl Kingsford, A fast, lock-free approach for efficient parallel counting of occurrences of k-mers, Bioinformatics, Volume 27, Issue 6, 15 March 2011, Pages 764-770, https:\/\/doi.org\/10.1093\/bioinformatics\/btr011"
            ]
        },
        "yaml": "{\n  id: jellyfish_histo,\n  name: JELLYFISH histo,\n  article: \"10.1093\/bioinformatics\/btr011\",\n  website: \"http:\/\/www.genome.umd.edu\/jellyfish.html\",\n  git: \"https:\/\/github.com\/gmarcais\/Jellyfish\",\n  description: \"Jellyfish is a tool for fast, memory-efficient counting of k-mers in DNA. A k-mer is a substring of length k, and counting the occurrences of all such substrings is a central step in many analyses of DNA sequence\",\n  version: \"2.3.0\",\n  documentation: \"http:\/\/www.genome.umd.edu\/docs\/JellyfishUserGuide.pdf\",\n  multiqc: \"jellyfish\",\n  commands:\n    [\n      {\n        name: jellyfish_histo,\n        cname: \"Jellyfist histo\",\n        command: jellyfish histo,\n        category: \"visualization\",\n        output_dir: jellyfish,\n        inputs: [{ name: kmer_counts, type: \"jellyfishcounts\" , file: \"counts.jf\", description: \"Jellyfish kmer counts file\"}],\n        outputs: [{ name: kmer_histo, type: \"hist\", file: kmer_histo_jf.hist, description: \"Jellyfish kmer histogram\" }],\n        options:\n          [\n            {\n              name: jellyfish_histo_threads,\n              prefix: -t,\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              name: jellyfish_high_count,\n              prefix: -h,\n              type: numeric,\n              value: 10000,\n              min: 1000,\n              max: NA,\n              step: 100,\n              label: \"High count value of histogram\",\n            },\n          ]\n      },\n    ],\n  install:  {\n    # jellyfish: [\n    #   \"cd \/opt\/biotools\/bin\",\n    #   \"wget -O jellyfish https:\/\/github.com\/gmarcais\/Jellyfish\/releases\/download\/v2.3.0\/jellyfish-linux\",\n    #   \"chmod +x \/opt\/biotools\/bin\/jellyfish\"\n    # ],\n  },\n  citations:  {\n    jellyfish: [\n      \"Guillaume Mar\u00e7ais, Carl Kingsford, A fast, lock-free approach for efficient parallel counting of occurrences of k-mers, Bioinformatics, Volume 27, Issue 6, 15 March 2011, Pages 764-770, https:\/\/doi.org\/10.1093\/bioinformatics\/btr011\"\n    ]\n  }\n}"
    }
]