From 650aa0b23939af53b0335bb1605a9e53ad306a28 Mon Sep 17 00:00:00 2001 From: bedroesb Date: Thu, 26 May 2022 03:19:44 +0000 Subject: [PATCH] Update GTN workflows --- ..._analysis_Genetic_Design_BASIC_Assembly.ga | 412 +++++ ...d_qc-mapping-counting-paired-and-single.ga | 1438 +++++++++-------- GTN/ref-based_qc-mapping-counting.ga | 1260 +++++++-------- GTN/trio-analysis_main_workflow.ga | 663 ++++++++ 4 files changed, 2408 insertions(+), 1365 deletions(-) create mode 100644 GTN/basic_assembly_analysis_Genetic_Design_BASIC_Assembly.ga create mode 100644 GTN/trio-analysis_main_workflow.ga diff --git a/GTN/basic_assembly_analysis_Genetic_Design_BASIC_Assembly.ga b/GTN/basic_assembly_analysis_Genetic_Design_BASIC_Assembly.ga new file mode 100644 index 0000000..5b761e9 --- /dev/null +++ b/GTN/basic_assembly_analysis_Genetic_Design_BASIC_Assembly.ga @@ -0,0 +1,412 @@ +{ + "a_galaxy_workflow": "true", + "annotation": "Design plasmids encoding predicted pathways by using the BASIC assembly method.", + "format-version": "0.1", + "name": "Genetic Design (BASIC Assembly)", + "tags": [ + "synthetic-biology" + ], + "steps": { + "0": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 0, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "Pathway (SBML)" + } + ], + "label": "Pathway (SBML)", + "name": "Input dataset", + "outputs": [], + "position": { + "bottom": 314.8000030517578, + "height": 61.80000305175781, + "left": 239, + "right": 439, + "top": 253, + "width": 200, + "x": 239, + "y": 253 + }, + "tool_id": null, + "tool_state": "{\"optional\": false}", + "tool_version": null, + "type": "data_input", + "uuid": "1adcdfe9-4e38-4d09-8d9f-ee7b8e089a26", + "workflow_outputs": [] + }, + "1": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 1, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "Host taxon ID" + } + ], + "label": "Host taxon ID", + "name": "Input parameter", + "outputs": [], + "position": { + "bottom": 404.8000030517578, + "height": 61.80000305175781, + "left": 241, + "right": 441, + "top": 343, + "width": 200, + "x": 241, + "y": 343 + }, + "tool_id": null, + "tool_state": "{\"default\": 83333, \"parameter_type\": \"integer\", \"optional\": true}", + "tool_version": null, + "type": "parameter_input", + "uuid": "59aef08a-be1d-4967-85fe-c497f948471c", + "workflow_outputs": [] + }, + "2": { + "annotation": "Comma separated values", + "content_id": null, + "errors": null, + "id": 2, + "input_connections": {}, + "inputs": [ + { + "description": "Comma separated values", + "name": "Enzyme taxon IDs" + } + ], + "label": "Enzyme taxon IDs", + "name": "Input parameter", + "outputs": [], + "position": { + "bottom": 517.1999969482422, + "height": 82.19999694824219, + "left": 241, + "right": 441, + "top": 435, + "width": 200, + "x": 241, + "y": 435 + }, + "tool_id": null, + "tool_state": "{\"parameter_type\": \"text\", \"optional\": true}", + "tool_version": null, + "type": "parameter_input", + "uuid": "37fa5d18-c5dc-42f0-be7c-88bdd6205d74", + "workflow_outputs": [] + }, + "3": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 3, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "Linkers and user parts" + } + ], + "label": "Linkers and user parts", + "name": "Input dataset", + "outputs": [], + "position": { + "bottom": 628.1999969482422, + "height": 82.19999694824219, + "left": 243, + "right": 443, + "top": 546, + "width": 200, + "x": 243, + "y": 546 + }, + "tool_id": null, + "tool_state": "{\"optional\": false}", + "tool_version": null, + "type": "data_input", + "uuid": "1e990d43-4095-4d45-a8e8-ccc1a905b283", + "workflow_outputs": [] + }, + "4": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 4, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "DNA-Bot settings" + } + ], + "label": "DNA-Bot settings", + "name": "Input dataset", + "outputs": [], + "position": { + "bottom": 852.1999969482422, + "height": 82.19999694824219, + "left": 246, + "right": 446, + "top": 770, + "width": 200, + "x": 246, + "y": 770 + }, + "tool_id": null, + "tool_state": "{\"optional\": true}", + "tool_version": null, + "type": "data_input", + "uuid": "d797586c-cfd7-4c33-be64-28354ad76b22", + "workflow_outputs": [] + }, + "5": { + "annotation": "Performs enzyme selection from a reaction query.", + "content_id": "toolshed.g2.bx.psu.edu/repos/tduigou/selenzy/selenzy-wrapper/0.2.0", + "errors": null, + "id": 5, + "input_connections": { + "adv|enzyme_taxIDs": { + "id": 2, + "output_name": "output" + }, + "adv|host_taxID": { + "id": 1, + "output_name": "output" + }, + "pathway": { + "id": 0, + "output_name": "output" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool Selenzyme", + "name": "pathway" + } + ], + "label": "Selenzyme", + "name": "Selenzyme", + "outputs": [ + { + "name": "uniprot_ids", + "type": "xml" + }, + { + "name": "uniprot_ids_csv", + "type": "csv" + } + ], + "position": { + "bottom": 508.1999969482422, + "height": 225.1999969482422, + "left": 553, + "right": 753, + "top": 283, + "width": 200, + "x": 553, + "y": 283 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/tduigou/selenzy/selenzy-wrapper/0.2.0", + "tool_shed_repository": { + "changeset_revision": "34a9d136a5bf", + "name": "selenzy", + "owner": "tduigou", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"adv\": {\"host_taxID\": {\"__class__\": \"ConnectedValue\"}, \"enzyme_taxIDs\": {\"__class__\": \"ConnectedValue\"}, \"nb_ids\": \"-1\", \"nb_targets\": \"500\", \"direction\": \"0.0\", \"NoMSA\": \"true\"}, \"pathway\": {\"__class__\": \"RuntimeValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "2136d777-a9ec-4904-a88e-155e40aaf22a", + "workflow_outputs": [ + { + "label": null, + "output_name": "uniprot_ids_csv", + "uuid": "33768258-3781-4bd1-802c-e4b14cdca234" + }, + { + "label": "Uniprot IDs", + "output_name": "uniprot_ids", + "uuid": "54b833fa-ec4f-458a-b085-23211f4e56ca" + } + ] + }, + "6": { + "annotation": "Extracts enzyme IDs from rpSBML files.", + "content_id": "toolshed.g2.bx.psu.edu/repos/tduigou/rpbasicdesign/rpbasicdesign/0.3.4", + "errors": null, + "id": 6, + "input_connections": { + "adv|parts_files": { + "id": 3, + "output_name": "output" + }, + "rpsbml_file": { + "id": 5, + "output_name": "uniprot_ids" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool BasicDesign", + "name": "adv" + }, + { + "description": "runtime parameter for tool BasicDesign", + "name": "rpsbml_file" + } + ], + "label": "BasicDesign", + "name": "BasicDesign", + "outputs": [ + { + "name": "sbol_dir", + "type": "input" + }, + { + "name": "Constructs", + "type": "csv" + }, + { + "name": "User parts plate", + "type": "csv" + }, + { + "name": "Biolegio plate", + "type": "csv" + } + ], + "position": { + "bottom": 646.8000030517578, + "height": 214.8000030517578, + "left": 816, + "right": 1016, + "top": 432, + "width": 200, + "x": 816, + "y": 432 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/tduigou/rpbasicdesign/rpbasicdesign/0.3.4", + "tool_shed_repository": { + "changeset_revision": "de9f53630349", + "name": "rpbasicdesign", + "owner": "tduigou", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"adv\": {\"parts_files\": {\"__class__\": \"RuntimeValue\"}, \"lms_id\": \"LMS\", \"lmp_id\": \"LMP\", \"cds_permutation\": \"true\"}, \"backbone_id\": \"BASIC_SEVA_37_CmR-p15A.1\", \"rpsbml_file\": {\"__class__\": \"RuntimeValue\"}, \"sample_size\": \"88\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "7a2617aa-2e4a-4214-b497-1a8102b85f8b", + "workflow_outputs": [ + { + "label": null, + "output_name": "Constructs", + "uuid": "afe416d0-ee9e-467b-81e0-b8a64f1251ac" + }, + { + "label": null, + "output_name": "User parts plate", + "uuid": "2283c57e-2fa0-4177-95b9-64373f21d044" + }, + { + "label": null, + "output_name": "sbol_dir", + "uuid": "81404f3f-327e-4c80-8ec7-c833ae5414fb" + }, + { + "label": null, + "output_name": "Biolegio plate", + "uuid": "2d455fed-880e-4ab5-b15d-c1c7d789147a" + } + ] + }, + "7": { + "annotation": "DNA assembly using BASIC on OpenTrons.", + "content_id": "toolshed.g2.bx.psu.edu/repos/tduigou/dnabot/dnabot/3.1.0", + "errors": null, + "id": 7, + "input_connections": { + "adv|default_settings_file": { + "id": 4, + "output_name": "output" + }, + "construct_file": { + "id": 6, + "output_name": "Constructs" + }, + "plate_files": [ + { + "id": 6, + "output_name": "User parts plate" + }, + { + "id": 6, + "output_name": "Biolegio plate" + } + ] + }, + "inputs": [ + { + "description": "runtime parameter for tool DNA-Bot", + "name": "adv" + }, + { + "description": "runtime parameter for tool DNA-Bot", + "name": "construct_file" + }, + { + "description": "runtime parameter for tool DNA-Bot", + "name": "plate_files" + } + ], + "label": "DNA-Bot", + "name": "DNA-Bot", + "outputs": [ + { + "name": "dnabot_scripts", + "type": "tar" + } + ], + "position": { + "bottom": 728.8000030517578, + "height": 194.8000030517578, + "left": 1073, + "right": 1273, + "top": 534, + "width": 200, + "x": 1073, + "y": 534 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/tduigou/dnabot/dnabot/3.1.0", + "tool_shed_repository": { + "changeset_revision": "de6812daba39", + "name": "dnabot", + "owner": "tduigou", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"adv\": {\"default_settings_file\": {\"__class__\": \"RuntimeValue\"}, \"etoh_well\": \"A11\", \"soc_column\": \"1\"}, \"construct_file\": {\"__class__\": \"RuntimeValue\"}, \"plate_files\": {\"__class__\": \"RuntimeValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "c09c99e4-5e0c-4c04-9f9b-3c30183d3816", + "workflow_outputs": [ + { + "label": null, + "output_name": "dnabot_scripts", + "uuid": "ce5be4f0-48fb-45f0-84ad-15348645c950" + } + ] + } + }, + "uuid": "02032914-81a7-4767-9138-2a9ac8ab6bbc", + "version": 0 +} \ No newline at end of file diff --git a/GTN/ref-based_qc-mapping-counting-paired-and-single.ga b/GTN/ref-based_qc-mapping-counting-paired-and-single.ga index e0ed515..fe74046 100644 --- a/GTN/ref-based_qc-mapping-counting-paired-and-single.ga +++ b/GTN/ref-based_qc-mapping-counting-paired-and-single.ga @@ -13,27 +13,27 @@ "inputs": [ { "description": "", - "name": "paired fastqs" + "name": "Drosophila_melanogaster.BDGP6.87.gtf" } ], - "label": "paired fastqs", - "name": "Input dataset collection", + "label": "Drosophila_melanogaster.BDGP6.87.gtf", + "name": "Input dataset", "outputs": [], "position": { - "bottom": -211.1999969482422, - "height": 61.80000305175781, - "left": 213, - "right": 413, - "top": -273, + "bottom": 327.6000061035156, + "height": 102.60000610351562, + "left": 33, + "right": 233, + "top": 225, "width": 200, - "x": 213, - "y": -273 + "x": 33, + "y": 225 }, "tool_id": null, - "tool_state": "{\"optional\": false, \"collection_type\": \"list:paired\"}", + "tool_state": "{\"optional\": false}", "tool_version": null, - "type": "data_collection_input", - "uuid": "f4454c77-b112-496c-ad3c-1bb1ea76d213", + "type": "data_input", + "uuid": "f0ea203b-4f4d-4cf0-8fd7-cc7d305e4afc", "workflow_outputs": [] }, "1": { @@ -45,27 +45,27 @@ "inputs": [ { "description": "", - "name": "single fastqs" + "name": "paired fastqs" } ], - "label": "single fastqs", + "label": "paired fastqs", "name": "Input dataset collection", "outputs": [], "position": { - "bottom": -311.1999969482422, + "bottom": -870.1999969482422, "height": 61.80000305175781, - "left": 213, - "right": 413, - "top": -373, + "left": -245, + "right": -45, + "top": -932, "width": 200, - "x": 213, - "y": -373 + "x": -245, + "y": -932 }, "tool_id": null, - "tool_state": "{\"optional\": false, \"collection_type\": \"list\"}", + "tool_state": "{\"optional\": false, \"collection_type\": \"list:paired\"}", "tool_version": null, "type": "data_collection_input", - "uuid": "325fe31d-3cd3-4f83-af59-c6aad7a9fd6c", + "uuid": "f4454c77-b112-496c-ad3c-1bb1ea76d213", "workflow_outputs": [] }, "2": { @@ -77,129 +77,126 @@ "inputs": [ { "description": "", - "name": "Drosophila_melanogaster.BDGP6.87.gtf" + "name": "single fastqs" } ], - "label": "Drosophila_melanogaster.BDGP6.87.gtf", - "name": "Input dataset", + "label": "single fastqs", + "name": "Input dataset collection", "outputs": [], "position": { - "bottom": 986.6000061035156, - "height": 102.60000610351562, - "left": 491, - "right": 691, - "top": 884, + "bottom": -970.1999969482422, + "height": 61.80000305175781, + "left": -245, + "right": -45, + "top": -1032, "width": 200, - "x": 491, - "y": 884 + "x": -245, + "y": -1032 }, "tool_id": null, - "tool_state": "{\"optional\": false}", + "tool_state": "{\"optional\": false, \"collection_type\": \"list\"}", "tool_version": null, - "type": "data_input", - "uuid": "f0ea203b-4f4d-4cf0-8fd7-cc7d305e4afc", + "type": "data_collection_input", + "uuid": "325fe31d-3cd3-4f83-af59-c6aad7a9fd6c", "workflow_outputs": [] }, "3": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/lparsons/cutadapt/cutadapt/3.7+galaxy0", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/length_and_gc_content/length_and_gc_content/0.1.2", "errors": null, "id": 3, "input_connections": { - "library|input_1": { + "gtf_file|gtf_history": { "id": 0, "output_name": "output" } }, "inputs": [], - "label": null, - "name": "Cutadapt", + "label": "Get gene length", + "name": "Gene length and GC content", "outputs": [ { - "name": "out_pairs", - "type": "input" - }, - { - "name": "report", - "type": "txt" + "name": "length", + "type": "tabular" } ], "position": { - "bottom": 14.399993896484375, - "height": 164.39999389648438, - "left": 491, - "right": 691, - "top": -150, + "bottom": 410.6000061035156, + "height": 113.60000610351562, + "left": 341, + "right": 541, + "top": 297, "width": 200, - "x": 491, - "y": -150 + "x": 341, + "y": 297 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/lparsons/cutadapt/cutadapt/3.7+galaxy0", + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/length_and_gc_content/length_and_gc_content/0.1.2", "tool_shed_repository": { - "changeset_revision": "c5e2e5902201", - "name": "cutadapt", - "owner": "lparsons", + "changeset_revision": "e3ba567abdf5", + "name": "length_and_gc_content", + "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"adapter_options\": {\"action\": \"trim\", \"internal\": \"\", \"error_rate\": \"0.1\", \"no_indels\": \"false\", \"times\": \"1\", \"overlap\": \"3\", \"match_read_wildcards\": \" \", \"revcomp\": \"false\"}, \"filter_options\": {\"discard_trimmed\": \"false\", \"discard_untrimmed\": \"false\", \"minimum_length\": \"20\", \"maximum_length\": null, \"length_R2_options\": {\"length_R2_status\": \"False\", \"__current_case__\": 1}, \"max_n\": null, \"pair_filter\": \"any\", \"max_expected_errors\": null, \"discard_cassava\": \"false\"}, \"library\": {\"type\": \"paired_collection\", \"__current_case__\": 2, \"input_1\": {\"__class__\": \"ConnectedValue\"}, \"r1\": {\"adapters\": [], \"front_adapters\": [], \"anywhere_adapters\": [], \"cut\": \"0\"}, \"r2\": {\"adapters2\": [], \"front_adapters2\": [], \"anywhere_adapters2\": [], \"cut2\": \"0\", \"quality_cutoff2\": \"\"}}, \"output_selector\": [\"report\"], \"read_mod_options\": {\"quality_cutoff\": \"20\", \"nextseq_trim\": \"0\", \"trim_n\": \"false\", \"strip_suffix\": \"\", \"shorten_options\": {\"shorten_values\": \"False\", \"__current_case__\": 1}, \"length_tag\": \"\", \"rename\": \"\", \"zero_cap\": \"false\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "3.7+galaxy0", + "tool_state": "{\"analysis\": {\"analysis_select\": \"length\", \"__current_case__\": 2}, \"gtf_file\": {\"gtfSource\": \"history\", \"__current_case__\": 1, \"gtf_history\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.1.2", "type": "tool", - "uuid": "cf27eb8e-ad0a-418e-bdc8-81a0262c7c7c", + "uuid": "0a15b35f-2ca8-47a2-b362-576268260c14", "workflow_outputs": [ { - "label": null, - "output_name": "out_pairs", - "uuid": "55968028-167e-4eed-95ef-30a4a9fb13b1" - }, - { - "label": null, - "output_name": "report", - "uuid": "bb1a0b72-34ac-4fb1-b084-ef6c6f79ff65" + "label": "Gene length", + "output_name": "length", + "uuid": "077640cc-edbb-4185-9eb1-d11b522774af" } ] }, "4": { "annotation": "", - "content_id": "__FLATTEN__", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/gtftobed12/gtftobed12/357", "errors": null, "id": 4, "input_connections": { - "input": { + "gtf_file": { "id": 0, "output_name": "output" } }, "inputs": [], - "label": "Flatten paired collection for FastQC", - "name": "Flatten collection", + "label": "convert gtf to bed12", + "name": "Convert GTF to BED12", "outputs": [ { - "name": "output", - "type": "input" + "name": "bed_file", + "type": "bed12" } ], "position": { - "bottom": -188, - "height": 134, - "left": 491, - "right": 691, - "top": -322, + "bottom": 354.3999938964844, + "height": 154.39999389648438, + "left": 649, + "right": 849, + "top": 200, "width": 200, - "x": 491, - "y": -322 + "x": 649, + "y": 200 }, "post_job_actions": {}, - "tool_id": "__FLATTEN__", - "tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"join_identifier\": \"_\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "1.0.0", + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/gtftobed12/gtftobed12/357", + "tool_shed_repository": { + "changeset_revision": "b026dae67fba", + "name": "gtftobed12", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"advanced_options\": {\"advanced_options_selector\": \"default\", \"__current_case__\": 0}, \"gtf_file\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "357", "type": "tool", - "uuid": "0eaf7a1f-0ec8-4ab2-9052-87e6a64f4d49", + "uuid": "5680925c-6a9a-4766-bd37-df6e1f1aa1e6", "workflow_outputs": [ { - "label": "input dataset(s) (flattened)", - "output_name": "output", - "uuid": "1f624c43-2074-4c5b-8295-62df4aeba7d2" + "label": null, + "output_name": "bed_file", + "uuid": "bbc2e16f-f921-4d98-a306-86f53378adf0" } ] }, @@ -215,12 +212,12 @@ } }, "inputs": [], - "label": "Cutadapt: remove bad quality bp", + "label": null, "name": "Cutadapt", "outputs": [ { - "name": "out1", - "type": "fastqsanger" + "name": "out_pairs", + "type": "input" }, { "name": "report", @@ -228,14 +225,14 @@ } ], "position": { - "bottom": -360.8000030517578, - "height": 205.1999969482422, - "left": 491, - "right": 691, - "top": -566, + "bottom": -644.6000061035156, + "height": 164.39999389648438, + "left": 33, + "right": 233, + "top": -809, "width": 200, - "x": 491, - "y": -566 + "x": 33, + "y": -809 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/lparsons/cutadapt/cutadapt/3.7+galaxy0", @@ -245,120 +242,123 @@ "owner": "lparsons", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"adapter_options\": {\"action\": \"trim\", \"internal\": \"\", \"error_rate\": \"0.1\", \"no_indels\": \"false\", \"times\": \"1\", \"overlap\": \"3\", \"match_read_wildcards\": \" \", \"revcomp\": \"false\"}, \"filter_options\": {\"discard_trimmed\": \"false\", \"discard_untrimmed\": \"false\", \"minimum_length\": \"20\", \"maximum_length\": null, \"length_R2_options\": {\"length_R2_status\": \"False\", \"__current_case__\": 1}, \"max_n\": null, \"pair_filter\": \"any\", \"max_expected_errors\": null, \"discard_cassava\": \"false\"}, \"library\": {\"type\": \"single\", \"__current_case__\": 0, \"input_1\": {\"__class__\": \"ConnectedValue\"}, \"r1\": {\"adapters\": [], \"front_adapters\": [], \"anywhere_adapters\": [], \"cut\": \"0\"}}, \"output_selector\": [\"report\"], \"read_mod_options\": {\"quality_cutoff\": \"20\", \"nextseq_trim\": \"0\", \"trim_n\": \"false\", \"strip_suffix\": \"\", \"shorten_options\": {\"shorten_values\": \"False\", \"__current_case__\": 1}, \"length_tag\": \"\", \"rename\": \"\", \"zero_cap\": \"false\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"adapter_options\": {\"action\": \"trim\", \"internal\": \"\", \"error_rate\": \"0.1\", \"no_indels\": \"false\", \"times\": \"1\", \"overlap\": \"3\", \"match_read_wildcards\": \" \", \"revcomp\": \"false\"}, \"filter_options\": {\"discard_trimmed\": \"false\", \"discard_untrimmed\": \"false\", \"minimum_length\": \"20\", \"maximum_length\": null, \"length_R2_options\": {\"length_R2_status\": \"False\", \"__current_case__\": 1}, \"max_n\": null, \"pair_filter\": \"any\", \"max_expected_errors\": null, \"discard_cassava\": \"false\"}, \"library\": {\"type\": \"paired_collection\", \"__current_case__\": 2, \"input_1\": {\"__class__\": \"ConnectedValue\"}, \"r1\": {\"adapters\": [], \"front_adapters\": [], \"anywhere_adapters\": [], \"cut\": \"0\"}, \"r2\": {\"adapters2\": [], \"front_adapters2\": [], \"anywhere_adapters2\": [], \"cut2\": \"0\", \"quality_cutoff2\": \"\"}}, \"output_selector\": [\"report\"], \"read_mod_options\": {\"quality_cutoff\": \"20\", \"nextseq_trim\": \"0\", \"trim_n\": \"false\", \"strip_suffix\": \"\", \"shorten_options\": {\"shorten_values\": \"False\", \"__current_case__\": 1}, \"length_tag\": \"\", \"rename\": \"\", \"zero_cap\": \"false\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "3.7+galaxy0", "type": "tool", - "uuid": "0cfa4ee5-08f4-49b3-b757-c508f60477a9", + "uuid": "cf27eb8e-ad0a-418e-bdc8-81a0262c7c7c", "workflow_outputs": [ { "label": null, - "output_name": "report", - "uuid": "0260fefc-5136-4ac4-a421-60bdc4d375a9" + "output_name": "out_pairs", + "uuid": "e8b50195-0cde-46b7-a83c-ff014993e5d4" }, { "label": null, - "output_name": "out1", - "uuid": "bd59d9af-8afb-4a3e-8be8-a5db7b8953bb" + "output_name": "report", + "uuid": "f0034621-3c92-4217-8cee-913c713e6c2d" } ] }, "6": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/length_and_gc_content/length_and_gc_content/0.1.2", + "content_id": "__FLATTEN__", "errors": null, "id": 6, "input_connections": { - "gtf_file|gtf_history": { - "id": 2, + "input": { + "id": 1, "output_name": "output" } }, "inputs": [], - "label": "Get gene length", - "name": "Gene length and GC content", + "label": "Flatten paired collection for FastQC", + "name": "Flatten collection", "outputs": [ { - "name": "length", - "type": "tabular" + "name": "output", + "type": "input" } ], "position": { - "bottom": 1069.6000061035156, - "height": 113.60000610351562, - "left": 799, - "right": 999, - "top": 956, + "bottom": -847, + "height": 134, + "left": 33, + "right": 233, + "top": -981, "width": 200, - "x": 799, - "y": 956 + "x": 33, + "y": -981 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/length_and_gc_content/length_and_gc_content/0.1.2", - "tool_shed_repository": { - "changeset_revision": "e3ba567abdf5", - "name": "length_and_gc_content", - "owner": "iuc", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"analysis\": {\"analysis_select\": \"length\", \"__current_case__\": 2}, \"gtf_file\": {\"gtfSource\": \"history\", \"__current_case__\": 1, \"gtf_history\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "0.1.2", + "tool_id": "__FLATTEN__", + "tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"join_identifier\": \"_\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.0", "type": "tool", - "uuid": "0a15b35f-2ca8-47a2-b362-576268260c14", + "uuid": "0eaf7a1f-0ec8-4ab2-9052-87e6a64f4d49", "workflow_outputs": [ { - "label": "Gene length", - "output_name": "length", - "uuid": "23739fb3-d46f-4893-9308-c7d3cd090b43" + "label": "input dataset(s) (flattened)", + "output_name": "output", + "uuid": "09823feb-20a3-44cc-b485-18ca031e8608" } ] }, "7": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/gtftobed12/gtftobed12/357", + "content_id": "toolshed.g2.bx.psu.edu/repos/lparsons/cutadapt/cutadapt/3.7+galaxy0", "errors": null, "id": 7, "input_connections": { - "gtf_file": { + "library|input_1": { "id": 2, "output_name": "output" } }, "inputs": [], - "label": "convert gtf to bed12", - "name": "Convert GTF to BED12", + "label": "Cutadapt: remove bad quality bp", + "name": "Cutadapt", "outputs": [ { - "name": "bed_file", - "type": "bed12" + "name": "out1", + "type": "fastqsanger" + }, + { + "name": "report", + "type": "txt" } ], "position": { - "bottom": 1013.3999938964844, - "height": 154.39999389648438, - "left": 1107, - "right": 1307, - "top": 859, + "bottom": -1019.8000030517578, + "height": 205.1999969482422, + "left": 33, + "right": 233, + "top": -1225, "width": 200, - "x": 1107, - "y": 859 + "x": 33, + "y": -1225 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/gtftobed12/gtftobed12/357", + "tool_id": "toolshed.g2.bx.psu.edu/repos/lparsons/cutadapt/cutadapt/3.7+galaxy0", "tool_shed_repository": { - "changeset_revision": "b026dae67fba", - "name": "gtftobed12", - "owner": "iuc", + "changeset_revision": "c5e2e5902201", + "name": "cutadapt", + "owner": "lparsons", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"advanced_options\": {\"advanced_options_selector\": \"default\", \"__current_case__\": 0}, \"gtf_file\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "357", + "tool_state": "{\"adapter_options\": {\"action\": \"trim\", \"internal\": \"\", \"error_rate\": \"0.1\", \"no_indels\": \"false\", \"times\": \"1\", \"overlap\": \"3\", \"match_read_wildcards\": \" \", \"revcomp\": \"false\"}, \"filter_options\": {\"discard_trimmed\": \"false\", \"discard_untrimmed\": \"false\", \"minimum_length\": \"20\", \"maximum_length\": null, \"length_R2_options\": {\"length_R2_status\": \"False\", \"__current_case__\": 1}, \"max_n\": null, \"pair_filter\": \"any\", \"max_expected_errors\": null, \"discard_cassava\": \"false\"}, \"library\": {\"type\": \"single\", \"__current_case__\": 0, \"input_1\": {\"__class__\": \"ConnectedValue\"}, \"r1\": {\"adapters\": [], \"front_adapters\": [], \"anywhere_adapters\": [], \"cut\": \"0\"}}, \"output_selector\": [\"report\"], \"read_mod_options\": {\"quality_cutoff\": \"20\", \"nextseq_trim\": \"0\", \"trim_n\": \"false\", \"strip_suffix\": \"\", \"shorten_options\": {\"shorten_values\": \"False\", \"__current_case__\": 1}, \"length_tag\": \"\", \"rename\": \"\", \"zero_cap\": \"false\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "3.7+galaxy0", "type": "tool", - "uuid": "5680925c-6a9a-4766-bd37-df6e1f1aa1e6", + "uuid": "0cfa4ee5-08f4-49b3-b757-c508f60477a9", "workflow_outputs": [ { "label": null, - "output_name": "bed_file", - "uuid": "d6fbf5ee-fcb3-40d0-b0cf-a1500c61ea11" + "output_name": "out1", + "uuid": "c892db53-83fd-46b4-aa0d-eb6112aeece6" + }, + { + "label": null, + "output_name": "report", + "uuid": "1faa4111-8a45-415f-970b-a1eff334138e" } ] }, @@ -369,20 +369,15 @@ "id": 8, "input_connections": { "refGenomeSource|GTFconditional|sjdbGTFfile": { - "id": 2, + "id": 0, "output_name": "output" }, "singlePaired|input": { - "id": 3, + "id": 5, "output_name": "out_pairs" } }, - "inputs": [ - { - "description": "runtime parameter for tool RNA STAR", - "name": "singlePaired" - } - ], + "inputs": [], "label": "STAR: map paired reads", "name": "RNA STAR", "outputs": [ @@ -404,14 +399,14 @@ } ], "position": { - "bottom": 710.7999877929688, + "bottom": 51.79998779296875, "height": 418.79998779296875, - "left": 799, - "right": 999, - "top": 292, + "left": 341, + "right": 541, + "top": -367, "width": 200, - "x": 799, - "y": 292 + "x": 341, + "y": -367 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/rgrnastar/rna_star/2.7.8a", @@ -421,30 +416,30 @@ "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"algo\": {\"params\": {\"settingsType\": \"default\", \"__current_case__\": 0}}, \"chimOutType\": \"\", \"filter\": {\"basic_filters\": null, \"output_params2\": {\"output_select2\": \"no\", \"__current_case__\": 1}}, \"oformat\": {\"outSAMattributes\": [\"NH\", \"HI\", \"AS\", \"nM\", \"ch\"], \"HI_offset\": \"1\", \"outSAMprimaryFlag\": \"OneBestScore\", \"outSAMmapqUnique\": \"60\"}, \"perf\": {\"outBAMsortingBinsN\": \"50\"}, \"quantmode_output\": {\"quantMode\": \"GeneCounts\", \"__current_case__\": 1}, \"refGenomeSource\": {\"geneSource\": \"indexed\", \"__current_case__\": 0, \"GTFconditional\": {\"GTFselect\": \"without-gtf\", \"__current_case__\": 1, \"genomeDir\": \"dm6full\", \"sjdbGTFfile\": {\"__class__\": \"RuntimeValue\"}, \"sjdbOverhang\": \"36\"}}, \"singlePaired\": {\"sPaired\": \"paired_collection\", \"__current_case__\": 2, \"input\": {\"__class__\": \"RuntimeValue\"}}, \"twopass\": {\"twopassMode\": \"None\", \"__current_case__\": 0, \"twopass_read_subset\": \"\", \"sj_precalculated\": \"\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"algo\": {\"params\": {\"settingsType\": \"default\", \"__current_case__\": 0}}, \"chimOutType\": \"\", \"filter\": {\"basic_filters\": null, \"output_params2\": {\"output_select2\": \"no\", \"__current_case__\": 1}}, \"oformat\": {\"outSAMattributes\": [\"NH\", \"HI\", \"AS\", \"nM\", \"ch\"], \"HI_offset\": \"1\", \"outSAMprimaryFlag\": \"OneBestScore\", \"outSAMmapqUnique\": \"60\"}, \"perf\": {\"outBAMsortingBinsN\": \"50\"}, \"quantmode_output\": {\"quantMode\": \"GeneCounts\", \"__current_case__\": 1}, \"refGenomeSource\": {\"geneSource\": \"indexed\", \"__current_case__\": 0, \"GTFconditional\": {\"GTFselect\": \"without-gtf\", \"__current_case__\": 1, \"genomeDir\": \"dm6full\", \"sjdbGTFfile\": {\"__class__\": \"ConnectedValue\"}, \"sjdbOverhang\": \"36\"}}, \"singlePaired\": {\"sPaired\": \"paired_collection\", \"__current_case__\": 2, \"input\": {\"__class__\": \"ConnectedValue\"}}, \"twopass\": {\"twopassMode\": \"None\", \"__current_case__\": 0, \"twopass_read_subset\": \"\", \"sj_precalculated\": \"\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "2.7.8a", "type": "tool", "uuid": "8bec5a7a-4701-4c04-8d64-c839ee2df570", "workflow_outputs": [ { "label": null, - "output_name": "output_log", - "uuid": "71379d15-5a9b-436d-b172-8f251394d55b" + "output_name": "mapped_reads", + "uuid": "0b9d7a2c-3237-4ca0-96ea-2307f30efca8" }, { "label": null, - "output_name": "splice_junctions", - "uuid": "bc559a9c-58d5-49ee-b9c9-afdd4f3ccf1c" + "output_name": "output_log", + "uuid": "42f5792e-0f62-4f26-857c-52f6d9db1dee" }, { "label": null, - "output_name": "mapped_reads", - "uuid": "7a85081b-8702-4695-ab8c-c60bf02b7a2d" + "output_name": "reads_per_gene", + "uuid": "c311c48b-fe92-487d-8902-2520f012a0a6" }, { "label": null, - "output_name": "reads_per_gene", - "uuid": "e9a1bee7-dd97-4f10-abc6-5208df42b5ff" + "output_name": "splice_junctions", + "uuid": "1d2a6992-f9c6-48c7-bc30-aec2e3298e7b" } ] }, @@ -455,11 +450,11 @@ "id": 9, "input_connections": { "inputs_0|input": { - "id": 4, + "id": 6, "output_name": "output" }, "inputs_1|input": { - "id": 1, + "id": 2, "output_name": "output" } }, @@ -473,14 +468,14 @@ } ], "position": { - "bottom": -201.8000030517578, + "bottom": -860.8000030517578, "height": 205.1999969482422, - "left": 799, - "right": 999, - "top": -407, + "left": 341, + "right": 541, + "top": -1066, "width": 200, - "x": 799, - "y": -407 + "x": 341, + "y": -1066 }, "post_job_actions": {}, "tool_id": "__MERGE_COLLECTION__", @@ -492,7 +487,7 @@ { "label": "input dataset(s) (merged)", "output_name": "output", - "uuid": "08bf1d17-8289-441d-a6a0-10ef058c2a6a" + "uuid": "3c19ad70-1a06-4c43-99df-a1c233069967" } ] }, @@ -503,20 +498,15 @@ "id": 10, "input_connections": { "refGenomeSource|GTFconditional|sjdbGTFfile": { - "id": 2, + "id": 0, "output_name": "output" }, "singlePaired|input1": { - "id": 5, + "id": 7, "output_name": "out1" } }, - "inputs": [ - { - "description": "runtime parameter for tool RNA STAR", - "name": "singlePaired" - } - ], + "inputs": [], "label": "STAR: map single reads", "name": "RNA STAR", "outputs": [ @@ -538,14 +528,14 @@ } ], "position": { - "bottom": 254.79998779296875, + "bottom": -404.20001220703125, "height": 418.79998779296875, - "left": 799, - "right": 999, - "top": -164, + "left": 341, + "right": 541, + "top": -823, "width": 200, - "x": 799, - "y": -164 + "x": 341, + "y": -823 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/rgrnastar/rna_star/2.7.8a", @@ -555,30 +545,30 @@ "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"algo\": {\"params\": {\"settingsType\": \"default\", \"__current_case__\": 0}}, \"chimOutType\": \"\", \"filter\": {\"basic_filters\": null, \"output_params2\": {\"output_select2\": \"no\", \"__current_case__\": 1}}, \"oformat\": {\"outSAMattributes\": [\"NH\", \"HI\", \"AS\", \"nM\", \"ch\"], \"HI_offset\": \"1\", \"outSAMprimaryFlag\": \"OneBestScore\", \"outSAMmapqUnique\": \"60\"}, \"perf\": {\"outBAMsortingBinsN\": \"50\"}, \"quantmode_output\": {\"quantMode\": \"GeneCounts\", \"__current_case__\": 1}, \"refGenomeSource\": {\"geneSource\": \"indexed\", \"__current_case__\": 0, \"GTFconditional\": {\"GTFselect\": \"without-gtf\", \"__current_case__\": 1, \"genomeDir\": \"dm6full\", \"sjdbGTFfile\": {\"__class__\": \"RuntimeValue\"}, \"sjdbOverhang\": \"74\"}}, \"singlePaired\": {\"sPaired\": \"single\", \"__current_case__\": 0, \"input1\": {\"__class__\": \"RuntimeValue\"}}, \"twopass\": {\"twopassMode\": \"None\", \"__current_case__\": 0, \"twopass_read_subset\": \"\", \"sj_precalculated\": \"\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"algo\": {\"params\": {\"settingsType\": \"default\", \"__current_case__\": 0}}, \"chimOutType\": \"\", \"filter\": {\"basic_filters\": null, \"output_params2\": {\"output_select2\": \"no\", \"__current_case__\": 1}}, \"oformat\": {\"outSAMattributes\": [\"NH\", \"HI\", \"AS\", \"nM\", \"ch\"], \"HI_offset\": \"1\", \"outSAMprimaryFlag\": \"OneBestScore\", \"outSAMmapqUnique\": \"60\"}, \"perf\": {\"outBAMsortingBinsN\": \"50\"}, \"quantmode_output\": {\"quantMode\": \"GeneCounts\", \"__current_case__\": 1}, \"refGenomeSource\": {\"geneSource\": \"indexed\", \"__current_case__\": 0, \"GTFconditional\": {\"GTFselect\": \"without-gtf\", \"__current_case__\": 1, \"genomeDir\": \"dm6full\", \"sjdbGTFfile\": {\"__class__\": \"ConnectedValue\"}, \"sjdbOverhang\": \"74\"}}, \"singlePaired\": {\"sPaired\": \"single\", \"__current_case__\": 0, \"input1\": {\"__class__\": \"ConnectedValue\"}}, \"twopass\": {\"twopassMode\": \"None\", \"__current_case__\": 0, \"twopass_read_subset\": \"\", \"sj_precalculated\": \"\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "2.7.8a", "type": "tool", "uuid": "340c076d-91d1-4fe7-8f50-54e4cb588723", "workflow_outputs": [ { "label": null, - "output_name": "reads_per_gene", - "uuid": "05c543ab-0958-40af-b381-3516b1a70405" + "output_name": "output_log", + "uuid": "7c8684e1-3d3c-467c-94e1-64ee37b9024e" }, { "label": null, - "output_name": "splice_junctions", - "uuid": "ce34c636-0d6d-43f4-829c-0e027e53fc31" + "output_name": "reads_per_gene", + "uuid": "86270c65-02b1-446a-b5ac-ce32d21ea8ab" }, { "label": null, - "output_name": "mapped_reads", - "uuid": "22fabda7-12f4-4dce-8c7f-81b8ccc65788" + "output_name": "splice_junctions", + "uuid": "4bda21fe-ebed-46db-8a0c-896821c5be3f" }, { "label": null, - "output_name": "output_log", - "uuid": "ddb16c76-204f-44d7-a78f-693660eb759c" + "output_name": "mapped_reads", + "uuid": "88777be7-c0c9-4ca9-8372-964c4d290cbd" } ] }, @@ -589,11 +579,11 @@ "id": 11, "input_connections": { "inputs_0|input": { - "id": 3, + "id": 5, "output_name": "report" }, "inputs_1|input": { - "id": 5, + "id": 7, "output_name": "report" } }, @@ -607,14 +597,14 @@ } ], "position": { - "bottom": -444.8000030517578, + "bottom": -1103.8000030517578, "height": 205.1999969482422, - "left": 799, - "right": 999, - "top": -650, + "left": 341, + "right": 541, + "top": -1309, "width": 200, - "x": 799, - "y": -650 + "x": 341, + "y": -1309 }, "post_job_actions": {}, "tool_id": "__MERGE_COLLECTION__", @@ -626,7 +616,7 @@ { "label": null, "output_name": "output", - "uuid": "098bbbd1-2394-41d1-876c-586c31e84e34" + "uuid": "b83f72e0-f933-46ff-8c4a-f2e46cbd81fc" } ] }, @@ -668,14 +658,14 @@ } ], "position": { - "bottom": -300.20001220703125, + "bottom": -959.2000122070312, "height": 316.79998779296875, - "left": 1107, - "right": 1307, - "top": -617, + "left": 649, + "right": 849, + "top": -1276, "width": 200, - "x": 1107, - "y": -617 + "x": 649, + "y": -1276 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/fastqc/fastqc/0.73+galaxy0", @@ -692,13 +682,13 @@ "workflow_outputs": [ { "label": null, - "output_name": "text_file", - "uuid": "50a93c88-26fc-4e24-8175-7c8376246850" + "output_name": "html_file", + "uuid": "c3938462-f8d7-4d34-8a22-9364fbab4cb4" }, { "label": null, - "output_name": "html_file", - "uuid": "478864e9-5399-46ee-a6f5-b3bf2b6b30ac" + "output_name": "text_file", + "uuid": "6be372d7-e034-42e7-adf9-4e3b0150b1fe" } ] }, @@ -710,15 +700,15 @@ "input_connections": { "inputs_0|input": { "id": 8, - "output_name": "reads_per_gene" + "output_name": "mapped_reads" }, "inputs_1|input": { "id": 10, - "output_name": "reads_per_gene" + "output_name": "mapped_reads" } }, "inputs": [], - "label": "Merge STAR counts", + "label": "Merge STAR BAM", "name": "Merge collections", "outputs": [ { @@ -727,26 +717,26 @@ } ], "position": { - "bottom": 186.1999969482422, + "bottom": 115.19999694824219, "height": 205.1999969482422, - "left": 1107, - "right": 1307, - "top": -19, + "left": 649, + "right": 849, + "top": -90, "width": 200, - "x": 1107, - "y": -19 + "x": 649, + "y": -90 }, "post_job_actions": {}, "tool_id": "__MERGE_COLLECTION__", "tool_state": "{\"advanced\": {\"conflict\": {\"duplicate_options\": \"keep_first\", \"__current_case__\": 3}}, \"inputs\": [{\"__index__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}}, {\"__index__\": 1, \"input\": {\"__class__\": \"ConnectedValue\"}}], \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.0.0", "type": "tool", - "uuid": "04d88f61-a011-492c-9b6f-f994aa9d6029", + "uuid": "1d35f5c9-3c5e-4b0f-8fdc-3e13870f66ce", "workflow_outputs": [ { "label": null, "output_name": "output", - "uuid": "f0707abd-bd16-4882-9cb2-e891c8ad39b9" + "uuid": "66b85581-97c8-48bf-9d36-0694b420aa7f" } ] }, @@ -758,15 +748,15 @@ "input_connections": { "inputs_0|input": { "id": 8, - "output_name": "output_log" + "output_name": "reads_per_gene" }, "inputs_1|input": { "id": 10, - "output_name": "output_log" + "output_name": "reads_per_gene" } }, "inputs": [], - "label": "Merge STAR logs", + "label": "Merge STAR counts", "name": "Merge collections", "outputs": [ { @@ -775,26 +765,26 @@ } ], "position": { - "bottom": -56.80000305175781, + "bottom": -472.8000030517578, "height": 205.1999969482422, - "left": 1107, - "right": 1307, - "top": -262, + "left": 649, + "right": 849, + "top": -678, "width": 200, - "x": 1107, - "y": -262 + "x": 649, + "y": -678 }, "post_job_actions": {}, "tool_id": "__MERGE_COLLECTION__", "tool_state": "{\"advanced\": {\"conflict\": {\"duplicate_options\": \"keep_first\", \"__current_case__\": 3}}, \"inputs\": [{\"__index__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}}, {\"__index__\": 1, \"input\": {\"__class__\": \"ConnectedValue\"}}], \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.0.0", "type": "tool", - "uuid": "0ecd4d68-21f5-4c10-a0f8-814d80d5bfe0", + "uuid": "04d88f61-a011-492c-9b6f-f994aa9d6029", "workflow_outputs": [ { "label": null, "output_name": "output", - "uuid": "f5c05dc2-d695-42c2-8f88-3844c2e7fce4" + "uuid": "ac667525-d4af-4d1f-b5b6-8a15fe6db6e9" } ] }, @@ -806,15 +796,15 @@ "input_connections": { "inputs_0|input": { "id": 8, - "output_name": "mapped_reads" + "output_name": "output_log" }, "inputs_1|input": { "id": 10, - "output_name": "mapped_reads" + "output_name": "output_log" } }, "inputs": [], - "label": "Merge STAR BAM", + "label": "Merge STAR logs", "name": "Merge collections", "outputs": [ { @@ -823,26 +813,26 @@ } ], "position": { - "bottom": 774.1999969482422, + "bottom": -715.8000030517578, "height": 205.1999969482422, - "left": 1107, - "right": 1307, - "top": 569, + "left": 649, + "right": 849, + "top": -921, "width": 200, - "x": 1107, - "y": 569 + "x": 649, + "y": -921 }, "post_job_actions": {}, "tool_id": "__MERGE_COLLECTION__", "tool_state": "{\"advanced\": {\"conflict\": {\"duplicate_options\": \"keep_first\", \"__current_case__\": 3}}, \"inputs\": [{\"__index__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}}, {\"__index__\": 1, \"input\": {\"__class__\": \"ConnectedValue\"}}], \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.0.0", "type": "tool", - "uuid": "1d35f5c9-3c5e-4b0f-8fdc-3e13870f66ce", + "uuid": "0ecd4d68-21f5-4c10-a0f8-814d80d5bfe0", "workflow_outputs": [ { "label": null, "output_name": "output", - "uuid": "9b748d95-3fdf-402a-8ad2-e44fde102087" + "uuid": "80c010a6-f38a-4f08-9c42-bdf12582362c" } ] }, @@ -871,14 +861,14 @@ } ], "position": { - "bottom": -654.8000030517578, + "bottom": -1313.8000030517578, "height": 205.1999969482422, - "left": 1107, - "right": 1307, - "top": -860, + "left": 649, + "right": 849, + "top": -1519, "width": 200, - "x": 1107, - "y": -860 + "x": 649, + "y": -1519 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", @@ -896,12 +886,12 @@ { "label": "multiqc_cutadapt_html", "output_name": "html_report", - "uuid": "b67b9101-048f-4597-8e0a-ef1ba909d989" + "uuid": "cab760db-5c9d-4a3c-b768-998bfbac6b57" }, { "label": "MultiQC on input dataset(s): Stats", "output_name": "stats", - "uuid": "260e1464-43fe-4f8a-ba42-ec0e4dd6338b" + "uuid": "5cee8fd1-24f9-4d5c-88e3-cfb0d0d990d5" } ] }, @@ -930,14 +920,14 @@ } ], "position": { - "bottom": -476.8000030517578, + "bottom": -1135.8000030517578, "height": 205.1999969482422, - "left": 1405, - "right": 1605, - "top": -682, + "left": 947, + "right": 1147, + "top": -1341, "width": 200, - "x": 1405, - "y": -682 + "x": 947, + "y": -1341 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", @@ -952,244 +942,189 @@ "type": "tool", "uuid": "b2c8f079-b9f4-4635-baee-3f3c8da65200", "workflow_outputs": [ - { - "label": null, - "output_name": "stats", - "uuid": "22c465b1-6bd4-4bf1-b448-8bcb7282274c" - }, { "label": "multiqc_fastqc_html", "output_name": "html_report", - "uuid": "a065f1cd-c13b-4303-b1af-301560b93ef3" + "uuid": "8d0ce9ee-e4e4-4c0c-8261-420ce756ecfd" + }, + { + "label": null, + "output_name": "stats", + "uuid": "2cbe4dd1-9d47-4fc1-81d8-0d67d1a56b56" } ] }, "18": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_tail_tool/1.1.0", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/samtools_view/samtools_view/1.13+galaxy2", "errors": null, "id": 18, "input_connections": { - "infile": { + "input": { "id": 13, "output_name": "output" } }, - "inputs": [], - "label": "Remove statistics from STAR counts", - "name": "Select last", + "inputs": [ + { + "description": "runtime parameter for tool Samtools view", + "name": "input" + } + ], + "label": "sample BAM", + "name": "Samtools view", "outputs": [ { - "name": "outfile", + "name": "outputsam", "type": "input" } ], "position": { - "bottom": 140.60000610351562, - "height": 113.60000610351562, - "left": 1405, - "right": 1605, - "top": 27, + "bottom": 613.3000030517578, + "height": 184.8000030517578, + "left": 674, + "right": 874, + "top": 428.5, "width": 200, - "x": 1405, - "y": 27 + "x": 674, + "y": 428.5 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_tail_tool/1.1.0", + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/samtools_view/samtools_view/1.13+galaxy2", "tool_shed_repository": { - "changeset_revision": "ddf54b12c295", - "name": "text_processing", - "owner": "bgruening", + "changeset_revision": "0dbf49c414ae", + "name": "samtools_view", + "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"complement\": \"+\", \"infile\": {\"__class__\": \"ConnectedValue\"}, \"num_lines\": \"5\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "1.1.0", + "tool_state": "{\"addref_cond\": {\"addref_select\": \"no\", \"__current_case__\": 0}, \"input\": {\"__class__\": \"RuntimeValue\"}, \"mode\": {\"outtype\": \"selected_reads\", \"__current_case__\": 1, \"filter_config\": {\"cond_region\": {\"select_region\": \"no\", \"__current_case__\": 0}, \"cond_rg\": {\"select_rg\": \"no\", \"__current_case__\": 0}, \"quality\": null, \"library\": \"\", \"cigarcons\": null, \"inclusive_filter\": null, \"exclusive_filter\": null, \"exclusive_filter_all\": null, \"tag\": \"\", \"qname_file\": {\"__class__\": \"RuntimeValue\"}}, \"subsample_config\": {\"subsampling_mode\": {\"select_subsample\": \"target\", \"__current_case__\": 1, \"target\": \"200000\", \"seed\": \"1\"}}, \"output_options\": {\"reads_report_type\": \"retained\", \"__current_case__\": 0, \"complementary_output\": \"false\", \"adv_output\": {\"readtags\": [], \"collapsecigar\": \"false\"}, \"output_format\": {\"oformat\": \"bam\", \"__current_case__\": 2}}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.13+galaxy2", "type": "tool", - "uuid": "455e2d74-5362-45b2-9d5f-fc4da0e6ad3f", + "uuid": "7c6d3405-00c6-4bb1-8837-43a9590477c4", "workflow_outputs": [ { - "label": null, - "output_name": "outfile", - "uuid": "d793c050-1bdf-4010-946a-cd6395dd1d72" + "label": "Samtools view on input dataset(s): filtered alignments", + "output_name": "outputsam", + "uuid": "79acd7b2-e1b7-4353-8d8c-8c268db3f915" } ] }, "19": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", + "content_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_infer_experiment/2.6.4.1", "errors": null, "id": 19, "input_connections": { - "results_0|software_cond|output_0|type|input": { + "input": { "id": 13, "output_name": "output" + }, + "refgene": { + "id": 4, + "output_name": "bed_file" } }, "inputs": [], - "label": "Determine library strandness with STAR", - "name": "MultiQC", + "label": "Determine library strandness with Infer Experiment", + "name": "Infer Experiment", "outputs": [ { - "name": "stats", - "type": "input" - }, - { - "name": "html_report", - "type": "html" + "name": "output", + "type": "txt" } ], "position": { - "bottom": -10.800003051757812, - "height": 205.1999969482422, - "left": 1405, - "right": 1605, - "top": -216, + "bottom": 140.39999389648438, + "height": 164.39999389648438, + "left": 947, + "right": 1147, + "top": -24, "width": 200, - "x": 1405, - "y": -216 + "x": 947, + "y": -24 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", + "tool_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_infer_experiment/2.6.4.1", "tool_shed_repository": { - "changeset_revision": "9a913cdee30e", - "name": "multiqc", - "owner": "iuc", + "changeset_revision": "f437057e46f1", + "name": "rseqc", + "owner": "nilesh", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"star\", \"__current_case__\": 28, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"genecounts\", \"__current_case__\": 1, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "1.11+galaxy0", + "tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"mapq\": \"30\", \"refgene\": {\"__class__\": \"ConnectedValue\"}, \"sample_size\": \"200000\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.6.4.1", "type": "tool", - "uuid": "50335890-a040-4b20-b5de-78a8de7da01e", + "uuid": "8c71d3be-671c-4d76-b9cc-5ccb4841a808", "workflow_outputs": [ { - "label": null, - "output_name": "html_report", - "uuid": "9aab23bf-3fa4-4b46-b3b7-c45d4a1cbcfe" - }, - { - "label": null, - "output_name": "stats", - "uuid": "165ed428-ba21-43a8-945a-5029f7f403ef" + "label": "inferexperiment", + "output_name": "output", + "uuid": "940ec3ec-dd2e-4d50-bbc4-756945eb16b2" } ] }, "20": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", + "content_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_read_distribution/2.6.4.1", "errors": null, "id": 20, - "input_connections": { - "results_0|software_cond|output_0|type|input": { - "id": 14, - "output_name": "output" - } - }, - "inputs": [], - "label": "Combine STAR Results", - "name": "MultiQC", - "outputs": [ - { - "name": "stats", - "type": "input" - }, - { - "name": "html_report", - "type": "html" - } - ], - "position": { - "bottom": -254.1999969482422, - "height": 184.8000030517578, - "left": 1405, - "right": 1605, - "top": -439, - "width": 200, - "x": 1405, - "y": -439 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", - "tool_shed_repository": { - "changeset_revision": "9a913cdee30e", - "name": "multiqc", - "owner": "iuc", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"star\", \"__current_case__\": 28, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"log\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "1.11+galaxy0", - "type": "tool", - "uuid": "ae6ddb31-1a1e-4fe0-a7bf-d21661540880", - "workflow_outputs": [ - { - "label": null, - "output_name": "stats", - "uuid": "afe0e847-779a-4c0d-b8d9-663137925f5d" - }, - { - "label": "multiqc_star_html", - "output_name": "html_report", - "uuid": "11674888-fedb-4772-ab40-518b1c124f0a" - } - ] - }, - "21": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_idxstats/samtools_idxstats/2.0.4", - "errors": null, - "id": 21, "input_connections": { "input": { - "id": 15, + "id": 13, "output_name": "output" + }, + "refgene": { + "id": 4, + "output_name": "bed_file" } }, "inputs": [], - "label": "Get reads number per chromosome", - "name": "Samtools idxstats", + "label": "Compute read distribution statistics", + "name": "Read Distribution", "outputs": [ { "name": "output", - "type": "tabular" + "type": "txt" } ], "position": { - "bottom": 313, - "height": 134, - "left": 1405, - "right": 1605, - "top": 179, + "bottom": 322, + "height": 144, + "left": 947, + "right": 1147, + "top": 178, "width": 200, - "x": 1405, - "y": 179 + "x": 947, + "y": 178 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_idxstats/samtools_idxstats/2.0.4", + "tool_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_read_distribution/2.6.4.1", "tool_shed_repository": { - "changeset_revision": "7def34e6cf4d", - "name": "samtools_idxstats", - "owner": "devteam", + "changeset_revision": "f437057e46f1", + "name": "rseqc", + "owner": "nilesh", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "2.0.4", + "tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"refgene\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.6.4.1", "type": "tool", - "uuid": "cfea1c97-2e64-4c26-9790-cd5cbb24b939", + "uuid": "b2431dcf-f195-4947-a67a-ff348279d8d6", "workflow_outputs": [ { "label": null, "output_name": "output", - "uuid": "2d640e5b-2b31-4b91-98b3-ba3a66644560" + "uuid": "8b03b135-6835-4f1e-aaad-42979cdb3718" } ] }, - "22": { + "21": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/picard/picard_MarkDuplicates/2.18.2.3", "errors": null, - "id": 22, + "id": 21, "input_connections": { "inputFile": { - "id": 15, + "id": 13, "output_name": "output" } }, @@ -1207,14 +1142,14 @@ } ], "position": { - "bottom": 597, + "bottom": -62, "height": 246, - "left": 1405, - "right": 1605, - "top": 351, + "left": 947, + "right": 1147, + "top": -308, "width": 200, - "x": 1405, - "y": 351 + "x": 947, + "y": -308 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/picard/picard_MarkDuplicates/2.18.2.3", @@ -1232,299 +1167,374 @@ { "label": null, "output_name": "outFile", - "uuid": "a6011ae8-36a3-4e31-ae6d-7f8bce77267c" + "uuid": "6b44f46a-c340-464e-bb33-b489626f8d63" }, { "label": null, "output_name": "metrics_file", - "uuid": "28e11733-2d7f-4506-ac97-4f1184d7907e" + "uuid": "9d0b2668-057c-4663-a5dc-8f9abb476ab5" } ] }, - "23": { + "22": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_infer_experiment/2.6.4.1", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_idxstats/samtools_idxstats/2.0.4", "errors": null, - "id": 23, + "id": 22, "input_connections": { "input": { - "id": 15, + "id": 13, "output_name": "output" - }, - "refgene": { - "id": 7, - "output_name": "bed_file" } }, "inputs": [], - "label": "Determine library strandness with Infer Experiment", - "name": "Infer Experiment", + "label": "Get reads number per chromosome", + "name": "Samtools idxstats", "outputs": [ { "name": "output", - "type": "txt" + "type": "tabular" } ], "position": { - "bottom": 799.3999938964844, - "height": 164.39999389648438, - "left": 1405, - "right": 1605, - "top": 635, + "bottom": -346, + "height": 134, + "left": 947, + "right": 1147, + "top": -480, "width": 200, - "x": 1405, - "y": 635 + "x": 947, + "y": -480 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_infer_experiment/2.6.4.1", + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_idxstats/samtools_idxstats/2.0.4", "tool_shed_repository": { - "changeset_revision": "f437057e46f1", - "name": "rseqc", - "owner": "nilesh", + "changeset_revision": "7def34e6cf4d", + "name": "samtools_idxstats", + "owner": "devteam", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"mapq\": \"30\", \"refgene\": {\"__class__\": \"ConnectedValue\"}, \"sample_size\": \"200000\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "2.6.4.1", + "tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.0.4", "type": "tool", - "uuid": "8c71d3be-671c-4d76-b9cc-5ccb4841a808", + "uuid": "cfea1c97-2e64-4c26-9790-cd5cbb24b939", "workflow_outputs": [ { - "label": "inferexperiment", + "label": null, "output_name": "output", - "uuid": "99fb51c5-6fe1-42bd-8b22-8a19aef12253" + "uuid": "17d141d5-a76c-4906-9c06-2e88d484b0be" } ] }, - "24": { + "23": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_read_distribution/2.6.4.1", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/featurecounts/featurecounts/2.0.1+galaxy2", "errors": null, - "id": 24, + "id": 23, "input_connections": { - "input": { - "id": 15, + "alignment": { + "id": 13, "output_name": "output" }, - "refgene": { - "id": 7, - "output_name": "bed_file" + "anno|reference_gene_sets": { + "id": 0, + "output_name": "output" } }, "inputs": [], - "label": "Compute read distribution statistics", - "name": "Read Distribution", + "label": "count fragments per gene", + "name": "featureCounts", "outputs": [ { - "name": "output", - "type": "txt" + "name": "output_short", + "type": "tabular" + }, + { + "name": "output_summary", + "type": "tabular" + }, + { + "name": "output_feature_lengths", + "type": "tabular" } ], "position": { - "bottom": 981, - "height": 144, - "left": 1405, - "right": 1605, - "top": 837, + "bottom": 940.3999938964844, + "height": 286.3999938964844, + "left": 947, + "right": 1147, + "top": 654, "width": 200, - "x": 1405, - "y": 837 + "x": 947, + "y": 654 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_read_distribution/2.6.4.1", + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/featurecounts/featurecounts/2.0.1+galaxy2", "tool_shed_repository": { - "changeset_revision": "f437057e46f1", - "name": "rseqc", - "owner": "nilesh", + "changeset_revision": "38b6d12edc68", + "name": "featurecounts", + "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"refgene\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "2.6.4.1", + "tool_state": "{\"alignment\": {\"__class__\": \"ConnectedValue\"}, \"anno\": {\"anno_select\": \"history\", \"__current_case__\": 2, \"reference_gene_sets\": {\"__class__\": \"ConnectedValue\"}}, \"extended_parameters\": {\"gff_feature_type\": \"exon\", \"gff_feature_attribute\": \"gene_id\", \"summarization_level\": \"false\", \"multifeatures\": {\"multifeat\": \"\", \"__current_case__\": 0}, \"exon_exon_junction_read_counting_enabled\": {\"count_exon_exon_junction_reads\": \"false\", \"__current_case__\": 1}, \"long_reads\": \"false\", \"by_read_group\": \"false\", \"largest_overlap\": \"false\", \"min_overlap\": \"1\", \"frac_overlap\": \"0\", \"frac_overlap_feature\": \"0\", \"read_extension_5p\": \"0\", \"read_extension_3p\": \"0\", \"read_reduction\": \"\", \"R\": \"false\"}, \"format\": \"tabdel_short\", \"include_feature_length_file\": \"true\", \"pe_parameters\": {\"fragment_counting_enabled\": {\"fragment_counting\": \" -p\", \"__current_case__\": 0, \"check_distance_enabled\": {\"check_distance\": \"false\", \"__current_case__\": 1}}, \"only_both_ends\": \"false\", \"exclude_chimerics\": \"true\"}, \"read_filtering_parameters\": {\"mapping_quality\": \"10\", \"splitonly\": \"\", \"primary\": \"false\", \"ignore_dup\": \"false\"}, \"strand_specificity\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.0.1+galaxy2", "type": "tool", - "uuid": "b2431dcf-f195-4947-a67a-ff348279d8d6", + "uuid": "04b414a1-8e67-4317-90c3-abd08f102a90", "workflow_outputs": [ { "label": null, - "output_name": "output", - "uuid": "fdf68cef-27a1-4fdc-8bd6-484b9acf1ff9" + "output_name": "output_feature_lengths", + "uuid": "a43f0a08-5915-4734-adb5-fc5ed2d6b949" + }, + { + "label": null, + "output_name": "output_short", + "uuid": "632e3811-2765-4b21-a3d5-e6dc10a487ac" + }, + { + "label": "featurecounts_summary", + "output_name": "output_summary", + "uuid": "52025bc6-c49c-47fe-b813-ac94ac692173" + } + ] + }, + "24": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_tail_tool/1.1.0", + "errors": null, + "id": 24, + "input_connections": { + "infile": { + "id": 14, + "output_name": "output" + } + }, + "inputs": [], + "label": "Remove statistics from STAR counts", + "name": "Select last", + "outputs": [ + { + "name": "outfile", + "type": "input" + } + ], + "position": { + "bottom": -518.3999938964844, + "height": 113.60000610351562, + "left": 947, + "right": 1147, + "top": -632, + "width": 200, + "x": 947, + "y": -632 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_tail_tool/1.1.0", + "tool_shed_repository": { + "changeset_revision": "ddf54b12c295", + "name": "text_processing", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"complement\": \"+\", \"infile\": {\"__class__\": \"ConnectedValue\"}, \"num_lines\": \"5\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.1.0", + "type": "tool", + "uuid": "455e2d74-5362-45b2-9d5f-fc4da0e6ad3f", + "workflow_outputs": [ + { + "label": null, + "output_name": "outfile", + "uuid": "77eb0b79-ece4-40d8-9349-7c8370905423" } ] }, "25": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_geneBody_coverage/2.6.4.3", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", "errors": null, "id": 25, "input_connections": { - "batch_mode|input": { - "id": 15, + "results_0|software_cond|output_0|type|input": { + "id": 14, "output_name": "output" - }, - "refgene": { - "id": 7, - "output_name": "bed_file" } }, "inputs": [], - "label": "Get gene body coverage", - "name": "Gene Body Coverage (BAM)", + "label": "Determine library strandness with STAR", + "name": "MultiQC", "outputs": [ { - "name": "outputcurvespdf", - "type": "pdf" + "name": "stats", + "type": "input" }, { - "name": "outputtxt", - "type": "txt" + "name": "html_report", + "type": "html" } ], "position": { - "bottom": 1275, - "height": 256, - "left": 1405, - "right": 1605, - "top": 1019, + "bottom": -669.8000030517578, + "height": 205.1999969482422, + "left": 947, + "right": 1147, + "top": -875, "width": 200, - "x": 1405, - "y": 1019 + "x": 947, + "y": -875 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_geneBody_coverage/2.6.4.3", + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", "tool_shed_repository": { - "changeset_revision": "f437057e46f1", - "name": "rseqc", - "owner": "nilesh", + "changeset_revision": "9a913cdee30e", + "name": "multiqc", + "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"batch_mode\": {\"batch_mode_selector\": \"batch\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}}, \"minimum_length\": \"100\", \"refgene\": {\"__class__\": \"ConnectedValue\"}, \"rscript_output\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "2.6.4.3", + "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"star\", \"__current_case__\": 28, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"genecounts\", \"__current_case__\": 1, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.11+galaxy0", "type": "tool", - "uuid": "59cce0c2-7182-465e-852c-17e1b73e390d", + "uuid": "50335890-a040-4b20-b5de-78a8de7da01e", "workflow_outputs": [ { "label": null, - "output_name": "outputtxt", - "uuid": "f2ab979a-92c5-494a-a21a-bc9136118afc" + "output_name": "stats", + "uuid": "0bb8912b-28c7-4834-aa54-9378a63f32b7" }, { "label": null, - "output_name": "outputcurvespdf", - "uuid": "3c9de143-5b24-41a4-a6f0-a3464f9d4f44" + "output_name": "html_report", + "uuid": "b82c0b8e-6610-47a7-9fcf-ccbea167b7f5" } ] }, "26": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/featurecounts/featurecounts/2.0.1+galaxy2", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", "errors": null, "id": 26, "input_connections": { - "alignment": { + "results_0|software_cond|output_0|type|input": { "id": 15, "output_name": "output" - }, - "anno|reference_gene_sets": { - "id": 2, - "output_name": "output" } }, "inputs": [], - "label": "count fragments per gene", - "name": "featureCounts", + "label": "Combine STAR Results", + "name": "MultiQC", "outputs": [ { - "name": "output_short", - "type": "tabular" - }, - { - "name": "output_summary", - "type": "tabular" + "name": "stats", + "type": "input" }, { - "name": "output_feature_lengths", - "type": "tabular" + "name": "html_report", + "type": "html" } ], "position": { - "bottom": 1599.3999938964844, - "height": 286.3999938964844, - "left": 1405, - "right": 1605, - "top": 1313, + "bottom": -913.1999969482422, + "height": 184.8000030517578, + "left": 947, + "right": 1147, + "top": -1098, "width": 200, - "x": 1405, - "y": 1313 + "x": 947, + "y": -1098 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/featurecounts/featurecounts/2.0.1+galaxy2", + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", "tool_shed_repository": { - "changeset_revision": "38b6d12edc68", - "name": "featurecounts", + "changeset_revision": "9a913cdee30e", + "name": "multiqc", "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"alignment\": {\"__class__\": \"ConnectedValue\"}, \"anno\": {\"anno_select\": \"history\", \"__current_case__\": 2, \"reference_gene_sets\": {\"__class__\": \"ConnectedValue\"}}, \"extended_parameters\": {\"gff_feature_type\": \"exon\", \"gff_feature_attribute\": \"gene_id\", \"summarization_level\": \"false\", \"multifeatures\": {\"multifeat\": \"\", \"__current_case__\": 0}, \"exon_exon_junction_read_counting_enabled\": {\"count_exon_exon_junction_reads\": \"false\", \"__current_case__\": 1}, \"long_reads\": \"false\", \"by_read_group\": \"false\", \"largest_overlap\": \"false\", \"min_overlap\": \"1\", \"frac_overlap\": \"0\", \"frac_overlap_feature\": \"0\", \"read_extension_5p\": \"0\", \"read_extension_3p\": \"0\", \"read_reduction\": \"\", \"R\": \"false\"}, \"format\": \"tabdel_short\", \"include_feature_length_file\": \"true\", \"pe_parameters\": {\"fragment_counting_enabled\": {\"fragment_counting\": \" -p\", \"__current_case__\": 0, \"check_distance_enabled\": {\"check_distance\": \"false\", \"__current_case__\": 1}}, \"only_both_ends\": \"false\", \"exclude_chimerics\": \"true\"}, \"read_filtering_parameters\": {\"mapping_quality\": \"10\", \"splitonly\": \"\", \"primary\": \"false\", \"ignore_dup\": \"false\"}, \"strand_specificity\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "2.0.1+galaxy2", + "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"star\", \"__current_case__\": 28, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"log\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.11+galaxy0", "type": "tool", - "uuid": "04b414a1-8e67-4317-90c3-abd08f102a90", + "uuid": "ae6ddb31-1a1e-4fe0-a7bf-d21661540880", "workflow_outputs": [ - { - "label": "featurecounts_summary", - "output_name": "output_summary", - "uuid": "66ee3a0b-70d2-4e41-843d-4e42f1345c9f" - }, { "label": null, - "output_name": "output_feature_lengths", - "uuid": "ae0b13d3-0f4e-4852-8ba9-5d37276f335c" + "output_name": "stats", + "uuid": "ccf10e84-a1bc-428b-a451-313f8dfb92ed" }, { - "label": null, - "output_name": "output_short", - "uuid": "0869ee49-047d-467d-9a6a-2be1b02402f3" + "label": "multiqc_star_html", + "output_name": "html_report", + "uuid": "204e3f6c-6f54-46f0-b07c-1f31113265e7" } ] }, "27": { "annotation": "", - "content_id": "Cut1", + "content_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_geneBody_coverage/2.6.4.3", "errors": null, "id": 27, "input_connections": { - "input": { + "batch_mode|input": { "id": 18, - "output_name": "outfile" + "output_name": "outputsam" + }, + "refgene": { + "id": 4, + "output_name": "bed_file" } }, - "inputs": [], - "label": "Select unstranded counts", - "name": "Cut", + "inputs": [ + { + "description": "runtime parameter for tool Gene Body Coverage (BAM)", + "name": "batch_mode" + }, + { + "description": "runtime parameter for tool Gene Body Coverage (BAM)", + "name": "refgene" + } + ], + "label": "Get gene body coverage", + "name": "Gene Body Coverage (BAM)", "outputs": [ { - "name": "out_file1", - "type": "tabular" + "name": "outputcurvespdf", + "type": "pdf" + }, + { + "name": "outputtxt", + "type": "txt" } ], "position": { - "bottom": 140.60000610351562, - "height": 113.60000610351562, - "left": 1683, - "right": 1883, - "top": 27, + "bottom": 616, + "height": 256, + "left": 947, + "right": 1147, + "top": 360, "width": 200, - "x": 1683, - "y": 27 + "x": 947, + "y": 360 }, "post_job_actions": {}, - "tool_id": "Cut1", - "tool_state": "{\"columnList\": \"c1,c2\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "1.0.2", + "tool_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_geneBody_coverage/2.6.4.3", + "tool_shed_repository": { + "changeset_revision": "f437057e46f1", + "name": "rseqc", + "owner": "nilesh", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"batch_mode\": {\"batch_mode_selector\": \"batch\", \"__current_case__\": 0, \"input\": {\"__class__\": \"RuntimeValue\"}}, \"minimum_length\": \"100\", \"refgene\": {\"__class__\": \"RuntimeValue\"}, \"rscript_output\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.6.4.3", "type": "tool", - "uuid": "a292a23e-88cd-4ee6-8b52-3f8badf8fabf", + "uuid": "59cce0c2-7182-465e-852c-17e1b73e390d", "workflow_outputs": [ { "label": null, - "output_name": "out_file1", - "uuid": "a7073b3c-a46e-4bb1-ac53-6a8242a906fe" + "output_name": "outputtxt", + "uuid": "3afae7a0-2f06-4e42-8205-404ffe4006c3" + }, + { + "label": null, + "output_name": "outputcurvespdf", + "uuid": "187d70fd-0aa2-4135-bc57-db35d897d796" } ] }, @@ -1535,12 +1545,12 @@ "id": 28, "input_connections": { "results_0|software_cond|output_0|type|input": { - "id": 21, + "id": 20, "output_name": "output" } }, "inputs": [], - "label": "Combine results on reads per chromosome", + "label": "Combine read distribution on known features", "name": "MultiQC", "outputs": [ { @@ -1553,14 +1563,14 @@ } ], "position": { - "bottom": 419.6000061035156, - "height": 225.60000610351562, - "left": 1683, - "right": 1883, - "top": 194, + "bottom": 377, + "height": 246, + "left": 1225, + "right": 1425, + "top": 131, "width": 200, - "x": 1683, - "y": 194 + "x": 1225, + "y": 131 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", @@ -1570,20 +1580,20 @@ "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"samtools\", \"__current_case__\": 24, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"idxstats\", \"__current_case__\": 2, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"rseqc\", \"__current_case__\": 22, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"read_distribution\", \"__current_case__\": 6, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.11+galaxy0", "type": "tool", - "uuid": "94ede342-3612-4f8b-93ae-b7acf02900f0", + "uuid": "788240fb-2e5c-4dd4-9b52-dd88e8a1903f", "workflow_outputs": [ { "label": null, - "output_name": "stats", - "uuid": "06cd83d5-e74a-4129-9939-34adcc45abcb" + "output_name": "html_report", + "uuid": "d79aef6b-cc1a-4085-aa78-5fef14238603" }, { "label": null, - "output_name": "html_report", - "uuid": "eba8ac26-1d50-4156-8bde-d0cb67f5d706" + "output_name": "stats", + "uuid": "e0a7b6d3-0218-43ce-afe6-126b71890aa8" } ] }, @@ -1594,7 +1604,7 @@ "id": 29, "input_connections": { "results_0|software_cond|output_0|input": { - "id": 22, + "id": 21, "output_name": "metrics_file" } }, @@ -1612,14 +1622,14 @@ } ], "position": { - "bottom": 663.1999969482422, + "bottom": 4.1999969482421875, "height": 205.1999969482422, - "left": 1683, - "right": 1883, - "top": 458, + "left": 1225, + "right": 1425, + "top": -201, "width": 200, - "x": 1683, - "y": 458 + "x": 1225, + "y": -201 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", @@ -1637,12 +1647,12 @@ { "label": null, "output_name": "html_report", - "uuid": "22389823-714b-4ff5-a1ec-5fcb75bf115d" + "uuid": "bacf4379-4d77-4af9-b8c1-39bfd96c386c" }, { "label": null, "output_name": "stats", - "uuid": "bbd8a428-1400-4d54-9f31-dad5d0490a2b" + "uuid": "483cc102-14a6-47be-93c7-e20e53078626" } ] }, @@ -1653,12 +1663,12 @@ "id": 30, "input_connections": { "results_0|software_cond|output_0|type|input": { - "id": 24, + "id": 22, "output_name": "output" } }, "inputs": [], - "label": "Combine read distribution on known features", + "label": "Combine results on reads per chromosome", "name": "MultiQC", "outputs": [ { @@ -1671,14 +1681,14 @@ } ], "position": { - "bottom": 1036, - "height": 246, - "left": 1683, - "right": 1883, - "top": 790, + "bottom": -239.39999389648438, + "height": 225.60000610351562, + "left": 1225, + "right": 1425, + "top": -465, "width": 200, - "x": 1683, - "y": 790 + "x": 1225, + "y": -465 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", @@ -1688,20 +1698,20 @@ "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"rseqc\", \"__current_case__\": 22, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"read_distribution\", \"__current_case__\": 6, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"samtools\", \"__current_case__\": 24, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"idxstats\", \"__current_case__\": 2, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.11+galaxy0", "type": "tool", - "uuid": "788240fb-2e5c-4dd4-9b52-dd88e8a1903f", + "uuid": "94ede342-3612-4f8b-93ae-b7acf02900f0", "workflow_outputs": [ { "label": null, "output_name": "stats", - "uuid": "32dabc89-2733-46c8-9579-8a6934bd590e" + "uuid": "2812deec-20dd-4fa7-af31-e3765b338b90" }, { "label": null, "output_name": "html_report", - "uuid": "ec4ce95e-9980-46ca-9f67-69c3cc13761d" + "uuid": "6e1a1947-6dcd-4344-8d25-8c58e54282ec" } ] }, @@ -1711,13 +1721,13 @@ "errors": null, "id": 31, "input_connections": { - "results_0|software_cond|output_0|type|input": { - "id": 25, - "output_name": "outputtxt" + "results_0|software_cond|input": { + "id": 23, + "output_name": "output_summary" } }, "inputs": [], - "label": "Combine gene body coverage", + "label": "Combine read asignments statistics", "name": "MultiQC", "outputs": [ { @@ -1730,14 +1740,14 @@ } ], "position": { - "bottom": 1320, - "height": 246, - "left": 1683, - "right": 1883, - "top": 1074, + "bottom": 904.1999969482422, + "height": 205.1999969482422, + "left": 1225, + "right": 1425, + "top": 699, "width": 200, - "x": 1683, - "y": 1074 + "x": 1225, + "y": 699 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", @@ -1747,140 +1757,184 @@ "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"rseqc\", \"__current_case__\": 22, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"gene_body_coverage\", \"__current_case__\": 1, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"featureCounts\", \"__current_case__\": 9, \"input\": {\"__class__\": \"ConnectedValue\"}}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.11+galaxy0", "type": "tool", - "uuid": "485ceffe-8183-463d-9f3f-e72b20e762d0", + "uuid": "8a57989b-f25e-4373-853e-cce099a46ff6", "workflow_outputs": [ { "label": null, - "output_name": "stats", - "uuid": "d6efff73-e743-4a97-ad54-645a720e926d" + "output_name": "html_report", + "uuid": "77051816-0f86-4fa0-a902-5f86f47aa54e" }, { "label": null, - "output_name": "html_report", - "uuid": "7b8028ce-ae84-4686-99f2-75311686c72d" + "output_name": "stats", + "uuid": "6adecf23-dae3-4d8a-897e-2b75f739acf7" } ] }, "32": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_header_tool/1.1.1", "errors": null, "id": 32, "input_connections": { - "results_0|software_cond|input": { - "id": 26, - "output_name": "output_summary" + "infile": { + "id": 23, + "output_name": "output_short" } }, "inputs": [], - "label": "Combine read asignments statistics", - "name": "MultiQC", + "label": "Sort counts to get gene with highest count on feature Counts", + "name": "Sort", "outputs": [ { - "name": "stats", + "name": "outfile", "type": "input" - }, - { - "name": "html_report", - "type": "html" } ], "position": { - "bottom": 1563.1999969482422, - "height": 205.1999969482422, - "left": 1683, - "right": 1883, - "top": 1358, + "bottom": 1076, + "height": 134, + "left": 1225, + "right": 1425, + "top": 942, "width": 200, - "x": 1683, - "y": 1358 + "x": 1225, + "y": 942 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_header_tool/1.1.1", "tool_shed_repository": { - "changeset_revision": "9a913cdee30e", - "name": "multiqc", - "owner": "iuc", + "changeset_revision": "ddf54b12c295", + "name": "text_processing", + "owner": "bgruening", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"featureCounts\", \"__current_case__\": 9, \"input\": {\"__class__\": \"ConnectedValue\"}}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "1.11+galaxy0", + "tool_state": "{\"header\": \"1\", \"ignore_case\": \"false\", \"infile\": {\"__class__\": \"ConnectedValue\"}, \"sortkeys\": [{\"__index__\": 0, \"column\": \"2\", \"order\": \"r\", \"style\": \"n\"}], \"unique\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.1.1", "type": "tool", - "uuid": "8a57989b-f25e-4373-853e-cce099a46ff6", + "uuid": "0a6a19c3-6b57-4ca7-8d33-16a083fb9673", "workflow_outputs": [ { "label": null, - "output_name": "html_report", - "uuid": "aa8d0868-ffbc-47cc-84ba-40356e3952bd" - }, - { - "label": null, - "output_name": "stats", - "uuid": "175497c9-e6ba-49a8-af6f-76bcf24ebd16" + "output_name": "outfile", + "uuid": "26671922-8305-485a-b013-34b2c5e7eecf" } ] }, "33": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_header_tool/1.1.1", + "content_id": "Cut1", "errors": null, "id": 33, "input_connections": { - "infile": { - "id": 26, - "output_name": "output_short" + "input": { + "id": 24, + "output_name": "outfile" } }, "inputs": [], - "label": "Sort counts to get gene with highest count on feature Counts", - "name": "Sort", + "label": "Select unstranded counts", + "name": "Cut", "outputs": [ { - "name": "outfile", + "name": "out_file1", + "type": "tabular" + } + ], + "position": { + "bottom": -518.3999938964844, + "height": 113.60000610351562, + "left": 1225, + "right": 1425, + "top": -632, + "width": 200, + "x": 1225, + "y": -632 + }, + "post_job_actions": {}, + "tool_id": "Cut1", + "tool_state": "{\"columnList\": \"c1,c2\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.2", + "type": "tool", + "uuid": "a292a23e-88cd-4ee6-8b52-3f8badf8fabf", + "workflow_outputs": [ + { + "label": null, + "output_name": "out_file1", + "uuid": "d6f1175a-2798-45a0-b728-e81e710970fe" + } + ] + }, + "34": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", + "errors": null, + "id": 34, + "input_connections": { + "results_0|software_cond|output_0|type|input": { + "id": 27, + "output_name": "outputtxt" + } + }, + "inputs": [], + "label": "Combine gene body coverage", + "name": "MultiQC", + "outputs": [ + { + "name": "stats", "type": "input" + }, + { + "name": "html_report", + "type": "html" } ], "position": { - "bottom": 1735, - "height": 134, - "left": 1683, - "right": 1883, - "top": 1601, + "bottom": 661, + "height": 246, + "left": 1225, + "right": 1425, + "top": 415, "width": 200, - "x": 1683, - "y": 1601 + "x": 1225, + "y": 415 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_header_tool/1.1.1", + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", "tool_shed_repository": { - "changeset_revision": "ddf54b12c295", - "name": "text_processing", - "owner": "bgruening", + "changeset_revision": "9a913cdee30e", + "name": "multiqc", + "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"header\": \"1\", \"ignore_case\": \"false\", \"infile\": {\"__class__\": \"ConnectedValue\"}, \"sortkeys\": [{\"__index__\": 0, \"column\": \"2\", \"order\": \"r\", \"style\": \"n\"}], \"unique\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "1.1.1", + "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"rseqc\", \"__current_case__\": 22, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"gene_body_coverage\", \"__current_case__\": 1, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.11+galaxy0", "type": "tool", - "uuid": "0a6a19c3-6b57-4ca7-8d33-16a083fb9673", + "uuid": "485ceffe-8183-463d-9f3f-e72b20e762d0", "workflow_outputs": [ { "label": null, - "output_name": "outfile", - "uuid": "2d279204-8476-4bab-88ac-e673e7addd02" + "output_name": "html_report", + "uuid": "dc0d25cf-9ae5-4f4c-b565-444083f74e21" + }, + { + "label": null, + "output_name": "stats", + "uuid": "16081645-b08f-4438-88d8-1e4cb5f5ea02" } ] }, - "34": { + "35": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_header_tool/1.1.1", "errors": null, - "id": 34, + "id": 35, "input_connections": { "infile": { - "id": 27, + "id": 33, "output_name": "out_file1" } }, @@ -1894,14 +1948,14 @@ } ], "position": { - "bottom": 176, + "bottom": -483, "height": 134, - "left": 1961, - "right": 2161, - "top": 42, + "left": 1503, + "right": 1703, + "top": -617, "width": 200, - "x": 1961, - "y": 42 + "x": 1503, + "y": -617 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_header_tool/1.1.1", @@ -1919,7 +1973,7 @@ { "label": null, "output_name": "outfile", - "uuid": "0c8eed2c-4c46-42ea-af76-0f747f92a48b" + "uuid": "be3ff5be-901f-40fa-bebd-81f2d58f8793" } ] } @@ -1927,6 +1981,6 @@ "tags": [ "transcriptomics" ], - "uuid": "1b3c27ea-25f2-41d2-9ad7-314ab4c0f33d", - "version": 4 + "uuid": "bdad50c2-bd62-4ecd-b452-99bc1848545c", + "version": 1 } \ No newline at end of file diff --git a/GTN/ref-based_qc-mapping-counting.ga b/GTN/ref-based_qc-mapping-counting.ga index 52b14bf..a3bf8f8 100644 --- a/GTN/ref-based_qc-mapping-counting.ga +++ b/GTN/ref-based_qc-mapping-counting.ga @@ -13,27 +13,27 @@ "inputs": [ { "description": "", - "name": "Drosophila_melanogaster.BDGP6.87.gtf" + "name": "Paired list collection with PE fastqs" } ], - "label": "Drosophila_melanogaster.BDGP6.87.gtf", - "name": "Input dataset", + "label": "Paired list collection with PE fastqs", + "name": "Input dataset collection", "outputs": [], "position": { - "bottom": 252.10000610351562, - "height": 102.60000610351562, - "left": 207.5, - "right": 407.5, - "top": 149.5, + "bottom": 421.1999969482422, + "height": 82.19999694824219, + "left": 494.5, + "right": 694.5, + "top": 339, "width": 200, - "x": 207.5, - "y": 149.5 + "x": 494.5, + "y": 339 }, "tool_id": null, - "tool_state": "{\"optional\": false}", + "tool_state": "{\"optional\": false, \"tag\": null, \"collection_type\": \"list:paired\"}", "tool_version": null, - "type": "data_input", - "uuid": "55ab56cf-bd8a-4ba9-a8d9-9e5c3e6914e7", + "type": "data_collection_input", + "uuid": "118b0bd5-bcb9-4927-a9d0-e42fe49b3ca9", "workflow_outputs": [] }, "1": { @@ -45,101 +45,149 @@ "inputs": [ { "description": "", - "name": "Paired list collection with PE fastqs" + "name": "Drosophila_melanogaster.BDGP6.87.gtf" } ], - "label": "Paired list collection with PE fastqs", - "name": "Input dataset collection", + "label": "Drosophila_melanogaster.BDGP6.87.gtf", + "name": "Input dataset", "outputs": [], "position": { - "bottom": -815.3000030517578, - "height": 82.19999694824219, - "left": -70.5, - "right": 129.5, - "top": -897.5, + "bottom": 1488.6000061035156, + "height": 102.60000610351562, + "left": 772.5, + "right": 972.5, + "top": 1386, "width": 200, - "x": -70.5, - "y": -897.5 + "x": 772.5, + "y": 1386 }, "tool_id": null, - "tool_state": "{\"optional\": false, \"collection_type\": \"list:paired\"}", + "tool_state": "{\"optional\": false, \"tag\": null}", "tool_version": null, - "type": "data_collection_input", - "uuid": "118b0bd5-bcb9-4927-a9d0-e42fe49b3ca9", + "type": "data_input", + "uuid": "55ab56cf-bd8a-4ba9-a8d9-9e5c3e6914e7", "workflow_outputs": [] }, "2": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/length_and_gc_content/length_and_gc_content/0.1.2", + "content_id": "__FLATTEN__", "errors": null, "id": 2, "input_connections": { - "gtf_file|gtf_history": { + "input": { "id": 0, "output_name": "output" } }, "inputs": [ { - "description": "runtime parameter for tool Gene length and GC content", - "name": "gtf_file" + "description": "runtime parameter for tool Flatten collection", + "name": "input" } ], - "label": "Get gene length", - "name": "Gene length and GC content", + "label": "Flatten collection for FastQC", + "name": "Flatten collection", "outputs": [ { - "name": "length", - "type": "tabular" + "name": "output", + "type": "input" } ], "position": { - "bottom": 335.1000061035156, - "height": 113.60000610351562, - "left": 485.5, - "right": 685.5, - "top": 221.5, + "bottom": 412, + "height": 134, + "left": 780.5, + "right": 980.5, + "top": 278, "width": 200, - "x": 485.5, - "y": 221.5 + "x": 780.5, + "y": 278 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/length_and_gc_content/length_and_gc_content/0.1.2", - "tool_shed_repository": { - "changeset_revision": "e3ba567abdf5", - "name": "length_and_gc_content", - "owner": "iuc", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"analysis\": {\"analysis_select\": \"length\", \"__current_case__\": 2}, \"gtf_file\": {\"gtfSource\": \"history\", \"__current_case__\": 1, \"gtf_history\": {\"__class__\": \"RuntimeValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "0.1.2", + "tool_id": "__FLATTEN__", + "tool_state": "{\"input\": {\"__class__\": \"RuntimeValue\"}, \"join_identifier\": \"_\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.0", "type": "tool", - "uuid": "a990d53f-3de9-4a79-a031-9b907a8c289e", + "uuid": "cb22432a-62c1-4469-8d55-f544a355de2a", "workflow_outputs": [ { - "label": "Gene length", - "output_name": "length", - "uuid": "248d3718-55df-4e6a-b310-deaf2d8a26d9" + "label": null, + "output_name": "output", + "uuid": "894a5e22-e748-43a7-97d5-5f880220c812" } ] }, "3": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/gtftobed12/gtftobed12/357", + "content_id": "toolshed.g2.bx.psu.edu/repos/lparsons/cutadapt/cutadapt/3.7+galaxy0", "errors": null, "id": 3, "input_connections": { - "gtf_file": { + "library|input_1": { "id": 0, "output_name": "output" } }, - "inputs": [ + "inputs": [], + "label": "Cutadapt: remove bad quality bp", + "name": "Cutadapt", + "outputs": [ + { + "name": "out_pairs", + "type": "input" + }, { - "description": "runtime parameter for tool Convert GTF to BED12", - "name": "gtf_file" + "name": "report", + "type": "txt" } ], + "position": { + "bottom": 2013.8000030517578, + "height": 184.8000030517578, + "left": 772.5, + "right": 972.5, + "top": 1829, + "width": 200, + "x": 772.5, + "y": 1829 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/lparsons/cutadapt/cutadapt/3.7+galaxy0", + "tool_shed_repository": { + "changeset_revision": "c5e2e5902201", + "name": "cutadapt", + "owner": "lparsons", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"adapter_options\": {\"action\": \"trim\", \"internal\": \"\", \"error_rate\": \"0.1\", \"no_indels\": \"false\", \"times\": \"1\", \"overlap\": \"3\", \"match_read_wildcards\": \" \", \"revcomp\": \"false\"}, \"filter_options\": {\"discard_trimmed\": \"false\", \"discard_untrimmed\": \"false\", \"minimum_length\": \"20\", \"maximum_length\": null, \"length_R2_options\": {\"length_R2_status\": \"False\", \"__current_case__\": 1}, \"max_n\": null, \"pair_filter\": \"any\", \"max_expected_errors\": null, \"discard_cassava\": \"false\"}, \"library\": {\"type\": \"paired_collection\", \"__current_case__\": 2, \"input_1\": {\"__class__\": \"ConnectedValue\"}, \"r1\": {\"adapters\": [], \"front_adapters\": [], \"anywhere_adapters\": [], \"cut\": \"0\"}, \"r2\": {\"adapters2\": [], \"front_adapters2\": [], \"anywhere_adapters2\": [], \"cut2\": \"0\", \"quality_cutoff2\": \"\"}}, \"output_selector\": [\"report\"], \"read_mod_options\": {\"quality_cutoff\": \"20\", \"nextseq_trim\": \"0\", \"trim_n\": \"false\", \"strip_suffix\": \"\", \"shorten_options\": {\"shorten_values\": \"False\", \"__current_case__\": 1}, \"length_tag\": \"\", \"rename\": \"\", \"zero_cap\": \"false\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "3.7+galaxy0", + "type": "tool", + "uuid": "c1da3843-d9aa-4e67-9dd4-918b0e85df51", + "workflow_outputs": [ + { + "label": null, + "output_name": "report", + "uuid": "5a6e7b6f-14a8-4f5e-ad92-97bde0860dfa" + }, + { + "label": null, + "output_name": "out_pairs", + "uuid": "db64a771-b03e-4c40-8173-89ad48396c13" + } + ] + }, + "4": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/gtftobed12/gtftobed12/357", + "errors": null, + "id": 4, + "input_connections": { + "gtf_file": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], "label": "convert gtf to bed12", "name": "Convert GTF to BED12", "outputs": [ @@ -149,14 +197,14 @@ } ], "position": { - "bottom": -132.10000610351562, + "bottom": 1104.3999938964844, "height": 154.39999389648438, - "left": 485.5, - "right": 685.5, - "top": -286.5, + "left": 1050.5, + "right": 1250.5, + "top": 950, "width": 200, - "x": 485.5, - "y": -286.5 + "x": 1050.5, + "y": 950 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/gtftobed12/gtftobed12/357", @@ -166,7 +214,7 @@ "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"advanced_options\": {\"advanced_options_selector\": \"default\", \"__current_case__\": 0}, \"gtf_file\": {\"__class__\": \"RuntimeValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"advanced_options\": {\"advanced_options_selector\": \"default\", \"__current_case__\": 0}, \"gtf_file\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "357", "type": "tool", "uuid": "ce4a827c-2862-4d19-bf69-fe41e996e4e3", @@ -174,144 +222,152 @@ { "label": null, "output_name": "bed_file", - "uuid": "282d9cb7-4ba0-477f-bd96-de5b7022f15c" + "uuid": "38b979b4-726f-4f95-a000-3f96416c2b43" } ] }, - "4": { + "5": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/lparsons/cutadapt/cutadapt/3.7+galaxy0", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/length_and_gc_content/length_and_gc_content/0.1.2", "errors": null, - "id": 4, + "id": 5, "input_connections": { - "library|input_1": { + "gtf_file|gtf_history": { "id": 1, "output_name": "output" } }, - "inputs": [ - { - "description": "runtime parameter for tool Cutadapt", - "name": "library" - } - ], - "label": "Cutadapt: remove bad quality bp", - "name": "Cutadapt", + "inputs": [], + "label": "Get gene length", + "name": "Gene length and GC content", "outputs": [ { - "name": "out_pairs", - "type": "input" - }, - { - "name": "report", - "type": "txt" + "name": "length", + "type": "tabular" } ], "position": { - "bottom": 777.3000030517578, - "height": 184.8000030517578, - "left": 207.5, - "right": 407.5, - "top": 592.5, + "bottom": 1571.6000061035156, + "height": 113.60000610351562, + "left": 1050.5, + "right": 1250.5, + "top": 1458, "width": 200, - "x": 207.5, - "y": 592.5 + "x": 1050.5, + "y": 1458 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/lparsons/cutadapt/cutadapt/3.7+galaxy0", + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/length_and_gc_content/length_and_gc_content/0.1.2", "tool_shed_repository": { - "changeset_revision": "c5e2e5902201", - "name": "cutadapt", - "owner": "lparsons", + "changeset_revision": "e3ba567abdf5", + "name": "length_and_gc_content", + "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"adapter_options\": {\"action\": \"trim\", \"internal\": \"\", \"error_rate\": \"0.1\", \"no_indels\": \"false\", \"times\": \"1\", \"overlap\": \"3\", \"match_read_wildcards\": \" \", \"revcomp\": \"false\"}, \"filter_options\": {\"discard_trimmed\": \"false\", \"discard_untrimmed\": \"false\", \"minimum_length\": \"20\", \"maximum_length\": null, \"length_R2_options\": {\"length_R2_status\": \"False\", \"__current_case__\": 1}, \"max_n\": null, \"pair_filter\": \"any\", \"max_expected_errors\": null, \"discard_cassava\": \"false\"}, \"library\": {\"type\": \"paired_collection\", \"__current_case__\": 2, \"input_1\": {\"__class__\": \"RuntimeValue\"}, \"r1\": {\"adapters\": [], \"front_adapters\": [], \"anywhere_adapters\": [], \"cut\": \"0\"}, \"r2\": {\"adapters2\": [], \"front_adapters2\": [], \"anywhere_adapters2\": [], \"cut2\": \"0\", \"quality_cutoff2\": \"\"}}, \"output_selector\": [\"report\"], \"read_mod_options\": {\"quality_cutoff\": \"20\", \"nextseq_trim\": \"0\", \"trim_n\": \"false\", \"strip_suffix\": \"\", \"shorten_options\": {\"shorten_values\": \"False\", \"__current_case__\": 1}, \"length_tag\": \"\", \"rename\": \"\", \"zero_cap\": \"false\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "3.7+galaxy0", + "tool_state": "{\"analysis\": {\"analysis_select\": \"length\", \"__current_case__\": 2}, \"gtf_file\": {\"gtfSource\": \"history\", \"__current_case__\": 1, \"gtf_history\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.1.2", "type": "tool", - "uuid": "c1da3843-d9aa-4e67-9dd4-918b0e85df51", + "uuid": "a990d53f-3de9-4a79-a031-9b907a8c289e", "workflow_outputs": [ { - "label": null, - "output_name": "report", - "uuid": "441f9022-9c31-465c-8ea3-d4ed95ee1ae4" - }, - { - "label": null, - "output_name": "out_pairs", - "uuid": "5264e3dd-fff6-4cca-8ebb-69c12274b23a" + "label": "Gene length", + "output_name": "length", + "uuid": "6be1c9ee-7492-40dd-be49-499f127670f6" } ] }, - "5": { + "6": { "annotation": "", - "content_id": "__FLATTEN__", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/fastqc/fastqc/0.73+galaxy0", "errors": null, - "id": 5, + "id": 6, "input_connections": { - "input": { - "id": 1, + "input_file": { + "id": 2, "output_name": "output" } }, "inputs": [ { - "description": "runtime parameter for tool Flatten collection", - "name": "input" + "description": "runtime parameter for tool FastQC", + "name": "adapters" + }, + { + "description": "runtime parameter for tool FastQC", + "name": "contaminants" + }, + { + "description": "runtime parameter for tool FastQC", + "name": "input_file" + }, + { + "description": "runtime parameter for tool FastQC", + "name": "limits" } ], - "label": "Flatten collection for FastQC", - "name": "Flatten collection", + "label": "FastQC check read qualities", + "name": "FastQC", "outputs": [ { - "name": "output", - "type": "input" + "name": "html_file", + "type": "html" + }, + { + "name": "text_file", + "type": "txt" } ], "position": { - "bottom": -789.5, - "height": 134, - "left": 207.5, - "right": 407.5, - "top": -923.5, + "bottom": 665.7999877929688, + "height": 316.79998779296875, + "left": 1082.5, + "right": 1282.5, + "top": 349, "width": 200, - "x": 207.5, - "y": -923.5 + "x": 1082.5, + "y": 349 }, "post_job_actions": {}, - "tool_id": "__FLATTEN__", - "tool_state": "{\"input\": {\"__class__\": \"RuntimeValue\"}, \"join_identifier\": \"_\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "1.0.0", + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/fastqc/fastqc/0.73+galaxy0", + "tool_shed_repository": { + "changeset_revision": "3d0c7bdf12f5", + "name": "fastqc", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"adapters\": {\"__class__\": \"RuntimeValue\"}, \"contaminants\": {\"__class__\": \"RuntimeValue\"}, \"input_file\": {\"__class__\": \"RuntimeValue\"}, \"kmers\": \"7\", \"limits\": {\"__class__\": \"RuntimeValue\"}, \"min_length\": null, \"nogroup\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.73+galaxy0", "type": "tool", - "uuid": "cb22432a-62c1-4469-8d55-f544a355de2a", + "uuid": "46123d1b-6de3-4484-b9c8-8c0f4f84c745", "workflow_outputs": [ { "label": null, - "output_name": "output", - "uuid": "bac821d4-bf87-4e99-aafe-c9a2bba3054e" + "output_name": "text_file", + "uuid": "dd055c33-6895-440f-ad9f-99de6107e02f" + }, + { + "label": null, + "output_name": "html_file", + "uuid": "2afb7d91-d372-4d7e-b979-f3fb2b430abb" } ] }, - "6": { + "7": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/rgrnastar/rna_star/2.7.8a", "errors": null, - "id": 6, + "id": 7, "input_connections": { "refGenomeSource|GTFconditional|sjdbGTFfile": { - "id": 0, + "id": 1, "output_name": "output" }, "singlePaired|input": { - "id": 4, + "id": 3, "output_name": "out_pairs" } }, - "inputs": [ - { - "description": "runtime parameter for tool RNA STAR", - "name": "singlePaired" - } - ], + "inputs": [], "label": "STAR: map reads", "name": "RNA STAR", "outputs": [ @@ -333,14 +389,14 @@ } ], "position": { - "bottom": 860.2999877929688, + "bottom": 2096.7999877929688, "height": 418.79998779296875, - "left": 485.5, - "right": 685.5, - "top": 441.5, + "left": 1050.5, + "right": 1250.5, + "top": 1678, "width": 200, - "x": 485.5, - "y": 441.5 + "x": 1050.5, + "y": 1678 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/rgrnastar/rna_star/2.7.8a", @@ -350,7 +406,7 @@ "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"algo\": {\"params\": {\"settingsType\": \"default\", \"__current_case__\": 0}}, \"chimOutType\": \"\", \"filter\": {\"basic_filters\": null, \"output_params2\": {\"output_select2\": \"no\", \"__current_case__\": 1}}, \"oformat\": {\"outSAMattributes\": [\"NH\", \"HI\", \"AS\", \"nM\", \"ch\"], \"HI_offset\": \"1\", \"outSAMprimaryFlag\": \"OneBestScore\", \"outSAMmapqUnique\": \"60\"}, \"perf\": {\"outBAMsortingBinsN\": \"50\"}, \"quantmode_output\": {\"quantMode\": \"GeneCounts\", \"__current_case__\": 1}, \"refGenomeSource\": {\"geneSource\": \"indexed\", \"__current_case__\": 0, \"GTFconditional\": {\"GTFselect\": \"without-gtf\", \"__current_case__\": 1, \"genomeDir\": \"dm6full\", \"sjdbGTFfile\": {\"__class__\": \"RuntimeValue\"}, \"sjdbOverhang\": \"36\"}}, \"singlePaired\": {\"sPaired\": \"paired_collection\", \"__current_case__\": 2, \"input\": {\"__class__\": \"RuntimeValue\"}}, \"twopass\": {\"twopassMode\": \"None\", \"__current_case__\": 0, \"twopass_read_subset\": \"\", \"sj_precalculated\": \"\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"algo\": {\"params\": {\"settingsType\": \"default\", \"__current_case__\": 0}}, \"chimOutType\": \"\", \"filter\": {\"basic_filters\": null, \"output_params2\": {\"output_select2\": \"no\", \"__current_case__\": 1}}, \"oformat\": {\"outSAMattributes\": [\"NH\", \"HI\", \"AS\", \"nM\", \"ch\"], \"HI_offset\": \"1\", \"outSAMprimaryFlag\": \"OneBestScore\", \"outSAMmapqUnique\": \"60\"}, \"perf\": {\"outBAMsortingBinsN\": \"50\"}, \"quantmode_output\": {\"quantMode\": \"GeneCounts\", \"__current_case__\": 1}, \"refGenomeSource\": {\"geneSource\": \"indexed\", \"__current_case__\": 0, \"GTFconditional\": {\"GTFselect\": \"without-gtf\", \"__current_case__\": 1, \"genomeDir\": \"dm6full\", \"sjdbGTFfile\": {\"__class__\": \"ConnectedValue\"}, \"sjdbOverhang\": \"36\"}}, \"singlePaired\": {\"sPaired\": \"paired_collection\", \"__current_case__\": 2, \"input\": {\"__class__\": \"ConnectedValue\"}}, \"twopass\": {\"twopassMode\": \"None\", \"__current_case__\": 0, \"twopass_read_subset\": \"\", \"sj_precalculated\": \"\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "2.7.8a", "type": "tool", "uuid": "2f28336b-f441-48d2-b8ea-fc4d0ef80b17", @@ -358,33 +414,33 @@ { "label": null, "output_name": "splice_junctions", - "uuid": "20ac3ab5-2d12-40c0-b5c1-2786ec39e734" + "uuid": "589c4ebd-9121-4fb1-90d4-00132a89d7a4" }, { "label": null, "output_name": "output_log", - "uuid": "5c4d3c87-449a-4b50-bcd4-27b05a55ce87" + "uuid": "f231c00a-a463-454f-b144-d764a03fb209" }, { "label": null, "output_name": "reads_per_gene", - "uuid": "8fc8e703-d5a9-486b-8ae2-00d430789f09" + "uuid": "97799de5-55aa-4c7d-b2ef-3a77372a55f0" }, { "label": null, "output_name": "mapped_reads", - "uuid": "fd0daa7f-2eb1-489c-9178-10e1263a4688" + "uuid": "3cf6a453-6564-4c35-96bb-0cd0cca3485e" } ] }, - "7": { + "8": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", "errors": null, - "id": 7, + "id": 8, "input_connections": { "results_0|software_cond|input": { - "id": 4, + "id": 3, "output_name": "report" } }, @@ -402,14 +458,14 @@ } ], "position": { - "bottom": 1103.6999969482422, + "bottom": 2340.199996948242, "height": 205.1999969482422, - "left": 485.5, - "right": 685.5, - "top": 898.5, + "left": 1050.5, + "right": 1250.5, + "top": 2135, "width": 200, - "x": 485.5, - "y": 898.5 + "x": 1050.5, + "y": 2135 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", @@ -419,270 +475,217 @@ "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"cutadapt\", \"__current_case__\": 5, \"input\": {\"__class__\": \"RuntimeValue\"}}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"cutadapt\", \"__current_case__\": 5, \"input\": {\"__class__\": \"ConnectedValue\"}}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.11+galaxy0", "type": "tool", "uuid": "fe09dd01-4a43-44f7-bce7-0cb22ddb04bb", "workflow_outputs": [ - { - "label": "multiqc_cutadapt_html", - "output_name": "html_report", - "uuid": "dc9a0145-72b5-4da7-a78d-1628f607d775" - }, { "label": "MultiQC on input dataset(s): Stats", "output_name": "stats", - "uuid": "09fe7022-bdde-44f5-aa30-218479e3a98d" + "uuid": "4c6fcbbe-9e9f-44db-ae23-0262570af5d3" + }, + { + "label": "multiqc_cutadapt_html", + "output_name": "html_report", + "uuid": "f19adb3e-0bbd-4a11-864a-679ec61add63" } ] }, - "8": { + "9": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/fastqc/fastqc/0.73+galaxy0", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", "errors": null, - "id": 8, + "id": 9, "input_connections": { - "input_file": { - "id": 5, - "output_name": "output" + "results_0|software_cond|output_0|input": { + "id": 6, + "output_name": "text_file" } }, - "inputs": [ - { - "description": "runtime parameter for tool FastQC", - "name": "adapters" - }, - { - "description": "runtime parameter for tool FastQC", - "name": "contaminants" - }, - { - "description": "runtime parameter for tool FastQC", - "name": "input_file" - }, - { - "description": "runtime parameter for tool FastQC", - "name": "limits" - } - ], - "label": "FastQC check read qualities", - "name": "FastQC", + "inputs": [], + "label": "Combine FastQC results", + "name": "MultiQC", "outputs": [ { - "name": "html_file", - "type": "html" + "name": "stats", + "type": "input" }, { - "name": "text_file", - "type": "txt" + "name": "html_report", + "type": "html" } ], "position": { - "bottom": -586.7000122070312, - "height": 316.79998779296875, - "left": 485.5, - "right": 685.5, - "top": -903.5, + "bottom": 650.1999969482422, + "height": 205.1999969482422, + "left": 1348.5, + "right": 1548.5, + "top": 445, "width": 200, - "x": 485.5, - "y": -903.5 + "x": 1348.5, + "y": 445 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/fastqc/fastqc/0.73+galaxy0", + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", "tool_shed_repository": { - "changeset_revision": "3d0c7bdf12f5", - "name": "fastqc", - "owner": "devteam", + "changeset_revision": "9a913cdee30e", + "name": "multiqc", + "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"adapters\": {\"__class__\": \"RuntimeValue\"}, \"contaminants\": {\"__class__\": \"RuntimeValue\"}, \"input_file\": {\"__class__\": \"RuntimeValue\"}, \"kmers\": \"7\", \"limits\": {\"__class__\": \"RuntimeValue\"}, \"min_length\": null, \"nogroup\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "0.73+galaxy0", + "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"fastqc\", \"__current_case__\": 8, \"output\": [{\"__index__\": 0, \"type\": \"data\", \"input\": {\"__class__\": \"RuntimeValue\"}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.11+galaxy0", "type": "tool", - "uuid": "46123d1b-6de3-4484-b9c8-8c0f4f84c745", + "uuid": "12c04a3a-06c3-4305-a985-bf25a9ca16f1", "workflow_outputs": [ { - "label": null, - "output_name": "text_file", - "uuid": "3e805997-74f9-4dfc-a3ec-c5ca6510f393" + "label": "multiqc_fastqc_html", + "output_name": "html_report", + "uuid": "723286a5-6825-4c4a-a24e-c76daef14c87" }, { "label": null, - "output_name": "html_file", - "uuid": "8dcfc380-b91c-46f4-aafc-45e84b0265e0" + "output_name": "stats", + "uuid": "65fb5650-5426-4754-a505-ef5d1e87dd88" } ] }, - "9": { + "10": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_infer_experiment/2.6.4.1", + "content_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_geneBody_coverage/2.6.4.3", "errors": null, - "id": 9, + "id": 10, "input_connections": { - "input": { - "id": 6, + "batch_mode|input": { + "id": 7, "output_name": "mapped_reads" }, "refgene": { - "id": 3, + "id": 4, "output_name": "bed_file" } }, - "inputs": [ + "inputs": [], + "label": "Get gene body coverage", + "name": "Gene Body Coverage (BAM)", + "outputs": [ { - "description": "runtime parameter for tool Infer Experiment", - "name": "input" + "name": "outputcurvespdf", + "type": "pdf" }, { - "description": "runtime parameter for tool Infer Experiment", - "name": "refgene" - } - ], - "label": "Determine library strandness with Infer Experiment", - "name": "Infer Experiment", - "outputs": [ - { - "name": "output", + "name": "outputtxt", "type": "txt" } ], "position": { - "bottom": 91.89999389648438, - "height": 164.39999389648438, - "left": 783.5, - "right": 983.5, - "top": -72.5, + "bottom": 944, + "height": 256, + "left": 1348.5, + "right": 1548.5, + "top": 688, "width": 200, - "x": 783.5, - "y": -72.5 + "x": 1348.5, + "y": 688 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_infer_experiment/2.6.4.1", + "tool_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_geneBody_coverage/2.6.4.3", "tool_shed_repository": { "changeset_revision": "f437057e46f1", "name": "rseqc", "owner": "nilesh", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"input\": {\"__class__\": \"RuntimeValue\"}, \"mapq\": \"30\", \"refgene\": {\"__class__\": \"RuntimeValue\"}, \"sample_size\": \"200000\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "2.6.4.1", + "tool_state": "{\"batch_mode\": {\"batch_mode_selector\": \"batch\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}}, \"minimum_length\": \"100\", \"refgene\": {\"__class__\": \"ConnectedValue\"}, \"rscript_output\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.6.4.3", "type": "tool", - "uuid": "812130f0-bd99-46d0-8714-cbf164b35c0d", + "uuid": "b7d1dd3e-b78b-43b3-b3cb-83e478cbc8ce", "workflow_outputs": [ { - "label": "inferexperiment", - "output_name": "output", - "uuid": "88941611-6f3a-4f0d-9d58-f583dd6e6be4" + "label": null, + "output_name": "outputtxt", + "uuid": "5e2ee3a9-4aa7-4095-ba18-26e625eb35ba" + }, + { + "label": null, + "output_name": "outputcurvespdf", + "uuid": "e85c8c3f-9730-4e3d-901a-5894dc13de9b" } ] }, - "10": { + "11": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/featurecounts/featurecounts/2.0.1+galaxy2", + "content_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_read_distribution/2.6.4.1", "errors": null, - "id": 10, + "id": 11, "input_connections": { - "alignment": { - "id": 6, + "input": { + "id": 7, "output_name": "mapped_reads" }, - "anno|reference_gene_sets": { - "id": 0, - "output_name": "output" + "refgene": { + "id": 4, + "output_name": "bed_file" } }, - "inputs": [ - { - "description": "runtime parameter for tool featureCounts", - "name": "alignment" - }, - { - "description": "runtime parameter for tool featureCounts", - "name": "anno" - } - ], - "label": "count fragments per gene", - "name": "featureCounts", + "inputs": [], + "label": "Compute read distribution statistics", + "name": "Read Distribution", "outputs": [ { - "name": "output_short", - "type": "tabular" - }, - { - "name": "output_summary", - "type": "tabular" - }, - { - "name": "output_feature_lengths", - "type": "tabular" + "name": "output", + "type": "txt" } ], "position": { - "bottom": 436.29998779296875, - "height": 306.79998779296875, - "left": 783.5, - "right": 983.5, - "top": 129.5, + "bottom": 1126, + "height": 144, + "left": 1348.5, + "right": 1548.5, + "top": 982, "width": 200, - "x": 783.5, - "y": 129.5 + "x": 1348.5, + "y": 982 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/featurecounts/featurecounts/2.0.1+galaxy2", + "tool_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_read_distribution/2.6.4.1", "tool_shed_repository": { - "changeset_revision": "38b6d12edc68", - "name": "featurecounts", - "owner": "iuc", + "changeset_revision": "f437057e46f1", + "name": "rseqc", + "owner": "nilesh", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"alignment\": {\"__class__\": \"RuntimeValue\"}, \"anno\": {\"anno_select\": \"history\", \"__current_case__\": 2, \"reference_gene_sets\": {\"__class__\": \"RuntimeValue\"}}, \"extended_parameters\": {\"gff_feature_type\": \"exon\", \"gff_feature_attribute\": \"gene_id\", \"summarization_level\": \"false\", \"multifeatures\": {\"multifeat\": \"\", \"__current_case__\": 0}, \"exon_exon_junction_read_counting_enabled\": {\"count_exon_exon_junction_reads\": \"false\", \"__current_case__\": 1}, \"long_reads\": \"false\", \"by_read_group\": \"false\", \"largest_overlap\": \"false\", \"min_overlap\": \"1\", \"frac_overlap\": \"0\", \"frac_overlap_feature\": \"0\", \"read_extension_5p\": \"0\", \"read_extension_3p\": \"0\", \"read_reduction\": \"\", \"R\": \"false\"}, \"format\": \"tabdel_short\", \"include_feature_length_file\": \"true\", \"pe_parameters\": {\"fragment_counting_enabled\": {\"fragment_counting\": \" -p\", \"__current_case__\": 0, \"check_distance_enabled\": {\"check_distance\": \"false\", \"__current_case__\": 1}}, \"only_both_ends\": \"false\", \"exclude_chimerics\": \"true\"}, \"read_filtering_parameters\": {\"mapping_quality\": \"10\", \"splitonly\": \"\", \"primary\": \"false\", \"ignore_dup\": \"false\"}, \"strand_specificity\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "2.0.1+galaxy2", + "tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"refgene\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.6.4.1", "type": "tool", - "uuid": "b52849b7-fa04-44ef-8202-21d21765ce80", + "uuid": "e2f3d348-0e3f-4b15-9a69-d8a8f98f1dfc", "workflow_outputs": [ { "label": null, - "output_name": "output_short", - "uuid": "8a36aab3-b9b1-41a2-91db-c9bc85b8aea6" - }, - { - "label": "featurecounts_summary", - "output_name": "output_summary", - "uuid": "1a51eecf-5c55-478a-af8a-37a68ea6a804" - }, - { - "label": null, - "output_name": "output_feature_lengths", - "uuid": "746749b7-2893-4f63-8eb8-8f09d76cfadf" + "output_name": "output", + "uuid": "3eaedcda-7768-4a0e-aa85-00642620c401" } ] }, - "11": { + "12": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_read_distribution/2.6.4.1", + "content_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_infer_experiment/2.6.4.1", "errors": null, - "id": 11, + "id": 12, "input_connections": { "input": { - "id": 6, + "id": 7, "output_name": "mapped_reads" }, "refgene": { - "id": 3, + "id": 4, "output_name": "bed_file" } }, - "inputs": [ - { - "description": "runtime parameter for tool Read Distribution", - "name": "input" - }, - { - "description": "runtime parameter for tool Read Distribution", - "name": "refgene" - } - ], - "label": "Compute read distribution statistics", - "name": "Read Distribution", + "inputs": [], + "label": "Determine library strandness with Infer Experiment", + "name": "Infer Experiment", "outputs": [ { "name": "output", @@ -690,179 +693,169 @@ } ], "position": { - "bottom": -110.5, - "height": 144, - "left": 783.5, - "right": 983.5, - "top": -254.5, + "bottom": 1328.3999938964844, + "height": 164.39999389648438, + "left": 1348.5, + "right": 1548.5, + "top": 1164, "width": 200, - "x": 783.5, - "y": -254.5 + "x": 1348.5, + "y": 1164 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_read_distribution/2.6.4.1", + "tool_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_infer_experiment/2.6.4.1", "tool_shed_repository": { "changeset_revision": "f437057e46f1", "name": "rseqc", "owner": "nilesh", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"input\": {\"__class__\": \"RuntimeValue\"}, \"refgene\": {\"__class__\": \"RuntimeValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"mapq\": \"30\", \"refgene\": {\"__class__\": \"ConnectedValue\"}, \"sample_size\": \"200000\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "2.6.4.1", "type": "tool", - "uuid": "e2f3d348-0e3f-4b15-9a69-d8a8f98f1dfc", + "uuid": "812130f0-bd99-46d0-8714-cbf164b35c0d", "workflow_outputs": [ { - "label": null, + "label": "inferexperiment", "output_name": "output", - "uuid": "a76b360c-5464-4776-91b2-88b29a8b859b" + "uuid": "a6247147-bbd5-49cc-990f-4d004e0a900b" } ] }, - "12": { + "13": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_idxstats/samtools_idxstats/2.0.4", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/featurecounts/featurecounts/2.0.1+galaxy2", "errors": null, - "id": 12, + "id": 13, "input_connections": { - "input": { - "id": 6, + "alignment": { + "id": 7, "output_name": "mapped_reads" + }, + "anno|reference_gene_sets": { + "id": 1, + "output_name": "output" } }, - "inputs": [ - { - "description": "runtime parameter for tool Samtools idxstats", - "name": "input" - } - ], - "label": "Get reads number per chromosome", - "name": "Samtools idxstats", + "inputs": [], + "label": "count fragments per gene", + "name": "featureCounts", "outputs": [ { - "name": "output", + "name": "output_short", + "type": "tabular" + }, + { + "name": "output_summary", + "type": "tabular" + }, + { + "name": "output_feature_lengths", "type": "tabular" } ], "position": { - "bottom": 608.5, - "height": 134, - "left": 783.5, - "right": 983.5, - "top": 474.5, + "bottom": 1652.3999938964844, + "height": 286.3999938964844, + "left": 1348.5, + "right": 1548.5, + "top": 1366, "width": 200, - "x": 783.5, - "y": 474.5 + "x": 1348.5, + "y": 1366 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_idxstats/samtools_idxstats/2.0.4", + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/featurecounts/featurecounts/2.0.1+galaxy2", "tool_shed_repository": { - "changeset_revision": "7def34e6cf4d", - "name": "samtools_idxstats", - "owner": "devteam", + "changeset_revision": "38b6d12edc68", + "name": "featurecounts", + "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"input\": {\"__class__\": \"RuntimeValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "2.0.4", + "tool_state": "{\"alignment\": {\"__class__\": \"ConnectedValue\"}, \"anno\": {\"anno_select\": \"history\", \"__current_case__\": 2, \"reference_gene_sets\": {\"__class__\": \"ConnectedValue\"}}, \"extended_parameters\": {\"gff_feature_type\": \"exon\", \"gff_feature_attribute\": \"gene_id\", \"summarization_level\": \"false\", \"multifeatures\": {\"multifeat\": \"\", \"__current_case__\": 0}, \"exon_exon_junction_read_counting_enabled\": {\"count_exon_exon_junction_reads\": \"false\", \"__current_case__\": 1}, \"long_reads\": \"false\", \"by_read_group\": \"false\", \"largest_overlap\": \"false\", \"min_overlap\": \"1\", \"frac_overlap\": \"0\", \"frac_overlap_feature\": \"0\", \"read_extension_5p\": \"0\", \"read_extension_3p\": \"0\", \"read_reduction\": \"\", \"R\": \"false\"}, \"format\": \"tabdel_short\", \"include_feature_length_file\": \"true\", \"pe_parameters\": {\"fragment_counting_enabled\": {\"fragment_counting\": \" -p\", \"__current_case__\": 0, \"check_distance_enabled\": {\"check_distance\": \"false\", \"__current_case__\": 1}}, \"only_both_ends\": \"false\", \"exclude_chimerics\": \"true\"}, \"read_filtering_parameters\": {\"mapping_quality\": \"10\", \"splitonly\": \"\", \"primary\": \"false\", \"ignore_dup\": \"false\"}, \"strand_specificity\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.0.1+galaxy2", "type": "tool", - "uuid": "a6c99075-2559-486d-9295-a500517cdcdd", + "uuid": "b52849b7-fa04-44ef-8202-21d21765ce80", "workflow_outputs": [ { - "label": null, - "output_name": "output", - "uuid": "d9306f1f-75fd-4874-b1f1-dc73ed440fd1" + "label": null, + "output_name": "output_feature_lengths", + "uuid": "8c22b41f-3137-4172-8bb8-2953779c6182" + }, + { + "label": null, + "output_name": "output_short", + "uuid": "9bb2413f-f503-4448-b203-73dd1b383170" + }, + { + "label": "featurecounts_summary", + "output_name": "output_summary", + "uuid": "7a49f565-3693-465e-af0a-08e647100d7e" } ] }, - "13": { + "14": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_geneBody_coverage/2.6.4.3", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_idxstats/samtools_idxstats/2.0.4", "errors": null, - "id": 13, + "id": 14, "input_connections": { - "batch_mode|input": { - "id": 6, + "input": { + "id": 7, "output_name": "mapped_reads" - }, - "refgene": { - "id": 3, - "output_name": "bed_file" } }, - "inputs": [ - { - "description": "runtime parameter for tool Gene Body Coverage (BAM)", - "name": "batch_mode" - }, - { - "description": "runtime parameter for tool Gene Body Coverage (BAM)", - "name": "refgene" - } - ], - "label": "Get gene body coverage", - "name": "Gene Body Coverage (BAM)", + "inputs": [], + "label": "Get reads number per chromosome", + "name": "Samtools idxstats", "outputs": [ { - "name": "outputcurvespdf", - "type": "pdf" - }, - { - "name": "outputtxt", - "type": "txt" + "name": "output", + "type": "tabular" } ], "position": { - "bottom": -292.5, - "height": 256, - "left": 783.5, - "right": 983.5, - "top": -548.5, + "bottom": 1845, + "height": 134, + "left": 1348.5, + "right": 1548.5, + "top": 1711, "width": 200, - "x": 783.5, - "y": -548.5 + "x": 1348.5, + "y": 1711 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/nilesh/rseqc/rseqc_geneBody_coverage/2.6.4.3", + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_idxstats/samtools_idxstats/2.0.4", "tool_shed_repository": { - "changeset_revision": "f437057e46f1", - "name": "rseqc", - "owner": "nilesh", + "changeset_revision": "7def34e6cf4d", + "name": "samtools_idxstats", + "owner": "devteam", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"batch_mode\": {\"batch_mode_selector\": \"batch\", \"__current_case__\": 0, \"input\": {\"__class__\": \"RuntimeValue\"}}, \"minimum_length\": \"100\", \"refgene\": {\"__class__\": \"RuntimeValue\"}, \"rscript_output\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "2.6.4.3", + "tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.0.4", "type": "tool", - "uuid": "b7d1dd3e-b78b-43b3-b3cb-83e478cbc8ce", + "uuid": "a6c99075-2559-486d-9295-a500517cdcdd", "workflow_outputs": [ { "label": null, - "output_name": "outputtxt", - "uuid": "c42d7690-5431-4ef1-a922-e5c672980c5d" - }, - { - "label": null, - "output_name": "outputcurvespdf", - "uuid": "aceed2f5-4e60-46f0-8e5a-ec9f2b20a2ea" + "output_name": "output", + "uuid": "f9fcdbc9-f7b9-4259-9da4-5a8f59e284a9" } ] }, - "14": { + "15": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/picard/picard_MarkDuplicates/2.18.2.3", "errors": null, - "id": 14, + "id": 15, "input_connections": { "inputFile": { - "id": 6, + "id": 7, "output_name": "mapped_reads" } }, - "inputs": [ - { - "description": "runtime parameter for tool MarkDuplicates", - "name": "inputFile" - } - ], + "inputs": [], "label": "Remove duplicates", "name": "MarkDuplicates", "outputs": [ @@ -876,14 +869,14 @@ } ], "position": { - "bottom": 892.5, + "bottom": 2129, "height": 246, - "left": 783.5, - "right": 983.5, - "top": 646.5, + "left": 1348.5, + "right": 1548.5, + "top": 1883, "width": 200, - "x": 783.5, - "y": 646.5 + "x": 1348.5, + "y": 1883 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/picard/picard_MarkDuplicates/2.18.2.3", @@ -893,7 +886,7 @@ "owner": "devteam", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"assume_sorted\": \"true\", \"barcode_tag\": \"\", \"comments\": [], \"duplicate_scoring_strategy\": \"SUM_OF_BASE_QUALITIES\", \"inputFile\": {\"__class__\": \"RuntimeValue\"}, \"optical_duplicate_pixel_distance\": \"100\", \"read_name_regex\": \"\", \"remove_duplicates\": \"false\", \"validation_stringency\": \"LENIENT\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"assume_sorted\": \"true\", \"barcode_tag\": \"\", \"comments\": [], \"duplicate_scoring_strategy\": \"SUM_OF_BASE_QUALITIES\", \"inputFile\": {\"__class__\": \"ConnectedValue\"}, \"optical_duplicate_pixel_distance\": \"100\", \"read_name_regex\": \"\", \"remove_duplicates\": \"false\", \"validation_stringency\": \"LENIENT\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "2.18.2.3", "type": "tool", "uuid": "71f83b88-974b-4852-94c1-30d6101844f3", @@ -901,32 +894,27 @@ { "label": null, "output_name": "outFile", - "uuid": "b3b81f42-4c1c-41f5-bc97-6363c3de1201" + "uuid": "613b3936-076d-4b23-93b2-6a45e3461f11" }, { "label": null, "output_name": "metrics_file", - "uuid": "af0db8fb-a1e8-41bd-b683-7c31793090ab" + "uuid": "3dbbafc1-8c5c-4c63-8dd1-d50a05d3697b" } ] }, - "15": { + "16": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_tail_tool/1.1.0", "errors": null, - "id": 15, + "id": 16, "input_connections": { "infile": { - "id": 6, + "id": 7, "output_name": "reads_per_gene" } }, - "inputs": [ - { - "description": "runtime parameter for tool Select last", - "name": "infile" - } - ], + "inputs": [], "label": "Remove statistics from STAR counts", "name": "Select last", "outputs": [ @@ -936,14 +924,14 @@ } ], "position": { - "bottom": 1079.1000061035156, + "bottom": 2315.6000061035156, "height": 113.60000610351562, - "left": 783.5, - "right": 983.5, - "top": 965.5, + "left": 1348.5, + "right": 1548.5, + "top": 2202, "width": 200, - "x": 783.5, - "y": 965.5 + "x": 1348.5, + "y": 2202 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_tail_tool/1.1.0", @@ -953,7 +941,7 @@ "owner": "bgruening", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"complement\": \"+\", \"infile\": {\"__class__\": \"RuntimeValue\"}, \"num_lines\": \"5\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"complement\": \"+\", \"infile\": {\"__class__\": \"ConnectedValue\"}, \"num_lines\": \"5\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.1.0", "type": "tool", "uuid": "6ccde820-2aae-46eb-82e9-f128c135745d", @@ -961,18 +949,18 @@ { "label": null, "output_name": "outfile", - "uuid": "4bbe6f52-9536-4a89-9621-239c12cb2662" + "uuid": "b9689d53-e7ac-4760-8ef3-5bb4d9ac68a1" } ] }, - "16": { + "17": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", "errors": null, - "id": 16, + "id": 17, "input_connections": { "results_0|software_cond|output_0|type|input": { - "id": 6, + "id": 7, "output_name": "reads_per_gene" } }, @@ -990,14 +978,14 @@ } ], "position": { - "bottom": 1322.6999969482422, + "bottom": 2559.199996948242, "height": 205.1999969482422, - "left": 783.5, - "right": 983.5, - "top": 1117.5, + "left": 1348.5, + "right": 1548.5, + "top": 2354, "width": 200, - "x": 783.5, - "y": 1117.5 + "x": 1348.5, + "y": 2354 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", @@ -1007,7 +995,7 @@ "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"star\", \"__current_case__\": 28, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"genecounts\", \"__current_case__\": 1, \"input\": {\"__class__\": \"RuntimeValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"star\", \"__current_case__\": 28, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"genecounts\", \"__current_case__\": 1, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.11+galaxy0", "type": "tool", "uuid": "e8184bed-29b5-4515-90d4-3264b5e045fa", @@ -1015,23 +1003,23 @@ { "label": null, "output_name": "stats", - "uuid": "fc00b13a-5102-4cee-83c3-bd975c582903" + "uuid": "4724b0f2-1532-4aa6-b6d7-17545f612e28" }, { "label": null, "output_name": "html_report", - "uuid": "04d31d9e-41cc-41a3-b94b-324ab82bb864" + "uuid": "9b76ab42-b03d-47b9-bfdc-953a5512c1c7" } ] }, - "17": { + "18": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", "errors": null, - "id": 17, + "id": 18, "input_connections": { "results_0|software_cond|output_0|type|input": { - "id": 6, + "id": 7, "output_name": "output_log" } }, @@ -1049,14 +1037,14 @@ } ], "position": { - "bottom": 1565.6999969482422, - "height": 205.1999969482422, - "left": 783.5, - "right": 983.5, - "top": 1360.5, + "bottom": 2781.800003051758, + "height": 184.8000030517578, + "left": 1348.5, + "right": 1548.5, + "top": 2597, "width": 200, - "x": 783.5, - "y": 1360.5 + "x": 1348.5, + "y": 2597 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", @@ -1066,36 +1054,36 @@ "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"star\", \"__current_case__\": 28, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"log\", \"__current_case__\": 0, \"input\": {\"__class__\": \"RuntimeValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"star\", \"__current_case__\": 28, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"log\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.11+galaxy0", "type": "tool", "uuid": "a6097d54-33ac-4c3e-a1bd-5a15253fce6a", "workflow_outputs": [ - { - "label": "multiqc_star_html", - "output_name": "html_report", - "uuid": "e0b06dbf-3c11-41ef-912a-4979d3092008" - }, { "label": null, "output_name": "stats", - "uuid": "3670b715-ef46-4dac-b57a-054fca9d7afc" + "uuid": "d1bca6b2-b72d-4366-970b-c826816eebf6" + }, + { + "label": "multiqc_star_html", + "output_name": "html_report", + "uuid": "18c6f4c8-63b6-43d6-8758-bdf5b02d2154" } ] }, - "18": { + "19": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", "errors": null, - "id": 18, + "id": 19, "input_connections": { - "results_0|software_cond|output_0|input": { - "id": 8, - "output_name": "text_file" + "results_0|software_cond|output_0|type|input": { + "id": 10, + "output_name": "outputtxt" } }, "inputs": [], - "label": "Combine FastQC results", + "label": "Combine gene body coverage", "name": "MultiQC", "outputs": [ { @@ -1108,14 +1096,14 @@ } ], "position": { - "bottom": -586.3000030517578, - "height": 205.1999969482422, - "left": 783.5, - "right": 983.5, - "top": -791.5, + "bottom": 958, + "height": 246, + "left": 1626.5, + "right": 1826.5, + "top": 712, "width": 200, - "x": 783.5, - "y": -791.5 + "x": 1626.5, + "y": 712 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", @@ -1125,36 +1113,36 @@ "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"fastqc\", \"__current_case__\": 8, \"output\": [{\"__index__\": 0, \"type\": \"data\", \"input\": {\"__class__\": \"RuntimeValue\"}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"rseqc\", \"__current_case__\": 22, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"gene_body_coverage\", \"__current_case__\": 1, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.11+galaxy0", "type": "tool", - "uuid": "12c04a3a-06c3-4305-a985-bf25a9ca16f1", + "uuid": "583d5c19-a909-4017-ad5d-4cfec35470e4", "workflow_outputs": [ { "label": null, "output_name": "stats", - "uuid": "f1a5ccce-5a78-4c18-ab4d-5dde16de04c9" + "uuid": "f21cc330-8e9c-4976-99b3-afa29d3967ed" }, { - "label": "multiqc_fastqc_html", + "label": null, "output_name": "html_report", - "uuid": "73260cf6-02b4-43d7-838f-4533e41cc5be" + "uuid": "86278ebe-e57a-4708-9279-641dd8538dda" } ] }, - "19": { + "20": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", "errors": null, - "id": 19, + "id": 20, "input_connections": { - "results_0|software_cond|input": { - "id": 10, - "output_name": "output_summary" + "results_0|software_cond|output_0|type|input": { + "id": 11, + "output_name": "output" } }, "inputs": [], - "label": "Combine read asignments statistics", + "label": "Combine read distribution on known features", "name": "MultiQC", "outputs": [ { @@ -1167,14 +1155,14 @@ } ], "position": { - "bottom": 248.6999969482422, - "height": 205.1999969482422, - "left": 1061.5, - "right": 1261.5, - "top": 43.5, + "bottom": 1242, + "height": 246, + "left": 1626.5, + "right": 1826.5, + "top": 996, "width": 200, - "x": 1061.5, - "y": 43.5 + "x": 1626.5, + "y": 996 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", @@ -1184,75 +1172,20 @@ "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"featureCounts\", \"__current_case__\": 9, \"input\": {\"__class__\": \"RuntimeValue\"}}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"rseqc\", \"__current_case__\": 22, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"read_distribution\", \"__current_case__\": 6, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.11+galaxy0", "type": "tool", - "uuid": "827c9a6d-ce71-4348-a220-73ff53e221d8", + "uuid": "252a2aee-0d82-41da-91f2-2d6069e2f095", "workflow_outputs": [ - { - "label": null, - "output_name": "stats", - "uuid": "cdf7e260-9944-4e48-8851-7d23b31bc552" - }, { "label": null, "output_name": "html_report", - "uuid": "e996a06a-8e33-4f2c-a392-fd4bc6c197fe" - } - ] - }, - "20": { - "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_header_tool/1.1.1", - "errors": null, - "id": 20, - "input_connections": { - "infile": { - "id": 10, - "output_name": "output_short" - } - }, - "inputs": [ - { - "description": "runtime parameter for tool Sort", - "name": "infile" - } - ], - "label": "Sort counts to get gene with highest count on feature Counts", - "name": "Sort", - "outputs": [ - { - "name": "outfile", - "type": "input" - } - ], - "position": { - "bottom": 420.5, - "height": 134, - "left": 1061.5, - "right": 1261.5, - "top": 286.5, - "width": 200, - "x": 1061.5, - "y": 286.5 - }, - "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_header_tool/1.1.1", - "tool_shed_repository": { - "changeset_revision": "ddf54b12c295", - "name": "text_processing", - "owner": "bgruening", - "tool_shed": "toolshed.g2.bx.psu.edu" - }, - "tool_state": "{\"header\": \"1\", \"ignore_case\": \"false\", \"infile\": {\"__class__\": \"RuntimeValue\"}, \"sortkeys\": [{\"__index__\": 0, \"column\": \"2\", \"order\": \"r\", \"style\": \"n\"}], \"unique\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "1.1.1", - "type": "tool", - "uuid": "ffa9bbcf-9a49-4847-a4e9-7dd40d2e952c", - "workflow_outputs": [ + "uuid": "0f27a1d4-505b-41fa-9f4e-d122e7944ca6" + }, { "label": null, - "output_name": "outfile", - "uuid": "84a8de0f-9a21-4e5d-a040-0669812ae3d9" + "output_name": "stats", + "uuid": "e020011b-5969-4be7-a7ae-10a0e20e23b4" } ] }, @@ -1262,13 +1195,13 @@ "errors": null, "id": 21, "input_connections": { - "results_0|software_cond|output_0|type|input": { - "id": 11, - "output_name": "output" + "results_0|software_cond|input": { + "id": 13, + "output_name": "output_summary" } }, "inputs": [], - "label": "Combine read distribution on known features", + "label": "Combine read asignments statistics", "name": "MultiQC", "outputs": [ { @@ -1281,14 +1214,14 @@ } ], "position": { - "bottom": 5.5, - "height": 246, - "left": 1061.5, - "right": 1261.5, - "top": -240.5, + "bottom": 1485.1999969482422, + "height": 205.1999969482422, + "left": 1626.5, + "right": 1826.5, + "top": 1280, "width": 200, - "x": 1061.5, - "y": -240.5 + "x": 1626.5, + "y": 1280 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", @@ -1298,79 +1231,70 @@ "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"rseqc\", \"__current_case__\": 22, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"read_distribution\", \"__current_case__\": 6, \"input\": {\"__class__\": \"RuntimeValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"featureCounts\", \"__current_case__\": 9, \"input\": {\"__class__\": \"ConnectedValue\"}}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.11+galaxy0", "type": "tool", - "uuid": "252a2aee-0d82-41da-91f2-2d6069e2f095", + "uuid": "827c9a6d-ce71-4348-a220-73ff53e221d8", "workflow_outputs": [ { "label": null, - "output_name": "html_report", - "uuid": "4c957aa9-c272-4b8b-99f3-1527b7ddaaa3" + "output_name": "stats", + "uuid": "2c02c5a1-7107-49ff-a200-bd7c2d48521d" }, { "label": null, - "output_name": "stats", - "uuid": "45b8129f-3220-4a4e-b05a-1435a1803b45" + "output_name": "html_report", + "uuid": "7141db3b-20ec-48a0-b132-81b4b696ea64" } ] }, "22": { "annotation": "", - "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_header_tool/1.1.1", "errors": null, "id": 22, "input_connections": { - "results_0|software_cond|output_0|type|input": { - "id": 12, - "output_name": "output" + "infile": { + "id": 13, + "output_name": "output_short" } }, "inputs": [], - "label": "Combine results on reads per chromosome", - "name": "MultiQC", + "label": "Sort counts to get gene with highest count on feature Counts", + "name": "Sort", "outputs": [ { - "name": "stats", + "name": "outfile", "type": "input" - }, - { - "name": "html_report", - "type": "html" } ], "position": { - "bottom": 684.1000061035156, - "height": 225.60000610351562, - "left": 1061.5, - "right": 1261.5, - "top": 458.5, + "bottom": 1657, + "height": 134, + "left": 1626.5, + "right": 1826.5, + "top": 1523, "width": 200, - "x": 1061.5, - "y": 458.5 + "x": 1626.5, + "y": 1523 }, "post_job_actions": {}, - "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_header_tool/1.1.1", "tool_shed_repository": { - "changeset_revision": "9a913cdee30e", - "name": "multiqc", - "owner": "iuc", + "changeset_revision": "ddf54b12c295", + "name": "text_processing", + "owner": "bgruening", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"samtools\", \"__current_case__\": 24, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"idxstats\", \"__current_case__\": 2, \"input\": {\"__class__\": \"RuntimeValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", - "tool_version": "1.11+galaxy0", + "tool_state": "{\"header\": \"1\", \"ignore_case\": \"false\", \"infile\": {\"__class__\": \"ConnectedValue\"}, \"sortkeys\": [{\"__index__\": 0, \"column\": \"2\", \"order\": \"r\", \"style\": \"n\"}], \"unique\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.1.1", "type": "tool", - "uuid": "5a4d87b3-0d53-47c8-8beb-e656a96293b5", + "uuid": "ffa9bbcf-9a49-4847-a4e9-7dd40d2e952c", "workflow_outputs": [ { "label": null, - "output_name": "stats", - "uuid": "b98d3283-80da-4a98-93a8-e0191eb6cb1c" - }, - { - "label": null, - "output_name": "html_report", - "uuid": "7e0c6e88-1288-40b2-9303-f3dee4bfdd7e" + "output_name": "outfile", + "uuid": "a3f54bfc-acab-495b-b0ee-1739c6897145" } ] }, @@ -1381,12 +1305,12 @@ "id": 23, "input_connections": { "results_0|software_cond|output_0|type|input": { - "id": 13, - "output_name": "outputtxt" + "id": 14, + "output_name": "output" } }, "inputs": [], - "label": "Combine gene body coverage", + "label": "Combine results on reads per chromosome", "name": "MultiQC", "outputs": [ { @@ -1399,14 +1323,14 @@ } ], "position": { - "bottom": -278.5, - "height": 246, - "left": 1061.5, - "right": 1261.5, - "top": -524.5, + "bottom": 1920.6000061035156, + "height": 225.60000610351562, + "left": 1626.5, + "right": 1826.5, + "top": 1695, "width": 200, - "x": 1061.5, - "y": -524.5 + "x": 1626.5, + "y": 1695 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", @@ -1416,20 +1340,20 @@ "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"rseqc\", \"__current_case__\": 22, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"gene_body_coverage\", \"__current_case__\": 1, \"input\": {\"__class__\": \"RuntimeValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"samtools\", \"__current_case__\": 24, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"idxstats\", \"__current_case__\": 2, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.11+galaxy0", "type": "tool", - "uuid": "583d5c19-a909-4017-ad5d-4cfec35470e4", + "uuid": "5a4d87b3-0d53-47c8-8beb-e656a96293b5", "workflow_outputs": [ { "label": null, "output_name": "stats", - "uuid": "8bf746b2-99bb-4e71-85c0-f67f95ebdd38" + "uuid": "c59e289e-2730-4a36-baea-d731ab1018e7" }, { "label": null, "output_name": "html_report", - "uuid": "321bcc1f-14da-4970-a295-3a89e391534d" + "uuid": "a5147a5c-7b5d-4e90-b7ba-c4d42d051a8b" } ] }, @@ -1440,7 +1364,7 @@ "id": 24, "input_connections": { "results_0|software_cond|output_0|input": { - "id": 14, + "id": 15, "output_name": "metrics_file" } }, @@ -1458,14 +1382,14 @@ } ], "position": { - "bottom": 927.6999969482422, + "bottom": 2164.199996948242, "height": 205.1999969482422, - "left": 1061.5, - "right": 1261.5, - "top": 722.5, + "left": 1626.5, + "right": 1826.5, + "top": 1959, "width": 200, - "x": 1061.5, - "y": 722.5 + "x": 1626.5, + "y": 1959 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.11+galaxy0", @@ -1475,7 +1399,7 @@ "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"picard\", \"__current_case__\": 17, \"output\": [{\"__index__\": 0, \"type\": \"markdups\", \"input\": {\"__class__\": \"RuntimeValue\"}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"picard\", \"__current_case__\": 17, \"output\": [{\"__index__\": 0, \"type\": \"markdups\", \"input\": {\"__class__\": \"ConnectedValue\"}}]}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.11+galaxy0", "type": "tool", "uuid": "727920a3-7efe-4d36-a987-f00cec4e32e2", @@ -1483,12 +1407,12 @@ { "label": null, "output_name": "html_report", - "uuid": "db7cfabc-b51e-40bf-b8e8-e2015ad92ca6" + "uuid": "bb9f601d-cf29-4f0f-b2c1-a043e9a5de09" }, { "label": null, "output_name": "stats", - "uuid": "de79fff6-aef8-427c-91d0-e90901f81bc1" + "uuid": "a58d9097-7fc1-4950-818a-12e57a33de1f" } ] }, @@ -1499,16 +1423,11 @@ "id": 25, "input_connections": { "input": { - "id": 15, + "id": 16, "output_name": "outfile" } }, - "inputs": [ - { - "description": "runtime parameter for tool Cut", - "name": "input" - } - ], + "inputs": [], "label": "Select unstranded counts", "name": "Cut", "outputs": [ @@ -1518,18 +1437,18 @@ } ], "position": { - "bottom": 1079.1000061035156, + "bottom": 2315.6000061035156, "height": 113.60000610351562, - "left": 1061.5, - "right": 1261.5, - "top": 965.5, + "left": 1626.5, + "right": 1826.5, + "top": 2202, "width": 200, - "x": 1061.5, - "y": 965.5 + "x": 1626.5, + "y": 2202 }, "post_job_actions": {}, "tool_id": "Cut1", - "tool_state": "{\"columnList\": \"c1,c2\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"RuntimeValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"columnList\": \"c1,c2\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.0.2", "type": "tool", "uuid": "b11fdc2b-2276-409c-875c-c2b0e943be31", @@ -1537,7 +1456,7 @@ { "label": null, "output_name": "out_file1", - "uuid": "d3c4fa19-2f79-4b96-80d7-995d45f90b66" + "uuid": "bdf0969d-8d7f-4029-80ef-20483ba2f357" } ] }, @@ -1552,12 +1471,7 @@ "output_name": "out_file1" } }, - "inputs": [ - { - "description": "runtime parameter for tool Sort", - "name": "infile" - } - ], + "inputs": [], "label": "Sort counts to get gene with highest count on STAR", "name": "Sort", "outputs": [ @@ -1567,14 +1481,14 @@ } ], "position": { - "bottom": 1114.5, + "bottom": 2351, "height": 134, - "left": 1339.5, - "right": 1539.5, - "top": 980.5, + "left": 1904.5, + "right": 2104.5, + "top": 2217, "width": 200, - "x": 1339.5, - "y": 980.5 + "x": 1904.5, + "y": 2217 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_sort_header_tool/1.1.1", @@ -1584,7 +1498,7 @@ "owner": "bgruening", "tool_shed": "toolshed.g2.bx.psu.edu" }, - "tool_state": "{\"header\": \"0\", \"ignore_case\": \"false\", \"infile\": {\"__class__\": \"RuntimeValue\"}, \"sortkeys\": [{\"__index__\": 0, \"column\": \"2\", \"order\": \"r\", \"style\": \"n\"}], \"unique\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_state": "{\"header\": \"0\", \"ignore_case\": \"false\", \"infile\": {\"__class__\": \"ConnectedValue\"}, \"sortkeys\": [{\"__index__\": 0, \"column\": \"2\", \"order\": \"r\", \"style\": \"n\"}], \"unique\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.1.1", "type": "tool", "uuid": "dc9a8a93-0a5f-4f9d-baed-7a5ce1ad5215", @@ -1592,7 +1506,7 @@ { "label": null, "output_name": "outfile", - "uuid": "5b926775-3387-43d9-b182-46a0da3867bd" + "uuid": "ed3de809-f2c9-46e6-93f2-aefb5bff6cc9" } ] } @@ -1600,6 +1514,6 @@ "tags": [ "transcriptomics" ], - "uuid": "3ddc8258-c296-4021-8426-b32b1789826a", - "version": 3 + "uuid": "88453065-5041-4c7f-89b0-4eaba50fc712", + "version": 1 } \ No newline at end of file diff --git a/GTN/trio-analysis_main_workflow.ga b/GTN/trio-analysis_main_workflow.ga new file mode 100644 index 0000000..82b7f2b --- /dev/null +++ b/GTN/trio-analysis_main_workflow.ga @@ -0,0 +1,663 @@ +{ + "a_galaxy_workflow": "true", + "annotation": "Trio Analysis using Synthetic Datasets from RD-Connect GPAP", + "format-version": "0.1", + "name": "Trio Analysis Tutorial", + "steps": { + "0": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/ega_download_client/pyega3/4.0.0+galaxy0", + "errors": null, + "id": 0, + "input_connections": {}, + "inputs": [], + "label": null, + "name": "EGA Download Client", + "outputs": [ + { + "name": "authorized_datasets", + "type": "txt" + } + ], + "position": { + "bottom": 79.8125, + "height": 101, + "left": 448.3125, + "right": 648.3125, + "top": -21.1875, + "width": 200, + "x": 448.3125, + "y": -21.1875 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/ega_download_client/pyega3/4.0.0+galaxy0", + "tool_shed_repository": { + "changeset_revision": "1162bfd9f782", + "name": "ega_download_client", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"action\": {\"action_type\": \"list_datasets\", \"__current_case__\": 1}, \"output_log\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "4.0.0+galaxy0", + "type": "tool", + "uuid": "5f03b99a-3f46-47d8-a5b1-31b6d3ae39ee", + "workflow_outputs": [ + { + "label": "EGA Download Client: authorized datasets", + "output_name": "authorized_datasets", + "uuid": "7faa2a87-b8c1-413a-bb18-75db2e108a84" + } + ] + }, + "1": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/ega_download_client/pyega3/4.0.0+galaxy0", + "errors": null, + "id": 1, + "input_connections": {}, + "inputs": [], + "label": null, + "name": "EGA Download Client", + "outputs": [ + { + "name": "dataset_file_list", + "type": "tabular" + } + ], + "position": { + "bottom": 269.96875, + "height": 121, + "left": 444.421875, + "right": 644.421875, + "top": 148.96875, + "width": 200, + "x": 444.421875, + "y": 148.96875 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/ega_download_client/pyega3/4.0.0+galaxy0", + "tool_shed_repository": { + "changeset_revision": "1162bfd9f782", + "name": "ega_download_client", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"action\": {\"action_type\": \"list_dataset_files\", \"__current_case__\": 0, \"dataset_id\": \"EGAD00001008392\"}, \"output_log\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "4.0.0+galaxy0", + "type": "tool", + "uuid": "265bf049-ac9f-4a59-bba3-311c6c818121", + "workflow_outputs": [ + { + "label": null, + "output_name": "dataset_file_list", + "uuid": "fa8e6e16-3ab8-4f2e-b823-de063c010921" + } + ] + }, + "2": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 2, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "pedigree" + } + ], + "label": "pedigree", + "name": "Input dataset", + "outputs": [], + "position": { + "bottom": 369.140625, + "height": 61, + "left": 1001.09375, + "right": 1201.09375, + "top": 308.140625, + "width": 200, + "x": 1001.09375, + "y": 308.140625 + }, + "tool_id": null, + "tool_state": "{\"optional\": false, \"tag\": null}", + "tool_version": null, + "type": "data_input", + "uuid": "e0eb82fb-bfa7-43fe-b5c7-690fc2e9ed95", + "workflow_outputs": [] + }, + "3": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_grep_tool/1.1.1", + "errors": null, + "id": 3, + "input_connections": { + "infile": { + "id": 1, + "output_name": "dataset_file_list" + } + }, + "inputs": [], + "label": null, + "name": "Search in textfiles", + "outputs": [ + { + "name": "output", + "type": "input" + } + ], + "position": { + "bottom": 432.484375, + "height": 112, + "left": 442.25, + "right": 642.25, + "top": 320.484375, + "width": 200, + "x": 442.25, + "y": 320.484375 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_grep_tool/1.1.1", + "tool_shed_repository": { + "changeset_revision": "ddf54b12c295", + "name": "text_processing", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"case_sensitive\": \"\", \"color\": \"NOCOLOR\", \"infile\": {\"__class__\": \"ConnectedValue\"}, \"invert\": \"\", \"lines_after\": \"0\", \"lines_before\": \"0\", \"regex_type\": \"-E\", \"url_paste\": \"Case5.+17.+vcf.gz$\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.1.1", + "type": "tool", + "uuid": "d55be511-416e-416b-99c5-da3023124c85", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "f2fb6c3b-1366-4a4b-aeaa-73c38bcca842" + } + ] + }, + "4": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/ega_download_client/pyega3/4.0.0+galaxy0", + "errors": null, + "id": 4, + "input_connections": { + "action|id_table": { + "id": 3, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "EGA Download Client", + "outputs": [ + { + "name": "downloaded_file_collection", + "type": "input" + } + ], + "position": { + "bottom": 660.796875, + "height": 172, + "left": 440.1875, + "right": 640.1875, + "top": 488.796875, + "width": 200, + "x": 440.1875, + "y": 488.796875 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/ega_download_client/pyega3/4.0.0+galaxy0", + "tool_shed_repository": { + "changeset_revision": "1162bfd9f782", + "name": "ega_download_client", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"action\": {\"action_type\": \"download_files\", \"__current_case__\": 3, \"id_table\": {\"__class__\": \"ConnectedValue\"}, \"id_column\": \"1\", \"range\": {\"reference_name\": \"\", \"start\": null, \"end\": null}}, \"output_log\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "4.0.0+galaxy0", + "type": "tool", + "uuid": "e9b6ed7b-4275-47a4-99cb-e6779a56ec4e", + "workflow_outputs": [ + { + "label": null, + "output_name": "downloaded_file_collection", + "uuid": "80c52d43-9c7e-4298-aa1a-ec2ee5d02d99" + } + ] + }, + "5": { + "annotation": "", + "content_id": "CONVERTER_gz_to_uncompressed", + "errors": null, + "id": 5, + "input_connections": { + "input1": { + "id": 4, + "output_name": "downloaded_file_collection" + } + }, + "inputs": [], + "label": null, + "name": "Convert compressed file to uncompressed.", + "outputs": [ + { + "name": "output1", + "type": "auto" + } + ], + "position": { + "bottom": 838.046875, + "height": 132, + "left": 453.375, + "right": 653.375, + "top": 706.046875, + "width": 200, + "x": 453.375, + "y": 706.046875 + }, + "post_job_actions": { + "ChangeDatatypeActionoutput1": { + "action_arguments": { + "newtype": "vcf" + }, + "action_type": "ChangeDatatypeAction", + "output_name": "output1" + } + }, + "tool_id": "CONVERTER_gz_to_uncompressed", + "tool_state": "{\"input1\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.0", + "type": "tool", + "uuid": "51d1b3e4-6574-4784-b814-01ab3bd097a3", + "workflow_outputs": [ + { + "label": null, + "output_name": "output1", + "uuid": "82444bad-acb4-4c1f-82ad-3dd87c6fdc9b" + } + ] + }, + "6": { + "annotation": "Add chr prefix", + "content_id": "toolshed.g2.bx.psu.edu/repos/galaxyp/regex_find_replace/regexColumn1/1.0.1", + "errors": null, + "id": 6, + "input_connections": { + "input": { + "id": 5, + "output_name": "output1" + } + }, + "inputs": [], + "label": null, + "name": "Column Regex Find And Replace", + "outputs": [ + { + "name": "out_file1", + "type": "input" + } + ], + "position": { + "bottom": 78.625, + "height": 112, + "left": 723.28125, + "right": 923.28125, + "top": -33.375, + "width": 200, + "x": 723.28125, + "y": -33.375 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/galaxyp/regex_find_replace/regexColumn1/1.0.1", + "tool_shed_repository": { + "changeset_revision": "ae8c4b2488e7", + "name": "regex_find_replace", + "owner": "galaxyp", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"checks\": [{\"__index__\": 0, \"pattern\": \"^([0-9MYX])\", \"replacement\": \"chr\\\\1\"}, {\"__index__\": 1, \"pattern\": \"^(##contig=<.*ID=)([0-9MYX].+)\", \"replacement\": \"\\\\1chr\\\\2\"}], \"field\": \"1\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.1", + "type": "tool", + "uuid": "4a50616e-4b18-4fa9-9ffa-dfbcc8c32c44", + "workflow_outputs": [ + { + "label": null, + "output_name": "out_file1", + "uuid": "bd715bc0-1e1e-4c31-a219-003e74f6fe6a" + } + ] + }, + "7": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bcftools_norm/bcftools_norm/1.9+galaxy1", + "errors": null, + "id": 7, + "input_connections": { + "input_file": { + "id": 6, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "bcftools norm", + "outputs": [ + { + "name": "output_file", + "type": "vcf" + } + ], + "position": { + "bottom": 281.296875, + "height": 132, + "left": 714.28125, + "right": 914.28125, + "top": 149.296875, + "width": 200, + "x": 714.28125, + "y": 149.296875 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bcftools_norm/bcftools_norm/1.9+galaxy1", + "tool_shed_repository": { + "changeset_revision": "da6fc9f4a367", + "name": "bcftools_norm", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"check_ref\": \"w\", \"input_file\": {\"__class__\": \"ConnectedValue\"}, \"multiallelics\": {\"mode\": \"-\", \"__current_case__\": 1, \"multiallelic_types\": \"both\"}, \"normalize_indels\": \"true\", \"output_type\": \"v\", \"reference_source\": {\"reference_source_selector\": \"cached\", \"__current_case__\": 0, \"fasta_ref\": \"hg19\"}, \"rm_dup\": \"\", \"sec_default\": {\"site_win\": \"1000\"}, \"sec_restrict\": {\"regions\": {\"regions_src\": \"__none__\", \"__current_case__\": 0}, \"targets\": {\"targets_src\": \"__none__\", \"__current_case__\": 0}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.9+galaxy1", + "type": "tool", + "uuid": "5dbde914-89fe-443b-b1f5-28182e971fca", + "workflow_outputs": [ + { + "label": null, + "output_name": "output_file", + "uuid": "ae824042-7858-4a6b-8c6c-53b6be455d95" + } + ] + }, + "8": { + "annotation": "", + "content_id": "Filter1", + "errors": null, + "id": 8, + "input_connections": { + "input": { + "id": 7, + "output_name": "output_file" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool Filter", + "name": "input" + } + ], + "label": null, + "name": "Filter", + "outputs": [ + { + "name": "out_file1", + "type": "input" + } + ], + "position": { + "bottom": 422.875, + "height": 92, + "left": 719.03125, + "right": 919.03125, + "top": 330.875, + "width": 200, + "x": 719.03125, + "y": 330.875 + }, + "post_job_actions": {}, + "tool_id": "Filter1", + "tool_state": "{\"cond\": \"c5!=''\", \"header_lines\": \"142\", \"input\": {\"__class__\": \"RuntimeValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.1.1", + "type": "tool", + "uuid": "da21d9af-cbe0-4cd0-bf70-1c6f16aab26f", + "workflow_outputs": [ + { + "label": null, + "output_name": "out_file1", + "uuid": "f9ef356b-ff7e-4166-bacf-0920b0982910" + } + ] + }, + "9": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bcftools_merge/bcftools_merge/1.10", + "errors": null, + "id": 9, + "input_connections": { + "input_files": { + "id": 8, + "output_name": "out_file1" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool bcftools merge", + "name": "sec_header" + } + ], + "label": null, + "name": "bcftools merge", + "outputs": [ + { + "name": "output_file", + "type": "vcf" + } + ], + "position": { + "bottom": 678.828125, + "height": 162, + "left": 714.015625, + "right": 914.015625, + "top": 516.828125, + "width": 200, + "x": 714.015625, + "y": 516.828125 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bcftools_merge/bcftools_merge/1.10", + "tool_shed_repository": { + "changeset_revision": "798c063f8fc9", + "name": "bcftools_merge", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"input_files\": {\"__class__\": \"ConnectedValue\"}, \"output_type\": \"v\", \"sec_header\": {\"use_header\": {\"__class__\": \"RuntimeValue\"}, \"print_header\": \"false\"}, \"sec_merge\": {\"force_samples\": \"false\", \"info_rules\": \"\", \"merge\": \"none\"}, \"sec_restrict\": {\"apply_filters\": \"\", \"regions\": {\"regions_src\": \"__none__\", \"__current_case__\": 0}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.10", + "type": "tool", + "uuid": "3471d534-2877-4989-b13b-b7bb3aa20efc", + "workflow_outputs": [ + { + "label": null, + "output_name": "output_file", + "uuid": "4c7a60c6-2d5e-4c84-a8f6-64ddf0f1b29a" + } + ] + }, + "10": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff/snpEff/4.3+T.galaxy1", + "errors": null, + "id": 10, + "input_connections": { + "input": { + "id": 9, + "output_name": "output_file" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool SnpEff eff:", + "name": "intervals" + }, + { + "description": "runtime parameter for tool SnpEff eff:", + "name": "transcripts" + } + ], + "label": null, + "name": "SnpEff eff:", + "outputs": [ + { + "name": "snpeff_output", + "type": "vcf" + }, + { + "name": "statsFile", + "type": "html" + } + ], + "position": { + "bottom": 251.921875, + "height": 282, + "left": 996.96875, + "right": 1196.96875, + "top": -30.078125, + "width": 200, + "x": 996.96875, + "y": -30.078125 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff/snpEff/4.3+T.galaxy1", + "tool_shed_repository": { + "changeset_revision": "cfcf33df7fc0", + "name": "snpeff", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"annotations\": null, \"chr\": \"\", \"csvStats\": \"false\", \"filter\": {\"specificEffects\": \"no\", \"__current_case__\": 0}, \"filterOut\": null, \"generate_stats\": \"true\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"inputFormat\": \"vcf\", \"intervals\": {\"__class__\": \"RuntimeValue\"}, \"noLog\": \"true\", \"offset\": \"default\", \"outputConditional\": {\"outputFormat\": \"vcf\", \"__current_case__\": 0}, \"snpDb\": {\"genomeSrc\": \"cached\", \"__current_case__\": 0, \"genomeVersion\": \"hg19\", \"reg_section\": {\"regulation\": null}}, \"spliceRegion\": {\"setSpliceRegions\": \"no\", \"__current_case__\": 0}, \"spliceSiteSize\": \"2\", \"transcripts\": {\"__class__\": \"RuntimeValue\"}, \"udLength\": \"5000\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "4.3+T.galaxy1", + "type": "tool", + "uuid": "73d85553-fe49-4a78-9a5c-ac90bc2a1e12", + "workflow_outputs": [ + { + "label": null, + "output_name": "snpeff_output", + "uuid": "9bb7bb3d-6181-478a-851b-ea5913925efa" + }, + { + "label": null, + "output_name": "statsFile", + "uuid": "bb59ec32-10c8-4923-8f41-62e3ed1adf11" + } + ] + }, + "11": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/gemini_load/gemini_load/0.20.1+galaxy2", + "errors": null, + "id": 11, + "input_connections": { + "infile": { + "id": 10, + "output_name": "snpeff_output" + }, + "ped": { + "id": 2, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "GEMINI load", + "outputs": [ + { + "name": "outfile", + "type": "gemini.sqlite" + } + ], + "position": { + "bottom": 135.140625, + "height": 162, + "left": 1259.96875, + "right": 1459.96875, + "top": -26.859375, + "width": 200, + "x": 1259.96875, + "y": -26.859375 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/gemini_load/gemini_load/0.20.1+galaxy2", + "tool_shed_repository": { + "changeset_revision": "45296e47d565", + "name": "gemini_load", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"annotation_databases\": \"2019-01-12\", \"annotation_type\": \"snpEff\", \"has_genotypes\": \"true\", \"infile\": {\"__class__\": \"ConnectedValue\"}, \"opt_content\": [\"gerp_bp\", \"cadd\", \"gene_tables\", \"genotypes\", \"gt_pl\", \"info_string\"], \"ped\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.20.1+galaxy2", + "type": "tool", + "uuid": "f8d4a15e-b99a-455c-a788-2cbd8c7cb4cc", + "workflow_outputs": [ + { + "label": null, + "output_name": "outfile", + "uuid": "d996d59b-0892-4b62-9c48-809720105a08" + } + ] + }, + "12": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/gemini_inheritance/gemini_inheritance/0.20.1", + "errors": null, + "id": 12, + "input_connections": { + "infile": { + "id": 11, + "output_name": "outfile" + } + }, + "inputs": [], + "label": null, + "name": "GEMINI inheritance pattern", + "outputs": [ + { + "name": "outfile", + "type": "tabular" + } + ], + "position": { + "bottom": 399.0625, + "height": 172, + "left": 1262.8125, + "right": 1462.8125, + "top": 227.0625, + "width": 200, + "x": 1262.8125, + "y": 227.0625 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/gemini_inheritance/gemini_inheritance/0.20.1", + "tool_shed_repository": { + "changeset_revision": "18d13111692b", + "name": "gemini_inheritance", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"family_wise\": {\"min_kindreds\": \"1\", \"families\": \"\", \"per_variant_selection\": {\"enabled\": \"no\", \"__current_case__\": 0, \"min_dp\": \"0\", \"min_gq\": \"0\", \"max_pl\": \"-1\"}}, \"infile\": {\"__class__\": \"ConnectedValue\"}, \"inheritance\": {\"pattern_type\": \"autosomal_dominant\", \"__current_case__\": 3, \"constraint\": [{\"__index__\": 0, \"filter\": \"impact_severity != 'LOW'\"}], \"lenient\": \"false\", \"allow_unaffected\": \"false\"}, \"oformat\": {\"report\": {\"report_selector\": \"custom\", \"__current_case__\": 2, \"columns\": null, \"extra_cols\": \"chrom, start, ref, alt, impact, gene, clinvar_sig, clinvar_disease_name, clinvar_gene_phenotype, rs_ids\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.20.1", + "type": "tool", + "uuid": "11a2ec8f-6c18-4000-ba5d-468dc896f866", + "workflow_outputs": [ + { + "label": null, + "output_name": "outfile", + "uuid": "209d3124-656b-491f-b04d-80d2ecd8c510" + } + ] + } + }, + "tags": [ + "variant-analysis" + ], + "uuid": "13eec7ab-869e-41ef-916d-9f33f534be50", + "version": 54 +} \ No newline at end of file