changeset 0:f81b8b6a97fb draft

planemo upload commit 11382afe87364aaafb19973470d5066229a6e34f-dirty
author dereeper
date Tue, 14 Aug 2018 08:32:12 -0400
parents
children bd20187f16c5
files Galaxy-Workflow-Haplotype_analysis.ga repository_dependencies.xml
diffstat 2 files changed, 260 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Galaxy-Workflow-Haplotype_analysis.ga	Tue Aug 14 08:32:12 2018 -0400
@@ -0,0 +1,252 @@
+{
+    "a_galaxy_workflow": "true", 
+    "annotation": "", 
+    "format-version": "0.1", 
+    "name": "Haplotype_analysis", 
+    "steps": {
+        "0": {
+            "annotation": "", 
+            "content_id": "testtoolshed.g2.bx.psu.edu/repos/vmarcon/vcftools_filter_stats_diversity/sniplay_vcftoolsfilter/2.0.0", 
+            "errors": null, 
+            "id": 0, 
+            "input_connections": {}, 
+            "inputs": [
+                {
+                    "description": "runtime parameter for tool VCFtools Filter", 
+                    "name": "input"
+                }
+            ], 
+            "label": null, 
+            "name": "VCFtools Filter", 
+            "outputs": [
+                {
+                    "name": "fileout", 
+                    "type": "vcf"
+                }, 
+                {
+                    "name": "fileout_map", 
+                    "type": "tabular"
+                }, 
+                {
+                    "name": "filelog", 
+                    "type": "txt"
+                }
+            ], 
+            "position": {
+                "left": 121.5, 
+                "top": 247
+            }, 
+            "post_job_actions": {}, 
+            "tool_id": "testtoolshed.g2.bx.psu.edu/repos/vmarcon/vcftools_filter_stats_diversity/sniplay_vcftoolsfilter/2.0.0", 
+            "tool_shed_repository": {
+                "changeset_revision": null, 
+                "name": "vcftools_filter_stats_diversity", 
+                "owner": "vmarcon", 
+                "tool_shed": "testtoolshed.g2.bx.psu.edu"
+            }, 
+            "tool_state": "{\"nb_alleles_min\": \"\\\"2\\\"\", \"chromosomes\": \"\\\"3\\\"\", \"__page__\": null, \"nb_alleles_max\": \"\\\"4\\\"\", \"type_p\": \"\\\"ALL\\\"\", \"allow_missing\": \"\\\"1.0\\\"\", \"fileout_label\": \"\\\"filtered\\\"\", \"frequency\": \"\\\"0.001\\\"\", \"export\": \"\\\"VCF\\\"\", \"samples\": \"\\\"\\\"\", \"bound_end\": \"\\\"100000000\\\"\", \"input\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"max_freq\": \"\\\"0.5\\\"\", \"__rerun_remap_job_id__\": null, \"bound_start\": \"\\\"1\\\"\"}", 
+            "tool_version": "2.0.0", 
+            "type": "tool", 
+            "uuid": "4a63fe7d-03bf-4f8a-b744-acc6c333fd56", 
+            "workflow_outputs": []
+        }, 
+        "1": {
+            "annotation": "", 
+            "content_id": "testtoolshed.g2.bx.psu.edu/repos/vmarcon/beagle/Beagle/1.0.0", 
+            "errors": null, 
+            "id": 1, 
+            "input_connections": {
+                "vcf_input": {
+                    "id": 0, 
+                    "output_name": "fileout"
+                }
+            }, 
+            "inputs": [
+                {
+                    "description": "runtime parameter for tool Beagle", 
+                    "name": "vcf_input"
+                }
+            ], 
+            "label": null, 
+            "name": "Beagle", 
+            "outputs": [
+                {
+                    "name": "vcf_ouput", 
+                    "type": "vcf"
+                }, 
+                {
+                    "name": "log", 
+                    "type": "txt"
+                }
+            ], 
+            "position": {
+                "left": 343.5, 
+                "top": 355
+            }, 
+            "post_job_actions": {}, 
+            "tool_id": "testtoolshed.g2.bx.psu.edu/repos/vmarcon/beagle/Beagle/1.0.0", 
+            "tool_shed_repository": {
+                "changeset_revision": null, 
+                "name": "beagle", 
+                "owner": "vmarcon", 
+                "tool_shed": "testtoolshed.g2.bx.psu.edu"
+            }, 
+            "tool_state": "{\"phase\": \"\\\"5\\\"\", \"__page__\": null, \"__rerun_remap_job_id__\": null, \"impute\": \"\\\"5\\\"\", \"vcf_input\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\"}", 
+            "tool_version": "1.0.0", 
+            "type": "tool", 
+            "uuid": "552bf003-578f-46d1-ac19-19dacad937d2", 
+            "workflow_outputs": []
+        }, 
+        "2": {
+            "annotation": "", 
+            "content_id": "testtoolshed.g2.bx.psu.edu/repos/vmarcon/sniplay/getHaplotypesFromPhasedVCF/2.0.0", 
+            "errors": null, 
+            "id": 2, 
+            "input_connections": {
+                "input": {
+                    "id": 1, 
+                    "output_name": "vcf_ouput"
+                }
+            }, 
+            "inputs": [
+                {
+                    "description": "runtime parameter for tool Get Haplotypes From Phased VCF", 
+                    "name": "input"
+                }
+            ], 
+            "label": null, 
+            "name": "Get Haplotypes From Phased VCF", 
+            "outputs": [
+                {
+                    "name": "output_distinct", 
+                    "type": "txt"
+                }, 
+                {
+                    "name": "output_haplo", 
+                    "type": "fasta"
+                }, 
+                {
+                    "name": "output_distinct_fasta", 
+                    "type": "fasta"
+                }
+            ], 
+            "position": {
+                "left": 581, 
+                "top": 194
+            }, 
+            "post_job_actions": {}, 
+            "tool_id": "testtoolshed.g2.bx.psu.edu/repos/vmarcon/sniplay/getHaplotypesFromPhasedVCF/2.0.0", 
+            "tool_shed_repository": {
+                "changeset_revision": null, 
+                "name": "sniplay", 
+                "owner": "vmarcon", 
+                "tool_shed": "testtoolshed.g2.bx.psu.edu"
+            }, 
+            "tool_state": "{\"output_label\": \"\\\"Haplotypes\\\"\", \"input\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"__rerun_remap_job_id__\": null, \"__page__\": null}", 
+            "tool_version": "2.0.0", 
+            "type": "tool", 
+            "uuid": "4bfbaba7-3fc2-4076-82d6-3212c61fcb91", 
+            "workflow_outputs": []
+        }, 
+        "3": {
+            "annotation": "", 
+            "content_id": "testtoolshed.g2.bx.psu.edu/repos/vmarcon/haplophyle/haplophyle/1.0.0", 
+            "errors": null, 
+            "id": 3, 
+            "input_connections": {
+                "input": {
+                    "id": 2, 
+                    "output_name": "output_distinct_fasta"
+                }
+            }, 
+            "inputs": [
+                {
+                    "description": "runtime parameter for tool Haplophyle", 
+                    "name": "input"
+                }
+            ], 
+            "label": null, 
+            "name": "Haplophyle", 
+            "outputs": [
+                {
+                    "name": "fileout", 
+                    "type": "json"
+                }, 
+                {
+                    "name": "dotfile", 
+                    "type": "txt"
+                }, 
+                {
+                    "name": "filelog", 
+                    "type": "txt"
+                }
+            ], 
+            "position": {
+                "left": 856.5, 
+                "top": 377
+            }, 
+            "post_job_actions": {}, 
+            "tool_id": "testtoolshed.g2.bx.psu.edu/repos/vmarcon/haplophyle/haplophyle/1.0.0", 
+            "tool_shed_repository": {
+                "changeset_revision": null, 
+                "name": "haplophyle", 
+                "owner": "vmarcon", 
+                "tool_shed": "testtoolshed.g2.bx.psu.edu"
+            }, 
+            "tool_state": "{\"color\": \"{\\\"__current_case__\\\": 0, \\\"choice\\\": \\\"false\\\"}\", \"input\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"__rerun_remap_job_id__\": null, \"__page__\": null}", 
+            "tool_version": "1.0.0", 
+            "type": "tool", 
+            "uuid": "31d5583a-740b-46e2-80d8-02d0315ac954", 
+            "workflow_outputs": []
+        }, 
+        "4": {
+            "annotation": "", 
+            "content_id": "testtoolshed.g2.bx.psu.edu/repos/vmarcon/cytoscape/Cytoscape/1.0.0", 
+            "errors": null, 
+            "id": 4, 
+            "input_connections": {
+                "input": {
+                    "id": 3, 
+                    "output_name": "fileout"
+                }
+            }, 
+            "inputs": [
+                {
+                    "description": "runtime parameter for tool Cytoscape", 
+                    "name": "input"
+                }
+            ], 
+            "label": null, 
+            "name": "Cytoscape", 
+            "outputs": [
+                {
+                    "name": "cytoscape_html", 
+                    "type": "html"
+                }, 
+                {
+                    "name": "filelog", 
+                    "type": "txt"
+                }
+            ], 
+            "position": {
+                "left": 1089, 
+                "top": 270
+            }, 
+            "post_job_actions": {}, 
+            "tool_id": "testtoolshed.g2.bx.psu.edu/repos/vmarcon/cytoscape/Cytoscape/1.0.0", 
+            "tool_shed_repository": {
+                "changeset_revision": null, 
+                "name": "cytoscape", 
+                "owner": "vmarcon", 
+                "tool_shed": "testtoolshed.g2.bx.psu.edu"
+            }, 
+            "tool_state": "{\"input\": \"{\\\"__class__\\\": \\\"RuntimeValue\\\"}\", \"__rerun_remap_job_id__\": null, \"__page__\": null}", 
+            "tool_version": "1.0.0", 
+            "type": "tool", 
+            "uuid": "8e3d9a5c-09a2-4ef1-acd5-07ca5bb43484", 
+            "workflow_outputs": []
+        }
+    }, 
+    "tags": [], 
+    "uuid": "2ce7df85-4151-40cc-b636-a135663b90ee"
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/repository_dependencies.xml	Tue Aug 14 08:32:12 2018 -0400
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<repositories description="Haplotype analysis workflow"> 
+    <repository changeset_revision="aad8f697f86b" name="vcftools_filter_stats_diversity" owner="dereeper" toolshed="http://toolshed.g2.bx.psu.edu"/>
+    <repository changeset_revision="a929ef8dea25" name="beagle" owner="dereeper" toolshed="http://toolshed.g2.bx.psu.edu"/>
+    <repository changeset_revision="88748d846a20" name="sniplay" owner="dereeper" toolshed="http://toolshed.g2.bx.psu.edu"/>
+    <repository changeset_revision="6f11162b6fa2" name="haplophyle" owner="dereeper" toolshed="http://toolshed.g2.bx.psu.edu"/>
+    <repository changeset_revision="e3beb33f88f0" name="cytoscape" owner="dereeper" toolshed="http://toolshed.g2.bx.psu.edu"/>
+</repositories>