[
    {
        "id": "fastamerge",
        "name": "fasta merge",
        "article": "",
        "website": "",
        "git": "",
        "description": "Concatenate all fasta files in a dir into a single fasta file",
        "version": "",
        "documentation": "",
        "multiqc": "custom",
        "commands": [
            {
                "name": "fastamerge",
                "cname": "fasta merge",
                "command": "",
                "category": "format_conversion",
                "output_dir": "fastamerge",
                "inputs": [
                    {
                        "name": "fasta_dir",
                        "type": "fasta_dir"
                    }
                ],
                "outputs": [
                    {
                        "name": "fasta",
                        "type": "fasta_file",
                        "file": "merged.fasta",
                        "description": "merged fasta file"
                    }
                ],
                "options": []
            }
        ],
        "install": [],
        "citations": [],
        "yaml": "{\n  id: fastamerge,\n  name: fasta merge ,\n  article: \"\",\n  website: \"\",\n  git: \"\",\n  description: \"Concatenate all fasta files in a dir into a single fasta file\",\n  version: \"\",\n  documentation: \"\",\n  multiqc: \"custom\",\n  commands:\n    [\n      {\n        name: fastamerge,\n        cname: fasta merge,\n        command: \"\",\n        category: \"format_conversion\",\n        output_dir: fastamerge,\n        inputs: [{ name: fasta_dir, type: \"fasta_dir\" }],\n        outputs: [{ name: fasta, type: \"fasta_file\", file: \"merged.fasta\", description: \"merged fasta file\"}],\n        options: [\n        ],\n      },\n    ],\n  install:\n    {\n    },\n  citations:\n    {},\n}\n"
    }
]