Mercurial > repos > ulfschaefer > phephenix
view Galaxy-Workflow-Phenix_workflow.ga @ 19:9c63ab34838d draft default tip
Uploaded
author | ulfschaefer |
---|---|
date | Thu, 14 Jul 2016 10:50:41 -0400 |
parents | 55bfe9d1888e |
children |
line wrap: on
line source
{ "a_galaxy_workflow": "true", "annotation": "", "format-version": "0.1", "name": "Phenix workflow", "steps": { "0": { "annotation": "", "content_id": null, "id": 0, "input_connections": {}, "inputs": [ { "description": "", "name": "Reference fasta" } ], "label": null, "name": "Input dataset", "outputs": [], "position": { "left": 200, "top": 141 }, "tool_errors": null, "tool_id": null, "tool_state": "{\"name\": \"Reference fasta\"}", "tool_version": null, "type": "data_input", "uuid": "108478ac-5f4a-4244-b9db-f6c0ae9674fb", "workflow_outputs": [] }, "1": { "annotation": "", "content_id": null, "id": 1, "input_connections": {}, "inputs": [ { "description": "", "name": "R1 fastq" } ], "label": null, "name": "Input dataset", "outputs": [], "position": { "left": 189, "top": 309 }, "tool_errors": null, "tool_id": null, "tool_state": "{\"name\": \"R1 fastq\"}", "tool_version": null, "type": "data_input", "uuid": "b00e3b0f-c7b6-4704-840b-76ec70d1cb75", "workflow_outputs": [] }, "2": { "annotation": "", "content_id": null, "id": 2, "input_connections": {}, "inputs": [ { "description": "", "name": "R2 fastqs" } ], "label": null, "name": "Input dataset", "outputs": [], "position": { "left": 211, "top": 487 }, "tool_errors": null, "tool_id": null, "tool_state": "{\"name\": \"R2 fastqs\"}", "tool_version": null, "type": "data_input", "uuid": "5e82d35b-0ce9-4295-a9af-0a5e35283404", "workflow_outputs": [] }, "3": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.12.1", "id": 3, "input_connections": { "fastq_input|fastq_input1": { "id": 1, "output_name": "output" }, "fastq_input|fastq_input2": { "id": 2, "output_name": "output" }, "reference_source|ref_file": { "id": 0, "output_name": "output" } }, "inputs": [ { "description": "runtime parameter for tool Map with BWA-MEM", "name": "reference_source" }, { "description": "runtime parameter for tool Map with BWA-MEM", "name": "fastq_input" }, { "description": "runtime parameter for tool Map with BWA-MEM", "name": "fastq_input" } ], "label": null, "name": "Map with BWA-MEM", "outputs": [ { "name": "bam_output", "type": "bam" } ], "position": { "left": 423.5, "top": 313 }, "post_job_actions": { "RenameDatasetActionbam_output": { "action_arguments": { "newname": "#{fastq_input1 | basename}.bam" }, "action_type": "RenameDatasetAction", "output_name": "bam_output" } }, "tool_errors": null, "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.12.1", "tool_shed_repository": { "changeset_revision": "546ada4a9f43", "name": "bwa", "owner": "devteam", "tool_shed": "toolshed.g2.bx.psu.edu" }, "tool_state": "{\"__page__\": 0, \"__rerun_remap_job_id__\": null, \"rg\": \"{\\\"rg_selector\\\": \\\"set_picard\\\", \\\"read_group_sm_conditional\\\": {\\\"do_auto_name\\\": \\\"true\\\", \\\"__current_case__\\\": 0}, \\\"CN\\\": \\\"\\\", \\\"PU\\\": \\\"\\\", \\\"read_group_lb_conditional\\\": {\\\"do_auto_name\\\": \\\"true\\\", \\\"__current_case__\\\": 0}, \\\"read_group_id_conditional\\\": {\\\"do_auto_name\\\": \\\"true\\\", \\\"__current_case__\\\": 0}, \\\"__current_case__\\\": 0, \\\"DT\\\": \\\"\\\", \\\"PI\\\": \\\"\\\", \\\"DS\\\": \\\"\\\", \\\"PL\\\": \\\"ILLUMINA\\\"}\", \"fastq_input\": \"{\\\"iset_stats\\\": \\\"\\\", \\\"fastq_input2\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}, \\\"__current_case__\\\": 0, \\\"fastq_input_selector\\\": \\\"paired\\\", \\\"fastq_input1\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}}\", \"analysis_type\": \"{\\\"analysis_type_selector\\\": \\\"illumina\\\", \\\"__current_case__\\\": 0}\", \"reference_source\": \"{\\\"ref_file\\\": {\\\"__class__\\\": \\\"RuntimeValue\\\"}, \\\"reference_source_selector\\\": \\\"history\\\", \\\"__current_case__\\\": 1, \\\"index_a\\\": \\\"auto\\\"}\"}", "tool_version": "0.7.12.1", "type": "tool", "uuid": "f74219f9-2d53-4eca-9bb7-079a2a8aa65e", "workflow_outputs": [] }, "4": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/ulfschaefer/phe_samtools_mpileup/phe_samtools_mpileup/1.0", "id": 4, "input_connections": { "input_bam": { "id": 3, "output_name": "bam_output" }, "ref_file": { "id": 0, "output_name": "output" } }, "inputs": [ { "description": "runtime parameter for tool PHE MPileup", "name": "ref_file" }, { "description": "runtime parameter for tool PHE MPileup", "name": "input_bam" } ], "label": null, "name": "PHE MPileup", "outputs": [ { "name": "outvcf", "type": "vcf" } ], "position": { "left": 634, "top": 151 }, "post_job_actions": { "RenameDatasetActionoutvcf": { "action_arguments": { "newname": "#{input_bam | basename}.vcf" }, "action_type": "RenameDatasetAction", "output_name": "outvcf" } }, "tool_errors": null, "tool_id": "toolshed.g2.bx.psu.edu/repos/ulfschaefer/phe_samtools_mpileup/phe_samtools_mpileup/1.0", "tool_shed_repository": { "changeset_revision": "b13db9e677b4", "name": "phe_samtools_mpileup", "owner": "ulfschaefer", "tool_shed": "toolshed.g2.bx.psu.edu" }, "tool_state": "{\"ref_file\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"__page__\": 0, \"__rerun_remap_job_id__\": null, \"input_bam\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\"}", "tool_version": "1.0", "type": "tool", "uuid": "83294062-5c05-4a09-938a-96a409216477", "workflow_outputs": [] }, "5": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/ulfschaefer/phephenix/filter_vcf/1.0", "id": 5, "input_connections": { "input": { "id": 4, "output_name": "outvcf" }, "ref_fa": { "id": 0, "output_name": "output" } }, "inputs": [ { "description": "runtime parameter for tool Filter VCF", "name": "input" }, { "description": "runtime parameter for tool Filter VCF", "name": "ref_fa" } ], "label": null, "name": "Filter VCF", "outputs": [ { "name": "output", "type": "vcf" } ], "position": { "left": 747, "top": 339 }, "post_job_actions": { "RenameDatasetActionoutput": { "action_arguments": { "newname": "#{input | basename}.filtered.vcf" }, "action_type": "RenameDatasetAction", "output_name": "output" } }, "tool_errors": null, "tool_id": "toolshed.g2.bx.psu.edu/repos/ulfschaefer/phephenix/filter_vcf/1.0", "tool_shed_repository": { "changeset_revision": "48c41c6ad84e", "name": "phephenix", "owner": "ulfschaefer", "tool_shed": "toolshed.g2.bx.psu.edu" }, "tool_state": "{\"__page__\": 0, \"onlygood\": \"\\\"true\\\"\", \"__rerun_remap_job_id__\": null, \"ref_fa\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"input\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"snp_filter\": \"[{\\\"__index__\\\": 0, \\\"snp_filter_type\\\": {\\\"min_depth\\\": \\\"5\\\", \\\"__current_case__\\\": 4, \\\"snp_filter_type_selector\\\": \\\"min_depth_option\\\"}}, {\\\"__index__\\\": 1, \\\"snp_filter_type\\\": {\\\"mq_score\\\": \\\"30\\\", \\\"__current_case__\\\": 3, \\\"snp_filter_type_selector\\\": \\\"mq_score_option\\\"}}, {\\\"__index__\\\": 2, \\\"snp_filter_type\\\": {\\\"qual_score\\\": \\\"30\\\", \\\"__current_case__\\\": 7, \\\"snp_filter_type_selector\\\": \\\"qual_score_option\\\"}}, {\\\"__index__\\\": 3, \\\"snp_filter_type\\\": {\\\"dp4_ratio\\\": \\\"0.9\\\", \\\"__current_case__\\\": 1, \\\"snp_filter_type_selector\\\": \\\"dp4_ratio_option\\\"}}, {\\\"__index__\\\": 4, \\\"snp_filter_type\\\": {\\\"mq0f_ratio\\\": \\\"0.05\\\", \\\"__current_case__\\\": 8, \\\"snp_filter_type_selector\\\": \\\"mq0f_ratio_option\\\"}}]\"}", "tool_version": "1.0", "type": "tool", "uuid": "9e3a724f-63e2-45c8-9d61-19643583f4bb", "workflow_outputs": [] } }, "uuid": "3392477d-d5ec-402e-b4a9-d25f79403fe9" }