Mercurial > repos > scisjnu123 > test
changeset 8:17755a470e9a draft
Uploaded
author | scisjnu123 |
---|---|
date | Thu, 12 Sep 2019 12:39:53 -0400 |
parents | ab331b4507fd |
children | e1ad03534fb2 |
files | Galaxy-Workflow-Haplotypecaller.ga |
diffstat | 1 files changed, 101 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Galaxy-Workflow-Haplotypecaller.ga Thu Sep 12 12:39:53 2019 -0400 @@ -0,0 +1,101 @@ +{ + "a_galaxy_workflow": "true", + "annotation": "", + "format-version": "0.1", + "name": "Haplotypecaller", + "steps": { + "0": { + "annotation": "", + "id": 0, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "Input Dataset" + } + ], + "label": null, + "name": "Input dataset", + "outputs": [], + "position": { + "left": 175, + "top": 204 + }, + "tool_errors": null, + "tool_id": null, + "tool_state": "{\"name\": \"Input Dataset\"}", + "tool_version": null, + "type": "data_input", + "user_outputs": [], + "uuid": "e6bc3c94-7207-4af0-a856-666d00515f57" + }, + "1": { + "annotation": "", + "id": 1, + "input_connections": { + "analysis_type|cond_bam_input|input": { + "id": 0, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "GATK", + "outputs": [ + { + "name": "rtc_output_intervals", + "type": "gatk_interval" + }, + { + "name": "ir_output_bam", + "type": "bam" + }, + { + "name": "br_table", + "type": "tabular" + }, + { + "name": "ac_plotsReportFile", + "type": "pdf" + }, + { + "name": "pr_output_bam", + "type": "bam" + }, + { + "name": "hc_output_gvcf", + "type": "vcf" + }, + { + "name": "gg_output_gvcf", + "type": "vcf" + }, + { + "name": "cg_output_vcf", + "type": "vcf" + }, + { + "name": "cv_output_vcf", + "type": "vcf" + }, + { + "name": "output_log", + "type": "txt" + } + ], + "position": { + "left": 381, + "top": 196 + }, + "post_job_actions": {}, + "tool_errors": null, + "tool_id": "toolshed.g2.bx.psu.edu/repos/scisjnu123/test/gatk/3.4-0.d9", + "tool_state": "{\"__page__\": 0, \"cond_threads\": \"{\\\"cond_threads_enabled\\\": \\\"False\\\", \\\"__current_case__\\\": 1}\", \"ref_file\": \"\\\"ebola\\\"\", \"__rerun_remap_job_id__\": null, \"cond_BQSR\": \"{\\\"cond_BQSR_enabled\\\": \\\"False\\\", \\\"__current_case__\\\": 1}\", \"analysis_type\": \"{\\\"analysis_type_selector\\\": \\\"HaplotypeCaller\\\", \\\"cond_usage\\\": {\\\"emitRefConfidence\\\": \\\"GVCF\\\", \\\"__current_case__\\\": 0, \\\"cond_usage_selector\\\": \\\"GVCF\\\"}, \\\"optional_parameters\\\": {\\\"optional_parameters_enabled\\\": \\\"False\\\", \\\"__current_case__\\\": 1}, \\\"cond_bam_input\\\": {\\\"input\\\": null, \\\"all_in_one\\\": \\\"False\\\", \\\"__current_case__\\\": 1}, \\\"__current_case__\\\": 5}\", \"cond_intervals\": \"{\\\"cond_intervals_enabled\\\": \\\"False\\\", \\\"__current_case__\\\": 1}\"}", + "tool_version": "3.4-0.d9", + "type": "tool", + "user_outputs": [], + "uuid": "7c602119-d676-4bf2-ac8d-0369e875e5fe" + } + }, + "uuid": "3855b137-2a43-4c8f-80f5-79d820d618ed" +} \ No newline at end of file