[
    {
        "id": "bams2Dir",
        "name": "expand bams to a bams_Dir",
        "article": "",
        "website": "",
        "git": "",
        "description": "Create a Dir with symlinks to bams in input",
        "version": "",
        "documentation": "",
        "multiqc": "custom",
        "commands": [
            {
                "name": "bams2Dir",
                "cname": "bams to bam_dir",
                "command": "",
                "category": "format_conversion",
                "output_dir": "bams2Dir",
                "inputs": [
                    {
                        "name": "bam",
                        "type": "bams",
                        "expand": true
                    }
                ],
                "outputs": [
                    {
                        "name": "bamDir",
                        "type": "bams_dir",
                        "file": "",
                        "description": "A dir containg links to bam files"
                    }
                ],
                "options": []
            }
        ],
        "install": [],
        "citations": [],
        "yaml": "{\n  id: bams2Dir,\n  name: expand bams to a bams_Dir ,\n  article: \"\",\n  website: \"\",\n  git: \"\",\n  description: \"Create a Dir with symlinks to bams in input\",\n  version: \"\",\n  documentation: \"\",\n  multiqc: \"custom\",\n  commands:\n    [\n      {\n        name: bams2Dir,\n        cname: bams to bam_dir,\n        command: \"\",\n        category: \"format_conversion\",\n        output_dir: bams2Dir,\n        inputs: [{ name: bam, type: \"bams\", expand: true }],\n        outputs: [{ name: bamDir, type: \"bams_dir\",file: \"\", description: \"A dir containg links to bam files\"}],\n        options: [\n        ],\n      },\n      \n    ],\n  install:\n    {\n      \n    },\n  citations:\n    {},\n}\n"
    }
]