From 404688535fa4a0ed51f6521638bce52fe6411a35 Mon Sep 17 00:00:00 2001 From: bedroesb Date: Thu, 22 Apr 2021 14:42:54 +0200 Subject: [PATCH] assembly worksflows --- ...s_construction_for_submission_container.ga | 1765 +++++++++++++++++ ...ARTIC_ONT_data_for_submission_container.ga | 928 +++++++++ ...ARTIC_PE_data_for_submission_container_.ga | 1135 +++++++++++ ...on_WGS_SE_data_for_submission_container.ga | 599 ++++++ 4 files changed, 4427 insertions(+) create mode 100644 workflow/Galaxy-Workflow-COVID-19__consensus_construction_for_submission_container.ga create mode 100644 workflow/Galaxy-Workflow-COVID-19__variation_analysis_of_ARTIC_ONT_data_for_submission_container.ga create mode 100644 workflow/Galaxy-Workflow-COVID-19__variation_analysis_on_ARTIC_PE_data_for_submission_container_.ga create mode 100644 workflow/Galaxy-Workflow-COVID-19__variation_analysis_on_WGS_SE_data_for_submission_container.ga diff --git a/workflow/Galaxy-Workflow-COVID-19__consensus_construction_for_submission_container.ga b/workflow/Galaxy-Workflow-COVID-19__consensus_construction_for_submission_container.ga new file mode 100644 index 0000000..773cc00 --- /dev/null +++ b/workflow/Galaxy-Workflow-COVID-19__consensus_construction_for_submission_container.ga @@ -0,0 +1,1765 @@ +{ + "a_galaxy_workflow": "true", + "annotation": "Build a consensus sequence from a list of variants. Hard-mask regions with low coverage and sites with called, but filtered variants.\nNote: Sites with called and retained variants are never masked.", + "format-version": "0.1", + "name": "COVID-19: consensus construction", + "steps": { + "0": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 0, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "Variant calls" + } + ], + "label": "Variant calls", + "name": "Input dataset collection", + "outputs": [], + "position": { + "left": 103, + "top": 383.1333312988281 + }, + "tool_id": null, + "tool_state": "{\"optional\": false, \"collection_type\": \"list\"}", + "tool_version": null, + "type": "data_collection_input", + "uuid": "2cec6e9c-f3a4-4f7b-af44-050d5067d112", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "0f648dc1-302f-4f02-889c-36e2ba9f226d" + } + ] + }, + "1": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 1, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "min-AF for consensus variant" + } + ], + "label": "min-AF for consensus variant", + "name": "Input parameter", + "outputs": [], + "position": { + "left": 106.44999694824219, + "top": 660 + }, + "tool_id": null, + "tool_state": "{\"default\": 0.8, \"parameter_type\": \"float\", \"optional\": true}", + "tool_version": null, + "type": "parameter_input", + "uuid": "f1c108db-0ad6-4fc8-9aa5-4232760a9313", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "4abadf63-0c03-458c-9d69-eaf3da429ac9" + } + ] + }, + "2": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 2, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "min-AF for failed variants" + } + ], + "label": "min-AF for failed variants", + "name": "Input parameter", + "outputs": [], + "position": { + "left": 110.44999694824219, + "top": 890.6500244140625 + }, + "tool_id": null, + "tool_state": "{\"default\": 0.2, \"parameter_type\": \"float\", \"optional\": true}", + "tool_version": null, + "type": "parameter_input", + "uuid": "b39f226b-9abe-4449-86f4-dad317009b1e", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "82927558-390f-4bc8-9737-031422e3ba77" + } + ] + }, + "3": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 3, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "aligned reads data for depth calculation" + } + ], + "label": "aligned reads data for depth calculation", + "name": "Input dataset collection", + "outputs": [], + "position": { + "left": 754.316650390625, + "top": 534.1666870117188 + }, + "tool_id": null, + "tool_state": "{\"optional\": false, \"format\": [\"bam\"], \"collection_type\": \"list\"}", + "tool_version": null, + "type": "data_collection_input", + "uuid": "5a1f2a8c-01e1-402a-96aa-b67ffdb9aef6", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "e6344f84-ce4c-4e21-9f7b-55fdd7f319cb" + } + ] + }, + "4": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 4, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "Depth-threshold for masking" + } + ], + "label": "Depth-threshold for masking", + "name": "Input parameter", + "outputs": [], + "position": { + "left": 760.25, + "top": 746.8499755859375 + }, + "tool_id": null, + "tool_state": "{\"default\": 5, \"parameter_type\": \"integer\", \"optional\": true}", + "tool_version": null, + "type": "parameter_input", + "uuid": "2ad8688f-b4d5-4041-886d-416eeaa92365", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "bb5a8ca0-8f74-42ca-9848-0188a196664d" + } + ] + }, + "5": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 5, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "Reference genome" + } + ], + "label": "Reference genome", + "name": "Input dataset", + "outputs": [], + "position": { + "left": 1847.816650390625, + "top": 246.14999389648438 + }, + "tool_id": null, + "tool_state": "{\"optional\": false}", + "tool_version": null, + "type": "data_input", + "uuid": "cb70057f-6dcc-4663-ae9a-ff4332b02c06", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "4bdb4ec0-222e-49ab-849f-250c82889100" + } + ] + }, + "6": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/compose_text_param/compose_text_param/0.1.1", + "errors": null, + "id": 6, + "input_connections": { + "components_1|param_type|component_value": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Compose text parameter value", + "outputs": [ + { + "name": "out1", + "type": "expression.json" + } + ], + "position": { + "left": 391.79998779296875, + "top": 393.3500061035156 + }, + "post_job_actions": { + "HideDatasetActionout1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out1" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/compose_text_param/compose_text_param/0.1.1", + "tool_shed_repository": { + "changeset_revision": "e188c9826e0f", + "name": "compose_text_param", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"components\": [{\"__index__\": 0, \"param_type\": {\"select_param_type\": \"text\", \"__current_case__\": 0, \"component_value\": \"((FILTER = 'PASS') | ( na FILTER )) & (AF >= \"}}, {\"__index__\": 1, \"param_type\": {\"select_param_type\": \"float\", \"__current_case__\": 2, \"component_value\": {\"__class__\": \"ConnectedValue\"}}}, {\"__index__\": 2, \"param_type\": {\"select_param_type\": \"text\", \"__current_case__\": 0, \"component_value\": \")\"}}], \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.1.1", + "type": "tool", + "uuid": "f150cc1d-9a52-4688-8530-035b41b678c3", + "workflow_outputs": [] + }, + "7": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/compose_text_param/compose_text_param/0.1.1", + "errors": null, + "id": 7, + "input_connections": { + "components_1|param_type|component_value": { + "id": 2, + "output_name": "output" + }, + "components_3|param_type|component_value": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Compose text parameter value", + "outputs": [ + { + "name": "out1", + "type": "expression.json" + } + ], + "position": { + "left": 377, + "top": 965.0166625976562 + }, + "post_job_actions": { + "HideDatasetActionout1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out1" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/compose_text_param/compose_text_param/0.1.1", + "tool_shed_repository": { + "changeset_revision": "e188c9826e0f", + "name": "compose_text_param", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"components\": [{\"__index__\": 0, \"param_type\": {\"select_param_type\": \"text\", \"__current_case__\": 0, \"component_value\": \"(AF > \"}}, {\"__index__\": 1, \"param_type\": {\"select_param_type\": \"float\", \"__current_case__\": 2, \"component_value\": {\"__class__\": \"ConnectedValue\"}}}, {\"__index__\": 2, \"param_type\": {\"select_param_type\": \"text\", \"__current_case__\": 0, \"component_value\": \") & (AF < \"}}, {\"__index__\": 3, \"param_type\": {\"select_param_type\": \"float\", \"__current_case__\": 2, \"component_value\": {\"__class__\": \"ConnectedValue\"}}}, {\"__index__\": 4, \"param_type\": {\"select_param_type\": \"text\", \"__current_case__\": 0, \"component_value\": \")\"}}], \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.1.1", + "type": "tool", + "uuid": "ed7015d7-4b16-49f8-8fb5-939d394492d3", + "workflow_outputs": [] + }, + "8": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_genomecoveragebed/2.29.2", + "errors": null, + "id": 8, + "input_connections": { + "input_type|input": { + "id": 3, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "bedtools Genome Coverage", + "outputs": [ + { + "name": "output", + "type": "bedgraph" + } + ], + "position": { + "left": 1053.7999877929688, + "top": 542.3500061035156 + }, + "post_job_actions": { + "HideDatasetActionoutput": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output" + }, + "RenameDatasetActionoutput": { + "action_arguments": { + "newname": "Depth of coverage" + }, + "action_type": "RenameDatasetAction", + "output_name": "output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_genomecoveragebed/2.29.2", + "tool_shed_repository": { + "changeset_revision": "0a5c785ac6db", + "name": "bedtools", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"d\": \"false\", \"dz\": \"false\", \"five\": \"false\", \"input_type\": {\"input_type_select\": \"bam\", \"__current_case__\": 1, \"input\": {\"__class__\": \"ConnectedValue\"}}, \"report\": {\"report_select\": \"bg\", \"__current_case__\": 0, \"zero_regions\": \"true\", \"scale\": \"1.0\"}, \"split\": \"true\", \"strand\": \"\", \"three\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.29.2", + "type": "tool", + "uuid": "43141d40-5f5e-423c-af8a-ca6959fcd0f7", + "workflow_outputs": [] + }, + "9": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/compose_text_param/compose_text_param/0.1.1", + "errors": null, + "id": 9, + "input_connections": { + "components_1|param_type|component_value": { + "id": 4, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Compose text parameter value", + "outputs": [ + { + "name": "out1", + "type": "expression.json" + } + ], + "position": { + "left": 1052.316650390625, + "top": 698.8500061035156 + }, + "post_job_actions": { + "HideDatasetActionout1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out1" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/compose_text_param/compose_text_param/0.1.1", + "tool_shed_repository": { + "changeset_revision": "e188c9826e0f", + "name": "compose_text_param", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"components\": [{\"__index__\": 0, \"param_type\": {\"select_param_type\": \"text\", \"__current_case__\": 0, \"component_value\": \"c4 < \"}}, {\"__index__\": 1, \"param_type\": {\"select_param_type\": \"integer\", \"__current_case__\": 1, \"component_value\": {\"__class__\": \"ConnectedValue\"}}}], \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.1.1", + "type": "tool", + "uuid": "44d8f5a0-24e5-4df3-b096-a8c6d5caa1ec", + "workflow_outputs": [] + }, + "10": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_filter/4.3+t.galaxy1", + "errors": null, + "id": 10, + "input_connections": { + "filter_expression|expr": { + "id": 6, + "output_name": "out1" + }, + "input": { + "id": 0, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "SnpSift Filter", + "outputs": [ + { + "name": "output", + "type": "vcf" + } + ], + "position": { + "left": 548.2833251953125, + "top": 123 + }, + "post_job_actions": { + "HideDatasetActionoutput": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output" + }, + "RenameDatasetActionoutput": { + "action_arguments": { + "newname": "Consensus variants" + }, + "action_type": "RenameDatasetAction", + "output_name": "output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_filter/4.3+t.galaxy1", + "tool_shed_repository": { + "changeset_revision": "2e497a770bca", + "name": "snpsift", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"filter_expression\": {\"type\": \"simple\", \"__current_case__\": 0, \"expr\": {\"__class__\": \"ConnectedValue\"}}, \"filtering\": {\"mode\": \"entries\", \"__current_case__\": 0}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"inverse\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "4.3+t.galaxy1", + "type": "tool", + "uuid": "d4e1b010-4e3e-4cdd-8075-f3530501d672", + "workflow_outputs": [] + }, + "11": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_filter/4.3+t.galaxy1", + "errors": null, + "id": 11, + "input_connections": { + "filter_expression|expr": { + "id": 6, + "output_name": "out1" + }, + "input": { + "id": 0, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "SnpSift Filter", + "outputs": [ + { + "name": "output", + "type": "vcf" + } + ], + "position": { + "left": 403.2833251953125, + "top": 776.63330078125 + }, + "post_job_actions": { + "HideDatasetActionoutput": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output" + }, + "RenameDatasetActionoutput": { + "action_arguments": { + "newname": "Non-consensus variants" + }, + "action_type": "RenameDatasetAction", + "output_name": "output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_filter/4.3+t.galaxy1", + "tool_shed_repository": { + "changeset_revision": "2e497a770bca", + "name": "snpsift", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"filter_expression\": {\"type\": \"simple\", \"__current_case__\": 0, \"expr\": {\"__class__\": \"ConnectedValue\"}}, \"filtering\": {\"mode\": \"entries\", \"__current_case__\": 0}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"inverse\": \"true\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "4.3+t.galaxy1", + "type": "tool", + "uuid": "e351906a-040b-45e6-9c63-d85a723d6888", + "workflow_outputs": [] + }, + "12": { + "annotation": "", + "content_id": "Filter1", + "errors": null, + "id": 12, + "input_connections": { + "cond": { + "id": 9, + "output_name": "out1" + }, + "input": { + "id": 8, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Filter", + "outputs": [ + { + "name": "out_file1", + "type": "input" + } + ], + "position": { + "left": 1386.8333740234375, + "top": 566.3500061035156 + }, + "post_job_actions": { + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + }, + "RenameDatasetActionout_file1": { + "action_arguments": { + "newname": "Low-coverage regions" + }, + "action_type": "RenameDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "Filter1", + "tool_state": "{\"cond\": {\"__class__\": \"ConnectedValue\"}, \"header_lines\": \"0\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.1.0", + "type": "tool", + "uuid": "26ced6e6-1afc-4831-b0b4-a37f795d6dd2", + "workflow_outputs": [] + }, + "13": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/vcf2tsv/vcf2tsv/1.0.0_rc3+galaxy0", + "errors": null, + "id": 13, + "input_connections": { + "input": { + "id": 10, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "VCFtoTab-delimited:", + "outputs": [ + { + "name": "out_file1", + "type": "tabular" + } + ], + "position": { + "left": 725.433349609375, + "top": 284.1666717529297 + }, + "post_job_actions": { + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + }, + "RenameDatasetActionout_file1": { + "action_arguments": { + "newname": "Called variants table" + }, + "action_type": "RenameDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/vcf2tsv/vcf2tsv/1.0.0_rc3+galaxy0", + "tool_shed_repository": { + "changeset_revision": "285060661b45", + "name": "vcf2tsv", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"g_option\": \"false\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"null_filler\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.0_rc3+galaxy0", + "type": "tool", + "uuid": "73a3d731-f21e-48fe-a25c-de1e3945289b", + "workflow_outputs": [] + }, + "14": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_filter/4.3+t.galaxy1", + "errors": null, + "id": 14, + "input_connections": { + "filter_expression|expr": { + "id": 7, + "output_name": "out1" + }, + "input": { + "id": 11, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "SnpSift Filter", + "outputs": [ + { + "name": "output", + "type": "vcf" + } + ], + "position": { + "left": 611.6666870117188, + "top": 952.3499755859375 + }, + "post_job_actions": { + "HideDatasetActionoutput": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output" + }, + "RenameDatasetActionoutput": { + "action_arguments": { + "newname": "Filter-failed variants" + }, + "action_type": "RenameDatasetAction", + "output_name": "output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_filter/4.3+t.galaxy1", + "tool_shed_repository": { + "changeset_revision": "2e497a770bca", + "name": "snpsift", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"filter_expression\": {\"type\": \"simple\", \"__current_case__\": 0, \"expr\": {\"__class__\": \"ConnectedValue\"}}, \"filtering\": {\"mode\": \"entries\", \"__current_case__\": 0}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"inverse\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "4.3+t.galaxy1", + "type": "tool", + "uuid": "b3821b3c-6b51-4503-b1cc-dfd324cfad3c", + "workflow_outputs": [] + }, + "15": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_find_and_replace/1.1.3", + "errors": null, + "id": 15, + "input_connections": { + "infile": { + "id": 13, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "Replace", + "outputs": [ + { + "name": "outfile", + "type": "input" + } + ], + "position": { + "left": 940.7333374023438, + "top": 412.5 + }, + "post_job_actions": { + "HideDatasetActionoutfile": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "outfile" + }, + "RenameDatasetActionoutfile": { + "action_arguments": { + "newname": "Called variants table modified to ensure at least one line" + }, + "action_type": "RenameDatasetAction", + "output_name": "outfile" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_find_and_replace/1.1.3", + "tool_shed_repository": { + "changeset_revision": "9ff72e942410", + "name": "text_processing", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"caseinsensitive\": \"false\", \"find_pattern\": \"#CHROM\\\\tPOS\\\\tID\\\\tREF\", \"global\": \"false\", \"infile\": {\"__class__\": \"ConnectedValue\"}, \"is_regex\": \"true\", \"replace_pattern\": \"PLACEHOLDER\\\\t1\\\\tID\\\\tA\", \"searchwhere\": {\"searchwhere_select\": \"line\", \"__current_case__\": 0}, \"skip_first_line\": \"false\", \"wholewords\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.1.3", + "type": "tool", + "uuid": "377c02b9-ed6a-494b-b50e-1b79c7e5945f", + "workflow_outputs": [] + }, + "16": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/vcf2tsv/vcf2tsv/1.0.0_rc3+galaxy0", + "errors": null, + "id": 16, + "input_connections": { + "input": { + "id": 14, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "VCFtoTab-delimited:", + "outputs": [ + { + "name": "out_file1", + "type": "tabular" + } + ], + "position": { + "left": 836.13330078125, + "top": 1016.9833374023438 + }, + "post_job_actions": { + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + }, + "RenameDatasetActionout_file1": { + "action_arguments": { + "newname": "Filter-failed variants table" + }, + "action_type": "RenameDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/vcf2tsv/vcf2tsv/1.0.0_rc3+galaxy0", + "tool_shed_repository": { + "changeset_revision": "285060661b45", + "name": "vcf2tsv", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"g_option\": \"false\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"null_filler\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.0_rc3+galaxy0", + "type": "tool", + "uuid": "0318f678-564c-4ba9-8f4a-1e4f0a34d3c7", + "workflow_outputs": [] + }, + "17": { + "annotation": "", + "content_id": "Cut1", + "errors": null, + "id": 17, + "input_connections": { + "input": { + "id": 15, + "output_name": "outfile" + } + }, + "inputs": [], + "label": null, + "name": "Cut", + "outputs": [ + { + "name": "out_file1", + "type": "tabular" + } + ], + "position": { + "left": 1160.7666015625, + "top": 356.1499938964844 + }, + "post_job_actions": { + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + }, + "RenameDatasetActionout_file1": { + "action_arguments": { + "newname": "Called variants - CHROM_POS_REF" + }, + "action_type": "RenameDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "Cut1", + "tool_state": "{\"columnList\": \"c1,c2,c4\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.2", + "type": "tool", + "uuid": "12bd8c69-1c2f-440b-9086-5a208472e960", + "workflow_outputs": [] + }, + "18": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_find_and_replace/1.1.3", + "errors": null, + "id": 18, + "input_connections": { + "infile": { + "id": 16, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "Replace", + "outputs": [ + { + "name": "outfile", + "type": "input" + } + ], + "position": { + "left": 854.7333374023438, + "top": 1218.5 + }, + "post_job_actions": { + "HideDatasetActionoutfile": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "outfile" + }, + "RenameDatasetActionoutfile": { + "action_arguments": { + "newname": "Filter-failed variants table modified to ensure at least one line" + }, + "action_type": "RenameDatasetAction", + "output_name": "outfile" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_find_and_replace/1.1.3", + "tool_shed_repository": { + "changeset_revision": "9ff72e942410", + "name": "text_processing", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"caseinsensitive\": \"false\", \"find_pattern\": \"#CHROM\\\\tPOS\\\\tID\\\\tREF\", \"global\": \"false\", \"infile\": {\"__class__\": \"ConnectedValue\"}, \"is_regex\": \"true\", \"replace_pattern\": \"PLACEHOLDER\\\\t1\\\\tID\\\\tA\", \"searchwhere\": {\"searchwhere_select\": \"line\", \"__current_case__\": 0}, \"skip_first_line\": \"false\", \"wholewords\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.1.3", + "type": "tool", + "uuid": "f97c4d32-87d2-4a6f-8f93-e91febe3d3d3", + "workflow_outputs": [] + }, + "19": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/1.3.0", + "errors": null, + "id": 19, + "input_connections": { + "input": { + "id": 17, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "Compute", + "outputs": [ + { + "name": "out_file1", + "type": "input" + } + ], + "position": { + "left": 1380.13330078125, + "top": 424.6499938964844 + }, + "post_job_actions": { + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + }, + "RenameDatasetActionout_file1": { + "action_arguments": { + "newname": "Called variants - CHROM_POS_REF with 0-based start added" + }, + "action_type": "RenameDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/1.3.0", + "tool_shed_repository": { + "changeset_revision": "be25c075ed54", + "name": "column_maker", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"avoid_scientific_notation\": \"no\", \"cond\": \"c2 - 1\", \"header_lines_conditional\": {\"header_lines_select\": \"no\", \"__current_case__\": 0}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"round\": \"yes\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.3.0", + "type": "tool", + "uuid": "11681f7d-44c2-48c7-845e-70d16be8fe8b", + "workflow_outputs": [] + }, + "20": { + "annotation": "", + "content_id": "Cut1", + "errors": null, + "id": 20, + "input_connections": { + "input": { + "id": 18, + "output_name": "outfile" + } + }, + "inputs": [], + "label": null, + "name": "Cut", + "outputs": [ + { + "name": "out_file1", + "type": "tabular" + } + ], + "position": { + "left": 1099.2666625976562, + "top": 1211.316650390625 + }, + "post_job_actions": { + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + }, + "RenameDatasetActionout_file1": { + "action_arguments": { + "newname": "Filter-failed variants - CHROM_POS_REF" + }, + "action_type": "RenameDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "Cut1", + "tool_state": "{\"columnList\": \"c1,c2,c4\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.2", + "type": "tool", + "uuid": "d62101d6-b81a-40dc-b320-93df082d8e05", + "workflow_outputs": [] + }, + "21": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/1.3.0", + "errors": null, + "id": 21, + "input_connections": { + "input": { + "id": 19, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "Compute", + "outputs": [ + { + "name": "out_file1", + "type": "input" + } + ], + "position": { + "left": 1634.13330078125, + "top": 434.6499938964844 + }, + "post_job_actions": { + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + }, + "RenameDatasetActionout_file1": { + "action_arguments": { + "newname": "Called variants - CHROM_POS_REF with 0-based start and end added" + }, + "action_type": "RenameDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/1.3.0", + "tool_shed_repository": { + "changeset_revision": "be25c075ed54", + "name": "column_maker", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"avoid_scientific_notation\": \"no\", \"cond\": \"c4 + len(c3)\", \"header_lines_conditional\": {\"header_lines_select\": \"no\", \"__current_case__\": 0}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"round\": \"yes\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.3.0", + "type": "tool", + "uuid": "d8929dfe-8b56-4f06-836c-813bc2d7474b", + "workflow_outputs": [] + }, + "22": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/1.3.0", + "errors": null, + "id": 22, + "input_connections": { + "input": { + "id": 20, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "Compute", + "outputs": [ + { + "name": "out_file1", + "type": "input" + } + ], + "position": { + "left": 1132.61669921875, + "top": 1030.1500244140625 + }, + "post_job_actions": { + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + }, + "RenameDatasetActionout_file1": { + "action_arguments": { + "newname": "Filter-failed variants - CHROM_POS_REF with 0-based start added" + }, + "action_type": "RenameDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/1.3.0", + "tool_shed_repository": { + "changeset_revision": "be25c075ed54", + "name": "column_maker", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"avoid_scientific_notation\": \"no\", \"cond\": \"c2 - 1\", \"header_lines_conditional\": {\"header_lines_select\": \"no\", \"__current_case__\": 0}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"round\": \"yes\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.3.0", + "type": "tool", + "uuid": "c2182216-0f7a-481f-beeb-fe0f916c0169", + "workflow_outputs": [] + }, + "23": { + "annotation": "", + "content_id": "Cut1", + "errors": null, + "id": 23, + "input_connections": { + "input": { + "id": 21, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "Cut", + "outputs": [ + { + "name": "out_file1", + "type": "tabular" + } + ], + "position": { + "left": 1865.13330078125, + "top": 434.3333282470703 + }, + "post_job_actions": { + "ChangeDatatypeActionout_file1": { + "action_arguments": { + "newtype": "interval" + }, + "action_type": "ChangeDatatypeAction", + "output_name": "out_file1" + }, + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + }, + "RenameDatasetActionout_file1": { + "action_arguments": { + "newname": "Called variant sites" + }, + "action_type": "RenameDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "Cut1", + "tool_state": "{\"columnList\": \"c1,c4,c5\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.2", + "type": "tool", + "uuid": "cf003966-bb4f-438c-8474-c5ad971e3b18", + "workflow_outputs": [] + }, + "24": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/1.3.0", + "errors": null, + "id": 24, + "input_connections": { + "input": { + "id": 22, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "Compute", + "outputs": [ + { + "name": "out_file1", + "type": "input" + } + ], + "position": { + "left": 1290.61669921875, + "top": 883.1666870117188 + }, + "post_job_actions": { + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + }, + "RenameDatasetActionout_file1": { + "action_arguments": { + "newname": "Filter-failed variants - CHROM_POS_REF with 0-based start and end added" + }, + "action_type": "RenameDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/1.3.0", + "tool_shed_repository": { + "changeset_revision": "be25c075ed54", + "name": "column_maker", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"avoid_scientific_notation\": \"no\", \"cond\": \"c4 + len(c3)\", \"header_lines_conditional\": {\"header_lines_select\": \"no\", \"__current_case__\": 0}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"round\": \"yes\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.3.0", + "type": "tool", + "uuid": "bddd6276-62c6-4d88-83fc-e1ce04b94a93", + "workflow_outputs": [] + }, + "25": { + "annotation": "", + "content_id": "Filter1", + "errors": null, + "id": 25, + "input_connections": { + "input": { + "id": 23, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "Filter", + "outputs": [ + { + "name": "out_file1", + "type": "input" + } + ], + "position": { + "left": 2092.5, + "top": 455.5 + }, + "post_job_actions": { + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + }, + "RenameDatasetActionout_file1": { + "action_arguments": { + "newname": "Called Variant Sites no placeholder" + }, + "action_type": "RenameDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "Filter1", + "tool_state": "{\"cond\": \"c1!='PLACEHOLDER'\", \"header_lines\": \"0\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.1.0", + "type": "tool", + "uuid": "2a9e5999-27e4-4d4c-b540-aa5b9679279f", + "workflow_outputs": [] + }, + "26": { + "annotation": "", + "content_id": "Cut1", + "errors": null, + "id": 26, + "input_connections": { + "input": { + "id": 24, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "Cut", + "outputs": [ + { + "name": "out_file1", + "type": "tabular" + } + ], + "position": { + "left": 1405.6500244140625, + "top": 761.8333129882812 + }, + "post_job_actions": { + "ChangeDatatypeActionout_file1": { + "action_arguments": { + "newtype": "interval" + }, + "action_type": "ChangeDatatypeAction", + "output_name": "out_file1" + }, + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + }, + "RenameDatasetActionout_file1": { + "action_arguments": { + "newname": "Filter-failed variant sites" + }, + "action_type": "RenameDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "Cut1", + "tool_state": "{\"columnList\": \"c1,c4,c5\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.2", + "type": "tool", + "uuid": "a1f2bca6-2e20-49bd-a236-c548417cbc43", + "workflow_outputs": [] + }, + "27": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/concat/gops_concat_1/1.0.1", + "errors": null, + "id": 27, + "input_connections": { + "input1": { + "id": 12, + "output_name": "out_file1" + }, + "input2": { + "id": 26, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "Concatenate", + "outputs": [ + { + "name": "output", + "type": "input" + } + ], + "position": { + "left": 1641.88330078125, + "top": 676.4166870117188 + }, + "post_job_actions": { + "HideDatasetActionoutput": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output" + }, + "RenameDatasetActionoutput": { + "action_arguments": { + "newname": "Cocatenated low-coverage regions and filter-failed sites" + }, + "action_type": "RenameDatasetAction", + "output_name": "output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/concat/gops_concat_1/1.0.1", + "tool_shed_repository": { + "changeset_revision": "35a89f8cc96e", + "name": "concat", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"input1\": {\"__class__\": \"ConnectedValue\"}, \"input2\": {\"__class__\": \"ConnectedValue\"}, \"sameformat\": \"true\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.1", + "type": "tool", + "uuid": "09fada0c-c574-42da-93cb-13cf9034413c", + "workflow_outputs": [] + }, + "28": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/merge/gops_merge_1/1.0.0", + "errors": null, + "id": 28, + "input_connections": { + "input1": { + "id": 27, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Merge", + "outputs": [ + { + "name": "output", + "type": "input" + } + ], + "position": { + "left": 1876.316650390625, + "top": 672.6666870117188 + }, + "post_job_actions": { + "HideDatasetActionoutput": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output" + }, + "RenameDatasetActionoutput": { + "action_arguments": { + "newname": "Combined low-coverage regions and filter-failed sites" + }, + "action_type": "RenameDatasetAction", + "output_name": "output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/merge/gops_merge_1/1.0.0", + "tool_shed_repository": { + "changeset_revision": "381cd27bf67a", + "name": "merge", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"input1\": {\"__class__\": \"ConnectedValue\"}, \"returntype\": \"true\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.0", + "type": "tool", + "uuid": "8e95ec43-c125-4025-ae9b-a4901121efd6", + "workflow_outputs": [] + }, + "29": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/subtract/gops_subtract_1/1.0.0", + "errors": null, + "id": 29, + "input_connections": { + "input1": { + "id": 28, + "output_name": "output" + }, + "input2": { + "id": 25, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "Subtract", + "outputs": [ + { + "name": "output", + "type": "input" + } + ], + "position": { + "left": 2227.466552734375, + "top": 582 + }, + "post_job_actions": { + "HideDatasetActionoutput": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output" + }, + "RenameDatasetActionoutput": { + "action_arguments": { + "newname": "Masking regions" + }, + "action_type": "RenameDatasetAction", + "output_name": "output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/subtract/gops_subtract_1/1.0.0", + "tool_shed_repository": { + "changeset_revision": "0145969324c4", + "name": "subtract", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"input1\": {\"__class__\": \"ConnectedValue\"}, \"input2\": {\"__class__\": \"ConnectedValue\"}, \"min\": \"1\", \"returntype\": \"-p\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.0", + "type": "tool", + "uuid": "5aed295a-a96a-4b71-8018-992935847ad4", + "workflow_outputs": [] + }, + "30": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/1.3.0", + "errors": null, + "id": 30, + "input_connections": { + "input": { + "id": 29, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Compute", + "outputs": [ + { + "name": "out_file1", + "type": "input" + } + ], + "position": { + "left": 2317.833251953125, + "top": 724.6666870117188 + }, + "post_job_actions": { + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + }, + "RenameDatasetActionout_file1": { + "action_arguments": { + "newname": "Masking regions with 1-based start added" + }, + "action_type": "RenameDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/1.3.0", + "tool_shed_repository": { + "changeset_revision": "be25c075ed54", + "name": "column_maker", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"avoid_scientific_notation\": \"no\", \"cond\": \"c2+1\", \"header_lines_conditional\": {\"header_lines_select\": \"no\", \"__current_case__\": 0}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"round\": \"yes\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.3.0", + "type": "tool", + "uuid": "dffa4e06-f554-4dba-849c-381e6a1db582", + "workflow_outputs": [] + }, + "31": { + "annotation": "", + "content_id": "Filter1", + "errors": null, + "id": 31, + "input_connections": { + "input": { + "id": 29, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Filter", + "outputs": [ + { + "name": "out_file1", + "type": "input" + } + ], + "position": { + "left": 2470.5, + "top": 606.5 + }, + "post_job_actions": { + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + }, + "RenameDatasetActionout_file1": { + "action_arguments": { + "newname": "Masking regions no placeholder" + }, + "action_type": "RenameDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "Filter1", + "tool_state": "{\"cond\": \"c1!='PLACEHOLDER'\", \"header_lines\": \"0\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.1.0", + "type": "tool", + "uuid": "7f8b4624-e5ee-442f-84eb-e67b390a755d", + "workflow_outputs": [] + }, + "32": { + "annotation": "", + "content_id": "Cut1", + "errors": null, + "id": 32, + "input_connections": { + "input": { + "id": 30, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "Cut", + "outputs": [ + { + "name": "out_file1", + "type": "tabular" + } + ], + "position": { + "left": 2559.14990234375, + "top": 729.6666870117188 + }, + "post_job_actions": { + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + }, + "RenameDatasetActionout_file1": { + "action_arguments": { + "newname": "1-based masking regions" + }, + "action_type": "RenameDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "Cut1", + "tool_state": "{\"columnList\": \"c1,c4,c3\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.0.2", + "type": "tool", + "uuid": "c5f6692f-e486-422d-b6d5-4af35d53a8de", + "workflow_outputs": [] + }, + "33": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_maskfastabed/2.29.2", + "errors": null, + "id": 33, + "input_connections": { + "fasta": { + "id": 5, + "output_name": "output" + }, + "input": { + "id": 31, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "bedtools MaskFastaBed", + "outputs": [ + { + "name": "output", + "type": "fasta" + } + ], + "position": { + "left": 2524.4833984375, + "top": 324.6666717529297 + }, + "post_job_actions": { + "HideDatasetActionoutput": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output" + }, + "RenameDatasetActionoutput": { + "action_arguments": { + "newname": "Preconsensus masked genome sequence" + }, + "action_type": "RenameDatasetAction", + "output_name": "output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_maskfastabed/2.29.2", + "tool_shed_repository": { + "changeset_revision": "0a5c785ac6db", + "name": "bedtools", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"fasta\": {\"__class__\": \"ConnectedValue\"}, \"fullheader\": \"false\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"mc\": \"N\", \"soft\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.29.2", + "type": "tool", + "uuid": "5256d0e0-60c4-486c-8dcf-f72491906144", + "workflow_outputs": [] + }, + "34": { + "annotation": "", + "content_id": "Filter1", + "errors": null, + "id": 34, + "input_connections": { + "input": { + "id": 32, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "Filter", + "outputs": [ + { + "name": "out_file1", + "type": "input" + } + ], + "position": { + "left": 2720.5, + "top": 601.5 + }, + "post_job_actions": { + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + }, + "RenameDatasetActionout_file1": { + "action_arguments": { + "newname": "1-based masking regions no placeholder" + }, + "action_type": "RenameDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "Filter1", + "tool_state": "{\"cond\": \"c1!='PLACEHOLDER'\", \"header_lines\": \"0\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.1.0", + "type": "tool", + "uuid": "494b85b8-293e-4901-a88a-0c29ff21a36f", + "workflow_outputs": [] + }, + "35": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bcftools_consensus/bcftools_consensus/1.10", + "errors": null, + "id": 35, + "input_connections": { + "input_file": { + "id": 10, + "output_name": "output" + }, + "reference_source|fasta_ref": { + "id": 33, + "output_name": "output" + }, + "sec_default|mask": { + "id": 34, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "bcftools consensus", + "outputs": [ + { + "name": "output_file", + "type": "fasta" + } + ], + "position": { + "left": 2776.833251953125, + "top": 382.6666717529297 + }, + "post_job_actions": { + "RenameDatasetActionoutput_file": { + "action_arguments": { + "newname": "Consensus sequence with masking" + }, + "action_type": "RenameDatasetAction", + "output_name": "output_file" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bcftools_consensus/bcftools_consensus/1.10", + "tool_shed_repository": { + "changeset_revision": "e522022137f6", + "name": "bcftools_consensus", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"chain\": \"false\", \"input_file\": {\"__class__\": \"ConnectedValue\"}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"fasta_ref\": {\"__class__\": \"ConnectedValue\"}}, \"rename\": \"true\", \"sec_default\": {\"mask\": {\"__class__\": \"ConnectedValue\"}, \"iupac_codes\": \"false\", \"sample\": \"\", \"select_haplotype\": null}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "1.10", + "type": "tool", + "uuid": "0da6fb8b-21fb-4321-9c11-73035358b636", + "workflow_outputs": [ + { + "label": null, + "output_name": "output_file", + "uuid": "2efd48a2-8510-4866-8577-793280005384" + } + ] + }, + "36": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/nml/collapse_collections/collapse_dataset/4.2", + "errors": null, + "id": 36, + "input_connections": { + "input_list": { + "id": 35, + "output_name": "output_file" + } + }, + "inputs": [], + "label": null, + "name": "Collapse Collection", + "outputs": [ + { + "name": "output", + "type": "input" + } + ], + "position": { + "left": 3036.5, + "top": 406.5 + }, + "post_job_actions": { + "RenameDatasetActionoutput": { + "action_arguments": { + "newname": "Multisample consensus FASTA" + }, + "action_type": "RenameDatasetAction", + "output_name": "output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/nml/collapse_collections/collapse_dataset/4.2", + "tool_shed_repository": { + "changeset_revision": "830961c48e42", + "name": "collapse_collections", + "owner": "nml", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"filename\": {\"add_name\": \"false\", \"__current_case__\": 1}, \"input_list\": {\"__class__\": \"ConnectedValue\"}, \"one_header\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "4.2", + "type": "tool", + "uuid": "8007ffa0-bb2f-485c-b906-ff9dacf977aa", + "workflow_outputs": [ + { + "label": "multisample_consensus_fasta", + "output_name": "output", + "uuid": "2463b762-7ae2-459c-97ce-c020690253a6" + } + ] + } + }, + "tags": [], + "uuid": "dd9d9bc1-a696-4a3f-bbbb-e9d72839fff1", + "version": 7 +} \ No newline at end of file diff --git a/workflow/Galaxy-Workflow-COVID-19__variation_analysis_of_ARTIC_ONT_data_for_submission_container.ga b/workflow/Galaxy-Workflow-COVID-19__variation_analysis_of_ARTIC_ONT_data_for_submission_container.ga new file mode 100644 index 0000000..d778e24 --- /dev/null +++ b/workflow/Galaxy-Workflow-COVID-19__variation_analysis_of_ARTIC_ONT_data_for_submission_container.ga @@ -0,0 +1,928 @@ +{ + "a_galaxy_workflow": "true", + "annotation": "", + "format-version": "0.1", + "name": "COVID-19: variation analysis of ARTIC ONT data", + "steps": { + "0": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 0, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "Collection of ONT-sequenced reads" + } + ], + "label": "Collection of ONT-sequenced reads", + "name": "Input dataset collection", + "outputs": [], + "position": { + "left": 104.16668701171875, + "top": 228.25 + }, + "tool_id": null, + "tool_state": "{\"optional\": false, \"collection_type\": \"list\"}", + "tool_version": null, + "type": "data_collection_input", + "uuid": "69c868d7-9350-4659-8bd0-ddac5bed4c55", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "1fa99b6c-7059-4cd9-82cf-d0663bc4d205" + } + ] + }, + "1": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 1, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "FASTA sequence of SARS-CoV-2" + } + ], + "label": "FASTA sequence of SARS-CoV-2", + "name": "Input dataset", + "outputs": [], + "position": { + "left": 399.33331298828125, + "top": 226.0833282470703 + }, + "tool_id": null, + "tool_state": "{\"optional\": false}", + "tool_version": null, + "type": "data_input", + "uuid": "d55b99f1-64ba-4a21-83bf-2cd38cf14130", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "c721a426-f91a-4a5a-8e7d-c4286ab1e778" + } + ] + }, + "2": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 2, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "Minimum read length" + } + ], + "label": "Minimum read length", + "name": "Input parameter", + "outputs": [], + "position": { + "left": 100, + "top": 482.5 + }, + "tool_id": null, + "tool_state": "{\"default\": 400, \"parameter_type\": \"integer\", \"optional\": true}", + "tool_version": null, + "type": "parameter_input", + "uuid": "ad9db29f-48d0-4ad1-8166-6e910a014a19", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "0e2ee732-1333-4a5d-8d20-5cb99f4a743d" + } + ] + }, + "3": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 3, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "Maximum read length" + } + ], + "label": "Maximum read length", + "name": "Input parameter", + "outputs": [], + "position": { + "left": 101, + "top": 589.5 + }, + "tool_id": null, + "tool_state": "{\"default\": 700, \"parameter_type\": \"integer\", \"optional\": true}", + "tool_version": null, + "type": "parameter_input", + "uuid": "493ec763-a225-4e20-af17-c823fe2ccf31", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "bfa74ea4-d221-4e7d-b727-b9e33fa6c285" + } + ] + }, + "4": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 4, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "ARTIC primer BED" + } + ], + "label": "ARTIC primer BED", + "name": "Input dataset", + "outputs": [], + "position": { + "left": 848.25, + "top": 160.01666259765625 + }, + "tool_id": null, + "tool_state": "{\"optional\": false, \"format\": [\"bed\"]}", + "tool_version": null, + "type": "data_input", + "uuid": "4b8e4327-ea37-405e-b1c8-79d7d83bd817", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "aac0f13c-5676-44ec-a1d2-b28cec3fb1a6" + } + ] + }, + "5": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/0.20.1+galaxy0", + "errors": null, + "id": 5, + "input_connections": { + "filter_options|length_filtering_options|length_limit": { + "id": 3, + "output_name": "output" + }, + "filter_options|length_filtering_options|length_required": { + "id": 2, + "output_name": "output" + }, + "single_paired|in1": { + "id": 0, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "fastp", + "outputs": [ + { + "name": "out1", + "type": "input" + }, + { + "name": "report_html", + "type": "html" + } + ], + "position": { + "left": 381, + "top": 431.5 + }, + "post_job_actions": { + "HideDatasetActionout1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out1" + }, + "HideDatasetActionreport_html": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "report_html" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/0.20.1+galaxy0", + "tool_shed_repository": { + "changeset_revision": "dbf9c561ef29", + "name": "fastp", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"filter_options\": {\"quality_filtering_options\": {\"disable_quality_filtering\": \"true\", \"qualified_quality_phred\": \"\", \"unqualified_percent_limit\": \"\", \"n_base_limit\": \"\"}, \"length_filtering_options\": {\"disable_length_filtering\": \"false\", \"length_required\": {\"__class__\": \"ConnectedValue\"}, \"length_limit\": {\"__class__\": \"ConnectedValue\"}}, \"low_complexity_filter\": {\"enable_low_complexity_filter\": \"false\", \"complexity_threshold\": \"\"}}, \"output_options\": {\"report_html\": \"true\", \"report_json\": \"false\"}, \"overrepresented_sequence_analysis\": {\"overrepresentation_analysis\": \"false\", \"overrepresentation_sampling\": \"\"}, \"read_mod_options\": {\"polyg_tail_trimming\": {\"trimming_select\": \"-G\", \"__current_case__\": 2}, \"polyx_tail_trimming\": {\"polyx_trimming_select\": \"\", \"__current_case__\": 1}, \"umi_processing\": {\"umi\": \"false\", \"umi_loc\": \"\", \"umi_len\": \"\", \"umi_prefix\": \"\"}, \"cutting_by_quality_options\": {\"cut_by_quality5\": \"false\", \"cut_by_quality3\": \"false\", \"cut_window_size\": \"\", \"cut_mean_quality\": \"\"}, \"base_correction_options\": {\"correction\": \"false\"}}, \"single_paired\": {\"single_paired_selector\": \"single\", \"__current_case__\": 0, \"in1\": {\"__class__\": \"ConnectedValue\"}, \"adapter_trimming_options\": {\"disable_adapter_trimming\": \"true\", \"adapter_sequence1\": \"\"}, \"global_trimming_options\": {\"trim_front1\": \"\", \"trim_tail1\": \"\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "a4ece343-f89f-46e9-b412-23ccda1ebb42", + "workflow_outputs": [] + }, + "6": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.17+galaxy2", + "errors": null, + "id": 6, + "input_connections": { + "fastq_input|fastq_input1": { + "id": 5, + "output_name": "out1" + }, + "reference_source|ref_file": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Map with minimap2", + "outputs": [ + { + "name": "alignment_output", + "type": "bam" + } + ], + "position": { + "left": 633.7999877929688, + "top": 424.70001220703125 + }, + "post_job_actions": { + "HideDatasetActionalignment_output": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "alignment_output" + }, + "RenameDatasetActionalignment_output": { + "action_arguments": { + "newname": "Mapped reads (output of minimap2)" + }, + "action_type": "RenameDatasetAction", + "output_name": "alignment_output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.17+galaxy2", + "tool_shed_repository": { + "changeset_revision": "8c6cd2650d1f", + "name": "minimap2", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"alignment_options\": {\"splicing\": {\"splice_mode\": \"preset\", \"__current_case__\": 0}, \"A\": \"\", \"B\": \"\", \"O\": \"\", \"O2\": \"\", \"E\": \"\", \"E2\": \"\", \"z\": \"\", \"z2\": \"\", \"s\": \"\", \"no_end_flt\": \"true\"}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 0, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}, \"analysis_type_selector\": \"map-ont\"}, \"indexing_options\": {\"H\": \"false\", \"k\": \"\", \"w\": \"\", \"I\": \"\"}, \"io_options\": {\"output_format\": \"BAM\", \"Q\": \"false\", \"L\": \"false\", \"K\": \"\", \"cs\": null, \"c\": \"false\", \"eqx\": \"false\", \"Y\": \"false\"}, \"mapping_options\": {\"N\": \"\", \"F\": \"\", \"f\": \"\", \"min_occ_floor\": \"\", \"g\": \"\", \"r\": \"\", \"n\": \"\", \"m\": \"\", \"max_chain_skip\": \"\", \"max_chain_iter\": \"\", \"X\": \"false\", \"p\": \"\"}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "e1a40f2d-14d2-473c-9fe5-b22c008dc74d", + "workflow_outputs": [] + }, + "7": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/samtools_view/samtools_view/1.9+galaxy2", + "errors": null, + "id": 7, + "input_connections": { + "input": { + "id": 6, + "output_name": "alignment_output" + } + }, + "inputs": [], + "label": null, + "name": "Samtools view", + "outputs": [ + { + "name": "outputsam", + "type": "input" + } + ], + "position": { + "left": 867.5166625976562, + "top": 388.51666259765625 + }, + "post_job_actions": { + "HideDatasetActionoutputsam": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "outputsam" + }, + "RenameDatasetActionoutputsam": { + "action_arguments": { + "newname": "Mapped reads (filtered minimap2 result)" + }, + "action_type": "RenameDatasetAction", + "output_name": "outputsam" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/samtools_view/samtools_view/1.9+galaxy2", + "tool_shed_repository": { + "changeset_revision": "bf328cec6a42", + "name": "samtools_view", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"addref_cond\": {\"addref_select\": \"no\", \"__current_case__\": 0}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"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\": \"1\", \"library\": \"\", \"cigarcons\": \"\", \"inclusive_filter\": null, \"exclusive_filter\": [\"4\", \"256\"], \"exclusive_filter_all\": null}, \"subsample_config\": {\"subsampling_mode\": {\"select_subsample\": \"fraction\", \"__current_case__\": 0, \"factor\": \"1.0\", \"seed\": \"\"}}, \"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": null, + "type": "tool", + "uuid": "187b5b7e-1198-4ad7-80c7-1662c0088d22", + "workflow_outputs": [] + }, + "8": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/ivar_trim/ivar_trim/1.2.2+galaxy1", + "errors": null, + "id": 8, + "input_connections": { + "input_bam": { + "id": 7, + "output_name": "outputsam" + }, + "primer|input_bed": { + "id": 4, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "ivar trim", + "outputs": [ + { + "name": "output_bam", + "type": "bam" + } + ], + "position": { + "left": 1084.0166625976562, + "top": 189.35000610351562 + }, + "post_job_actions": { + "HideDatasetActionoutput_bam": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output_bam" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/ivar_trim/ivar_trim/1.2.2+galaxy1", + "tool_shed_repository": { + "changeset_revision": "db536ad45f28", + "name": "ivar_trim", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"inc_primers\": \"false\", \"input_bam\": {\"__class__\": \"ConnectedValue\"}, \"min_len\": \"1\", \"min_qual\": \"0\", \"primer\": {\"source\": \"history\", \"__current_case__\": 0, \"input_bed\": {\"__class__\": \"ConnectedValue\"}}, \"window_width\": \"4\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "0d5f7b04-b908-4e99-b7b9-f80317016b8c", + "workflow_outputs": [] + }, + "9": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.2+galaxy2", + "errors": null, + "id": 9, + "input_connections": { + "input": { + "id": 7, + "output_name": "outputsam" + } + }, + "inputs": [], + "label": null, + "name": "Samtools stats", + "outputs": [ + { + "name": "output", + "type": "tabular" + } + ], + "position": { + "left": 1277.4666748046875, + "top": 551.0833129882812 + }, + "post_job_actions": { + "HideDatasetActionoutput": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.2+galaxy2", + "tool_shed_repository": { + "changeset_revision": "145f6d74ff5e", + "name": "samtools_stats", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"addref_cond\": {\"addref_select\": \"no\", \"__current_case__\": 0}, \"cond_region\": {\"select_region\": \"no\", \"__current_case__\": 0}, \"cov_threshold\": \"\", \"coverage_cond\": {\"coverage_select\": \"no\", \"__current_case__\": 0}, \"filter_by_flags\": {\"filter_flags\": \"nofilter\", \"__current_case__\": 1}, \"gc_depth\": \"\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"insert_size\": \"\", \"most_inserts\": \"\", \"read_length\": \"\", \"remove_dups\": \"false\", \"remove_overlaps\": \"false\", \"sparse\": \"false\", \"split_output_cond\": {\"split_output_selector\": \"no\", \"__current_case__\": 0}, \"trim_quality\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "8433e55a-f285-4297-9611-bd560a4d80f4", + "workflow_outputs": [] + }, + "10": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/freebayes/bamleftalign/1.3.1", + "errors": null, + "id": 10, + "input_connections": { + "reference_source|input_bam": { + "id": 8, + "output_name": "output_bam" + }, + "reference_source|ref_file": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "BamLeftAlign", + "outputs": [ + { + "name": "output_bam", + "type": "bam" + } + ], + "position": { + "left": 1316, + "top": 360.79998779296875 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/freebayes/bamleftalign/1.3.1", + "tool_shed_repository": { + "changeset_revision": "ef2c525bd8cd", + "name": "freebayes", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"iterations\": \"5\", \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"input_bam\": {\"__class__\": \"ConnectedValue\"}, \"ref_file\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "8d15c718-694d-4047-be77-a2f5c6d1f17a", + "workflow_outputs": [ + { + "label": null, + "output_name": "output_bam", + "uuid": "e9792b1d-fdae-490e-8593-bf1184a8b811" + } + ] + }, + "11": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/medaka_consensus/medaka_consensus/1.0.3+galaxy2", + "errors": null, + "id": 11, + "input_connections": { + "bam": { + "id": 10, + "output_name": "output_bam" + } + }, + "inputs": [], + "label": null, + "name": "medaka consensus tool", + "outputs": [ + { + "name": "out_result", + "type": "h5" + } + ], + "position": { + "left": 1535.5999755859375, + "top": 177.31666564941406 + }, + "post_job_actions": { + "HideDatasetActionout_result": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_result" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/medaka_consensus/medaka_consensus/1.0.3+galaxy2", + "tool_shed_repository": { + "changeset_revision": "fbf007713188", + "name": "medaka_consensus", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"RG\": \"\", \"bam\": {\"__class__\": \"ConnectedValue\"}, \"batch_size\": \"100\", \"check_output\": \"false\", \"chunk_len\": \"800\", \"chunk_ovlp\": \"400\", \"disable_cudnn\": \"false\", \"model\": \"r941_min_high_g351\", \"out\": [\"result\"], \"regions_cond\": {\"regions_sel\": \"none\", \"__current_case__\": 0}, \"save_features\": \"false\", \"tag_keep_missing\": \"false\", \"tag_name\": \"\", \"tag_value\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "b3172c00-db24-4005-bf12-43fffa7da081", + "workflow_outputs": [] + }, + "12": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/qualimap_bamqc/qualimap_bamqc/2.2.2d+galaxy3", + "errors": null, + "id": 12, + "input_connections": { + "input1": { + "id": 10, + "output_name": "output_bam" + } + }, + "inputs": [], + "label": null, + "name": "QualiMap BamQC", + "outputs": [ + { + "name": "raw_data", + "type": "input" + }, + { + "name": "output_html", + "type": "html" + } + ], + "position": { + "left": 1586.61669921875, + "top": 714.4833374023438 + }, + "post_job_actions": { + "HideDatasetActionoutput_html": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output_html" + }, + "HideDatasetActionraw_data": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "raw_data" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/qualimap_bamqc/qualimap_bamqc/2.2.2d+galaxy3", + "tool_shed_repository": { + "changeset_revision": "19ece8afbaab", + "name": "qualimap_bamqc", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"duplicate_skipping\": [\"0\"], \"input1\": {\"__class__\": \"ConnectedValue\"}, \"per_base_coverage\": \"false\", \"plot_specific\": {\"n_bins\": \"400\", \"paint_chromosome_limits\": \"true\", \"genome_gc_distr\": null, \"homopolymer_size\": \"3\"}, \"stats_regions\": {\"region_select\": \"all\", \"__current_case__\": 0}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "a62da217-e2f5-433e-97ae-a6928371b68d", + "workflow_outputs": [] + }, + "13": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/medaka_variant/medaka_variant/1.0.3+galaxy3", + "errors": null, + "id": 13, + "input_connections": { + "output_annotated|in_bam": { + "id": 10, + "output_name": "output_bam" + }, + "pool|input": { + "id": 11, + "output_name": "out_result" + }, + "reference_source|ref_file": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "medaka variant tool", + "outputs": [ + { + "name": "out_result", + "type": "vcf" + }, + { + "name": "out_annotated", + "type": "vcf" + }, + { + "name": "out_log", + "type": "tabular" + } + ], + "position": { + "left": 1757.88330078125, + "top": 273.5 + }, + "post_job_actions": { + "HideDatasetActionout_annotated": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_annotated" + }, + "HideDatasetActionout_log": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_log" + }, + "HideDatasetActionout_result": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_result" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/medaka_variant/medaka_variant/1.0.3+galaxy3", + "tool_shed_repository": { + "changeset_revision": "19f3b583a9b3", + "name": "medaka_variant", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"output_annotated\": {\"output_annotated_select\": \"true\", \"__current_case__\": 0, \"in_bam\": {\"__class__\": \"ConnectedValue\"}, \"min_basequal\": \"0\", \"min_mapqual\": \"0\"}, \"output_log_bool\": \"true\", \"pool\": {\"pool_mode\": \"No\", \"__current_case__\": 1, \"input\": {\"__class__\": \"ConnectedValue\"}}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}}, \"regions\": \"\", \"verbose\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "7e60b4d0-4682-43bf-a636-1eb0cadee327", + "workflow_outputs": [] + }, + "14": { + "annotation": "", + "content_id": "__FLATTEN__", + "errors": null, + "id": 14, + "input_connections": { + "input": { + "id": 12, + "output_name": "raw_data" + } + }, + "inputs": [], + "label": null, + "name": "Flatten Collection", + "outputs": [ + { + "name": "output", + "type": "input" + } + ], + "position": { + "left": 1851.5, + "top": 744.5833129882812 + }, + "post_job_actions": { + "HideDatasetActionoutput": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output" + } + }, + "tool_id": "__FLATTEN__", + "tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"join_identifier\": \"_\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "27b2dd88-472d-48bc-b2fc-c45e8c85123a", + "workflow_outputs": [] + }, + "15": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_filter/lofreq_filter/2.1.5+galaxy0", + "errors": null, + "id": 15, + "input_connections": { + "invcf": { + "id": 13, + "output_name": "out_annotated" + } + }, + "inputs": [], + "label": null, + "name": "Lofreq filter", + "outputs": [ + { + "name": "outvcf", + "type": "vcf" + } + ], + "position": { + "left": 1977.0166015625, + "top": 186.25 + }, + "post_job_actions": { + "HideDatasetActionoutvcf": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "outvcf" + }, + "RenameDatasetActionoutvcf": { + "action_arguments": { + "newname": "Filtered variants (lofreq filter for strand-bias)" + }, + "action_type": "RenameDatasetAction", + "output_name": "outvcf" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_filter/lofreq_filter/2.1.5+galaxy0", + "tool_shed_repository": { + "changeset_revision": "7dfca164d2e3", + "name": "lofreq_filter", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"af\": {\"af_min\": \"0.0\", \"af_max\": \"0.0\"}, \"coverage\": {\"cov_min\": \"0\", \"cov_max\": \"0\"}, \"filter_by_type\": {\"keep_only\": \"\", \"__current_case__\": 0, \"qual\": {\"snvqual_filter\": {\"snvqual\": \"no\", \"__current_case__\": 0}, \"indelqual_filter\": {\"indelqual\": \"no\", \"__current_case__\": 0}}}, \"flag_or_drop\": \"--print-all\", \"invcf\": {\"__class__\": \"ConnectedValue\"}, \"sb\": {\"sb_filter\": {\"strand_bias\": \"mtc\", \"__current_case__\": 2, \"sb_alpha\": \"0.001\", \"sb_mtc\": \"fdr\", \"sb_compound\": \"true\", \"sb_indels\": \"false\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "dc0c5724-ea64-47cf-adf9-0c5802a33dd6", + "workflow_outputs": [] + }, + "16": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.8+galaxy1", + "errors": null, + "id": 16, + "input_connections": { + "results_0|software_cond|output_0|type|input": { + "id": 9, + "output_name": "output" + }, + "results_1|software_cond|input": { + "id": 14, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "MultiQC", + "outputs": [ + { + "name": "stats", + "type": "input" + }, + { + "name": "plots", + "type": "input" + }, + { + "name": "html_report", + "type": "html" + } + ], + "position": { + "left": 2137.2833251953125, + "top": 693.816650390625 + }, + "post_job_actions": { + "HideDatasetActionhtml_report": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "html_report" + }, + "HideDatasetActionplots": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "plots" + }, + "HideDatasetActionstats": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "stats" + }, + "RenameDatasetActionhtml_report": { + "action_arguments": { + "newname": "Preprocessing and mapping reports" + }, + "action_type": "RenameDatasetAction", + "output_name": "html_report" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.8+galaxy1", + "tool_shed_repository": { + "changeset_revision": "5e33b465d8d5", + "name": "multiqc", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"comment\": \"\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"samtools\", \"__current_case__\": 23, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"stats\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}, {\"__index__\": 1, \"software_cond\": {\"software\": \"qualimap\", \"__current_case__\": 19, \"input\": {\"__class__\": \"ConnectedValue\"}}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "0b3dafcc-1688-4b9c-aba2-70a47369dae4", + "workflow_outputs": [] + }, + "17": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_find_and_replace/1.1.3", + "errors": null, + "id": 17, + "input_connections": { + "infile": { + "id": 15, + "output_name": "outvcf" + } + }, + "inputs": [], + "label": null, + "name": "Replace", + "outputs": [ + { + "name": "outfile", + "type": "input" + } + ], + "position": { + "left": 2102.5, + "top": 340.5 + }, + "post_job_actions": { + "HideDatasetActionoutfile": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "outfile" + }, + "RenameDatasetActionoutfile": { + "action_arguments": { + "newname": "Filtered variants (lofreq filter for strand-bias) with fixed header line" + }, + "action_type": "RenameDatasetAction", + "output_name": "outfile" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_find_and_replace/1.1.3", + "tool_shed_repository": { + "changeset_revision": "ddf54b12c295", + "name": "text_processing", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"caseinsensitive\": \"false\", \"find_pattern\": \"#CHROM\\\\tPOS\\\\tID\\\\tREF\\\\tALT\\\\tQUAL\\\\tFILTER\\\\tINFO.*\", \"global\": \"false\", \"infile\": {\"__class__\": \"ConnectedValue\"}, \"is_regex\": \"true\", \"replace_pattern\": \"#CHROM\\\\tPOS\\\\tID\\\\tREF\\\\tALT\\\\tQUAL\\\\tFILTER\\\\tINFO\\\\tFORMAT\\\\tSAMPLE\", \"searchwhere\": {\"searchwhere_select\": \"line\", \"__current_case__\": 0}, \"skip_first_line\": \"false\", \"wholewords\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "bd49d05a-1fbb-4717-8110-03d15cafdfd3", + "workflow_outputs": [] + }, + "18": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff_sars_cov_2/snpeff_sars_cov_2/4.5covid19", + "errors": null, + "id": 18, + "input_connections": { + "input": { + "id": 17, + "output_name": "outfile" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool SnpEff eff:", + "name": "intervals" + }, + { + "description": "runtime parameter for tool SnpEff eff:", + "name": "transcripts" + } + ], + "label": "SnpEff eff covid19 version", + "name": "SnpEff eff:", + "outputs": [ + { + "name": "snpeff_output", + "type": "vcf" + }, + { + "name": "statsFile", + "type": "html" + } + ], + "position": { + "left": 2341.4000244140625, + "top": 331.91668701171875 + }, + "post_job_actions": { + "HideDatasetActionstatsFile": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "statsFile" + }, + "RenameDatasetActionsnpeff_output": { + "action_arguments": { + "newname": "Final (SnpEff-) annotated variants" + }, + "action_type": "RenameDatasetAction", + "output_name": "snpeff_output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff_sars_cov_2/snpeff_sars_cov_2/4.5covid19", + "tool_shed_repository": { + "changeset_revision": "2a3a00c1fa0a", + "name": "snpeff_sars_cov_2", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"annotations\": [\"-formatEff\", \"-classic\"], \"chr\": \"\", \"csvStats\": \"false\", \"filter\": {\"specificEffects\": \"no\", \"__current_case__\": 0}, \"filterOut\": [\"-no-downstream\", \"-no-intergenic\", \"-no-upstream\"], \"generate_stats\": \"true\", \"genome_version\": \"NC_045512.2\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"inputFormat\": \"vcf\", \"intervals\": {\"__class__\": \"RuntimeValue\"}, \"noLog\": \"true\", \"offset\": \"default\", \"outputConditional\": {\"outputFormat\": \"vcf\", \"__current_case__\": 0}, \"transcripts\": {\"__class__\": \"RuntimeValue\"}, \"udLength\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "4e7d8eea-5fa8-4c43-acbe-0601d92b4c36", + "workflow_outputs": [ + { + "label": "annotated_variants", + "output_name": "snpeff_output", + "uuid": "57b3d4b3-ff4c-47bc-93aa-16fe46996b1a" + } + ] + } + }, + "tags": [], + "uuid": "8bd881ac-18d5-42dc-bb37-da9721445dae", + "version": 2 +} \ No newline at end of file diff --git a/workflow/Galaxy-Workflow-COVID-19__variation_analysis_on_ARTIC_PE_data_for_submission_container_.ga b/workflow/Galaxy-Workflow-COVID-19__variation_analysis_on_ARTIC_PE_data_for_submission_container_.ga new file mode 100644 index 0000000..b9f96b9 --- /dev/null +++ b/workflow/Galaxy-Workflow-COVID-19__variation_analysis_on_ARTIC_PE_data_for_submission_container_.ga @@ -0,0 +1,1135 @@ +{ + "a_galaxy_workflow": "true", + "annotation": "", + "format-version": "0.1", + "name": "COVID-19: variation analysis on ARTIC PE data ", + "steps": { + "0": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 0, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "Paired Collection (fastqsanger)" + } + ], + "label": "Paired Collection (fastqsanger)", + "name": "Input dataset collection", + "outputs": [], + "position": { + "left": 210.08331298828125, + "top": 555.8666687011719 + }, + "tool_id": null, + "tool_state": "{\"optional\": false, \"collection_type\": \"list:paired\"}", + "tool_version": null, + "type": "data_collection_input", + "uuid": "1621fc62-b78b-44ad-9d3f-796c846a3088", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "44838bc8-a95c-4397-adf5-f411fe4876e2" + } + ] + }, + "1": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 1, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "FASTA sequence of SARS-CoV-2" + } + ], + "label": "FASTA sequence of SARS-CoV-2", + "name": "Input dataset", + "outputs": [], + "position": { + "left": 579.7333374023438, + "top": 406.46665954589844 + }, + "tool_id": null, + "tool_state": "{\"optional\": false}", + "tool_version": null, + "type": "data_input", + "uuid": "d0d4fa55-eaf0-4f33-a4d9-0195618ab4d3", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "6f71535b-f86d-41c1-b115-abff5a0f55ec" + } + ] + }, + "2": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 2, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "ARTIC primer BED" + } + ], + "label": "ARTIC primer BED", + "name": "Input dataset", + "outputs": [], + "position": { + "left": 794.0833129882812, + "top": 319.76666259765625 + }, + "tool_id": null, + "tool_state": "{\"optional\": false, \"format\": [\"bed\"]}", + "tool_version": null, + "type": "data_input", + "uuid": "795cbb03-8963-42bc-b211-e96065c89f7d", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "621f5de1-eb8f-42cd-b4ae-68120dcae28d" + } + ] + }, + "3": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 3, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "ARTIC primers to amplicon assignments" + } + ], + "label": "ARTIC primers to amplicon assignments", + "name": "Input dataset", + "outputs": [], + "position": { + "left": 1077.4499969482422, + "top": 291.78334045410156 + }, + "tool_id": null, + "tool_state": "{\"optional\": false, \"format\": [\"tabular\"]}", + "tool_version": null, + "type": "data_input", + "uuid": "41b9e051-2626-4273-803c-1c0fe4fe2761", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "392e0a79-48a8-4a2b-8b7a-af296f01ae37" + } + ] + }, + "4": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/0.20.1+galaxy0", + "errors": null, + "id": 4, + "input_connections": { + "single_paired|paired_input": { + "id": 0, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "fastp", + "outputs": [ + { + "name": "output_paired_coll", + "type": "input" + }, + { + "name": "report_html", + "type": "html" + }, + { + "name": "report_json", + "type": "json" + } + ], + "position": { + "left": 408.76666259765625, + "top": 569.2333374023438 + }, + "post_job_actions": { + "HideDatasetActionoutput_paired_coll": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output_paired_coll" + }, + "HideDatasetActionreport_html": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "report_html" + }, + "HideDatasetActionreport_json": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "report_json" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/0.20.1+galaxy0", + "tool_shed_repository": { + "changeset_revision": "dbf9c561ef29", + "name": "fastp", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"filter_options\": {\"quality_filtering_options\": {\"disable_quality_filtering\": \"false\", \"qualified_quality_phred\": \"\", \"unqualified_percent_limit\": \"\", \"n_base_limit\": \"\"}, \"length_filtering_options\": {\"disable_length_filtering\": \"false\", \"length_required\": \"\", \"length_limit\": \"\"}, \"low_complexity_filter\": {\"enable_low_complexity_filter\": \"false\", \"complexity_threshold\": \"\"}}, \"output_options\": {\"report_html\": \"true\", \"report_json\": \"true\"}, \"overrepresented_sequence_analysis\": {\"overrepresentation_analysis\": \"false\", \"overrepresentation_sampling\": \"\"}, \"read_mod_options\": {\"polyg_tail_trimming\": {\"trimming_select\": \"\", \"__current_case__\": 1, \"poly_g_min_len\": \"\"}, \"polyx_tail_trimming\": {\"polyx_trimming_select\": \"\", \"__current_case__\": 1}, \"umi_processing\": {\"umi\": \"false\", \"umi_loc\": \"\", \"umi_len\": \"\", \"umi_prefix\": \"\"}, \"cutting_by_quality_options\": {\"cut_by_quality5\": \"false\", \"cut_by_quality3\": \"false\", \"cut_window_size\": \"\", \"cut_mean_quality\": \"\"}, \"base_correction_options\": {\"correction\": \"false\"}}, \"single_paired\": {\"single_paired_selector\": \"paired_collection\", \"__current_case__\": 2, \"paired_input\": {\"__class__\": \"ConnectedValue\"}, \"adapter_trimming_options\": {\"disable_adapter_trimming\": \"false\", \"adapter_sequence1\": \"\", \"adapter_sequence2\": \"\"}, \"global_trimming_options\": {\"trim_front1\": \"\", \"trim_tail1\": \"\", \"trim_front2\": \"\", \"trim_tail2\": \"\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "687bf12e-9069-405b-9367-8a4fed7f4cc1", + "workflow_outputs": [] + }, + "5": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.17.1", + "errors": null, + "id": 5, + "input_connections": { + "fastq_input|fastq_input1": { + "id": 4, + "output_name": "output_paired_coll" + }, + "reference_source|ref_file": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Map with BWA-MEM", + "outputs": [ + { + "name": "bam_output", + "type": "bam" + } + ], + "position": { + "left": 592.9500122070312, + "top": 533.3666687011719 + }, + "post_job_actions": { + "HideDatasetActionbam_output": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "bam_output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.17.1", + "tool_shed_repository": { + "changeset_revision": "3fe632431b68", + "name": "bwa", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"analysis_type\": {\"analysis_type_selector\": \"illumina\", \"__current_case__\": 0}, \"fastq_input\": {\"fastq_input_selector\": \"paired_collection\", \"__current_case__\": 2, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}, \"iset_stats\": \"\"}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}, \"index_a\": \"auto\"}, \"rg\": {\"rg_selector\": \"do_not_set\", \"__current_case__\": 3}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "f4df092e-9a76-4dec-b7dc-c1b3f5c35959", + "workflow_outputs": [] + }, + "6": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/samtools_view/samtools_view/1.9+galaxy2", + "errors": null, + "id": 6, + "input_connections": { + "input": { + "id": 5, + "output_name": "bam_output" + } + }, + "inputs": [], + "label": null, + "name": "Samtools view", + "outputs": [ + { + "name": "outputsam", + "type": "input" + } + ], + "position": { + "left": 799.9166870117188, + "top": 599.316650390625 + }, + "post_job_actions": { + "HideDatasetActionoutputsam": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "outputsam" + }, + "RenameDatasetActionoutputsam": { + "action_arguments": { + "newname": "Mapped read pairs (filtered bwa-mem result)" + }, + "action_type": "RenameDatasetAction", + "output_name": "outputsam" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/samtools_view/samtools_view/1.9+galaxy2", + "tool_shed_repository": { + "changeset_revision": "bf328cec6a42", + "name": "samtools_view", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"addref_cond\": {\"addref_select\": \"no\", \"__current_case__\": 0}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"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\": \"20\", \"library\": \"\", \"cigarcons\": \"\", \"inclusive_filter\": [\"1\"], \"exclusive_filter\": [\"4\", \"8\", \"256\"], \"exclusive_filter_all\": null}, \"subsample_config\": {\"subsampling_mode\": {\"select_subsample\": \"fraction\", \"__current_case__\": 0, \"factor\": \"1.0\", \"seed\": \"\"}}, \"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": null, + "type": "tool", + "uuid": "6dc3d66b-449f-434a-a272-4e9eb5adc452", + "workflow_outputs": [] + }, + "7": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/ivar_trim/ivar_trim/1.2.2+galaxy1", + "errors": null, + "id": 7, + "input_connections": { + "input_bam": { + "id": 6, + "output_name": "outputsam" + }, + "primer|input_bed": { + "id": 2, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "ivar trim", + "outputs": [ + { + "name": "output_bam", + "type": "bam" + } + ], + "position": { + "left": 1038.3000030517578, + "top": 483.81666564941406 + }, + "post_job_actions": { + "HideDatasetActionoutput_bam": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output_bam" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/ivar_trim/ivar_trim/1.2.2+galaxy1", + "tool_shed_repository": { + "changeset_revision": "db536ad45f28", + "name": "ivar_trim", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"inc_primers\": \"true\", \"input_bam\": {\"__class__\": \"ConnectedValue\"}, \"min_len\": \"1\", \"min_qual\": \"0\", \"primer\": {\"source\": \"history\", \"__current_case__\": 0, \"input_bed\": {\"__class__\": \"ConnectedValue\"}}, \"window_width\": \"4\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "42ba71cd-e3e6-4c60-832d-8c79dd1f4aa7", + "workflow_outputs": [] + }, + "8": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.2+galaxy2", + "errors": null, + "id": 8, + "input_connections": { + "input": { + "id": 6, + "output_name": "outputsam" + } + }, + "inputs": [], + "label": null, + "name": "Samtools stats", + "outputs": [ + { + "name": "output", + "type": "tabular" + } + ], + "position": { + "left": 1039.7333374023438, + "top": 632.3666687011719 + }, + "post_job_actions": { + "HideDatasetActionoutput": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.2+galaxy2", + "tool_shed_repository": { + "changeset_revision": "145f6d74ff5e", + "name": "samtools_stats", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"addref_cond\": {\"addref_select\": \"no\", \"__current_case__\": 0}, \"cond_region\": {\"select_region\": \"no\", \"__current_case__\": 0}, \"cov_threshold\": \"\", \"coverage_cond\": {\"coverage_select\": \"no\", \"__current_case__\": 0}, \"filter_by_flags\": {\"filter_flags\": \"nofilter\", \"__current_case__\": 1}, \"gc_depth\": \"\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"insert_size\": \"\", \"most_inserts\": \"\", \"read_length\": \"\", \"remove_dups\": \"false\", \"remove_overlaps\": \"false\", \"sparse\": \"false\", \"split_output_cond\": {\"split_output_selector\": \"no\", \"__current_case__\": 0}, \"trim_quality\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "fc8627ab-374b-4b9c-95d2-979524e9e264", + "workflow_outputs": [] + }, + "9": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_viterbi/lofreq_viterbi/2.1.5+galaxy0", + "errors": null, + "id": 9, + "input_connections": { + "reads": { + "id": 7, + "output_name": "output_bam" + }, + "reference_source|ref": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Realign reads", + "outputs": [ + { + "name": "realigned", + "type": "bam" + } + ], + "position": { + "left": 1240.5500030517578, + "top": 536.7166595458984 + }, + "post_job_actions": { + "HideDatasetActionrealigned": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "realigned" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_viterbi/lofreq_viterbi/2.1.5+galaxy0", + "tool_shed_repository": { + "changeset_revision": "aa35ee7f3ab2", + "name": "lofreq_viterbi", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"adv_options\": {\"keepflags\": \"false\", \"bq2_handling\": {\"replace_bq2\": \"keep\", \"__current_case__\": 0, \"defqual\": \"2\"}}, \"reads\": {\"__class__\": \"ConnectedValue\"}, \"reference_source\": {\"ref_selector\": \"history\", \"__current_case__\": 1, \"ref\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "463fa103-c96f-4655-8c8f-f4f3cd067624", + "workflow_outputs": [] + }, + "10": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_indelqual/lofreq_indelqual/2.1.5+galaxy0", + "errors": null, + "id": 10, + "input_connections": { + "reads": { + "id": 9, + "output_name": "realigned" + }, + "strategy|reference_source|ref": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Insert indel qualities", + "outputs": [ + { + "name": "output", + "type": "bam" + } + ], + "position": { + "left": 1417.3666687011719, + "top": 268 + }, + "post_job_actions": { + "HideDatasetActionoutput": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output" + }, + "RenameDatasetActionoutput": { + "action_arguments": { + "newname": "Fully processed reads for variant calling (primer-trimmed, realigned reads with added indelquals)" + }, + "action_type": "RenameDatasetAction", + "output_name": "output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_indelqual/lofreq_indelqual/2.1.5+galaxy0", + "tool_shed_repository": { + "changeset_revision": "426d707dfc47", + "name": "lofreq_indelqual", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"reads\": {\"__class__\": \"ConnectedValue\"}, \"strategy\": {\"selector\": \"dindel\", \"__current_case__\": 1, \"reference_source\": {\"ref_selector\": \"history\", \"__current_case__\": 1, \"ref\": {\"__class__\": \"ConnectedValue\"}}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "d56048f4-5575-4d67-93ff-e32eab72c630", + "workflow_outputs": [] + }, + "11": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/qualimap_bamqc/qualimap_bamqc/2.2.2d+galaxy3", + "errors": null, + "id": 11, + "input_connections": { + "input1": { + "id": 9, + "output_name": "realigned" + } + }, + "inputs": [], + "label": null, + "name": "QualiMap BamQC", + "outputs": [ + { + "name": "raw_data", + "type": "input" + }, + { + "name": "output_html", + "type": "html" + } + ], + "position": { + "left": 1416.4833374023438, + "top": 823.0499877929688 + }, + "post_job_actions": { + "HideDatasetActionoutput_html": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output_html" + }, + "HideDatasetActionraw_data": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "raw_data" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/qualimap_bamqc/qualimap_bamqc/2.2.2d+galaxy3", + "tool_shed_repository": { + "changeset_revision": "19ece8afbaab", + "name": "qualimap_bamqc", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"duplicate_skipping\": [\"0\"], \"input1\": {\"__class__\": \"ConnectedValue\"}, \"per_base_coverage\": \"false\", \"plot_specific\": {\"n_bins\": \"400\", \"paint_chromosome_limits\": \"true\", \"genome_gc_distr\": null, \"homopolymer_size\": \"3\"}, \"stats_regions\": {\"region_select\": \"all\", \"__current_case__\": 0}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "e598581e-9f55-4aeb-83e4-47c750b9628a", + "workflow_outputs": [] + }, + "12": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_call/lofreq_call/2.1.5+galaxy0", + "errors": null, + "id": 12, + "input_connections": { + "reads": { + "id": 10, + "output_name": "output" + }, + "reference_source|ref": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Call variants", + "outputs": [ + { + "name": "variants", + "type": "vcf" + } + ], + "position": { + "left": 1555.066650390625, + "top": 489.56666564941406 + }, + "post_job_actions": { + "HideDatasetActionvariants": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "variants" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_call/lofreq_call/2.1.5+galaxy0", + "tool_shed_repository": { + "changeset_revision": "65432c3abf6c", + "name": "lofreq_call", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"call_control\": {\"set_call_options\": \"yes\", \"__current_case__\": 1, \"coverage\": {\"min_cov\": \"5\", \"max_depth\": \"1000000\"}, \"pe\": {\"use_orphan\": \"false\"}, \"bc_quals\": {\"min_bq\": \"30\", \"min_alt_bq\": \"30\", \"alt_bq\": {\"modify\": \"\", \"__current_case__\": 0}}, \"align_quals\": {\"alnqual\": {\"use_alnqual\": \"\", \"__current_case__\": 0, \"alnqual_choice\": {\"alnquals_to_use\": \"\", \"__current_case__\": 1, \"extended_baq\": \"true\"}}}, \"map_quals\": {\"min_mq\": \"20\", \"use_mq\": {\"no_mq\": \"\", \"__current_case__\": 0, \"max_mq\": \"255\"}}, \"source_qual\": {\"use_src_qual\": {\"src_qual\": \"\", \"__current_case__\": 0}}, \"joint_qual\": {\"min_jq\": \"0\", \"min_alt_jq\": \"0\", \"def_alt_jq\": \"0\"}}, \"filter_control\": {\"filter_type\": \"set_custom\", \"__current_case__\": 3, \"sig\": \"0.0005\", \"bonf\": \"0\", \"others\": \"false\"}, \"reads\": {\"__class__\": \"ConnectedValue\"}, \"reference_source\": {\"ref_selector\": \"history\", \"__current_case__\": 1, \"ref\": {\"__class__\": \"ConnectedValue\"}}, \"regions\": {\"restrict_to_region\": \"genome\", \"__current_case__\": 0}, \"variant_types\": \"--call-indels\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "2d7eb0b7-7f8c-42ce-b4d3-d01336cf4d98", + "workflow_outputs": [] + }, + "13": { + "annotation": "", + "content_id": "__FLATTEN__", + "errors": null, + "id": 13, + "input_connections": { + "input": { + "id": 11, + "output_name": "raw_data" + } + }, + "inputs": [], + "label": null, + "name": "Flatten Collection", + "outputs": [ + { + "name": "output", + "type": "input" + } + ], + "position": { + "left": 1600.38330078125, + "top": 828 + }, + "post_job_actions": { + "HideDatasetActionoutput": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output" + } + }, + "tool_id": "__FLATTEN__", + "tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"join_identifier\": \"_\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "aefafa51-1b3a-4cf8-a1f8-806b98bf39cf", + "workflow_outputs": [] + }, + "14": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_filter/lofreq_filter/2.1.5+galaxy0", + "errors": null, + "id": 14, + "input_connections": { + "invcf": { + "id": 12, + "output_name": "variants" + } + }, + "inputs": [], + "label": null, + "name": "Lofreq filter", + "outputs": [ + { + "name": "outvcf", + "type": "vcf" + } + ], + "position": { + "left": 1733.38330078125, + "top": 419.0500030517578 + }, + "post_job_actions": { + "HideDatasetActionoutvcf": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "outvcf" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_filter/lofreq_filter/2.1.5+galaxy0", + "tool_shed_repository": { + "changeset_revision": "7dfca164d2e3", + "name": "lofreq_filter", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"af\": {\"af_min\": \"0.05\", \"af_max\": \"0.95\"}, \"coverage\": {\"cov_min\": \"5\", \"cov_max\": \"0\"}, \"filter_by_type\": {\"keep_only\": \"\", \"__current_case__\": 0, \"qual\": {\"snvqual_filter\": {\"snvqual\": \"no\", \"__current_case__\": 0}, \"indelqual_filter\": {\"indelqual\": \"no\", \"__current_case__\": 0}}}, \"flag_or_drop\": \"\", \"invcf\": {\"__class__\": \"ConnectedValue\"}, \"sb\": {\"sb_filter\": {\"strand_bias\": \"no\", \"__current_case__\": 0}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "5dacc1d6-df63-4fe0-a5f7-031bd5ed0f98", + "workflow_outputs": [] + }, + "15": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.8+galaxy1", + "errors": null, + "id": 15, + "input_connections": { + "results_0|software_cond|input": { + "id": 4, + "output_name": "report_json" + }, + "results_1|software_cond|output_0|type|input": { + "id": 8, + "output_name": "output" + }, + "results_2|software_cond|input": { + "id": 13, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "MultiQC", + "outputs": [ + { + "name": "stats", + "type": "input" + }, + { + "name": "plots", + "type": "input" + }, + { + "name": "html_report", + "type": "html" + } + ], + "position": { + "left": 1865.75, + "top": 785.1499938964844 + }, + "post_job_actions": { + "HideDatasetActionhtml_report": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "html_report" + }, + "HideDatasetActionplots": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "plots" + }, + "HideDatasetActionstats": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "stats" + }, + "RenameDatasetActionhtml_report": { + "action_arguments": { + "newname": "Preprocessing and mapping reports" + }, + "action_type": "RenameDatasetAction", + "output_name": "html_report" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.8+galaxy1", + "tool_shed_repository": { + "changeset_revision": "5e33b465d8d5", + "name": "multiqc", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"comment\": \"\", \"export\": \"false\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"fastp\", \"__current_case__\": 7, \"input\": {\"__class__\": \"ConnectedValue\"}}}, {\"__index__\": 1, \"software_cond\": {\"software\": \"samtools\", \"__current_case__\": 23, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"stats\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}, {\"__index__\": 2, \"software_cond\": {\"software\": \"qualimap\", \"__current_case__\": 19, \"input\": {\"__class__\": \"ConnectedValue\"}}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "bec7e036-c29b-4311-b34d-6786acffc560", + "workflow_outputs": [] + }, + "16": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/ivar_removereads/ivar_removereads/1.2.2+galaxy1", + "errors": null, + "id": 16, + "input_connections": { + "amplicon_info": { + "id": 3, + "output_name": "output" + }, + "input_bam": { + "id": 10, + "output_name": "output" + }, + "input_bed": { + "id": 2, + "output_name": "output" + }, + "variants_tsv": { + "id": 14, + "output_name": "outvcf" + } + }, + "inputs": [], + "label": null, + "name": "ivar removereads", + "outputs": [ + { + "name": "output_bam", + "type": "bam" + } + ], + "position": { + "left": 1914.1500244140625, + "top": 282.3833312988281 + }, + "post_job_actions": {}, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/ivar_removereads/ivar_removereads/1.2.2+galaxy1", + "tool_shed_repository": { + "changeset_revision": "ee2beb764a7b", + "name": "ivar_removereads", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"amplicon_info\": {\"__class__\": \"ConnectedValue\"}, \"input_bam\": {\"__class__\": \"ConnectedValue\"}, \"input_bed\": {\"__class__\": \"ConnectedValue\"}, \"variants_tsv\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "f54b598f-1bf2-44dc-9345-1a70d4e96ed3", + "workflow_outputs": [ + { + "label": null, + "output_name": "output_bam", + "uuid": "319d72da-1bd6-4c8f-8e05-c34e75b59235" + } + ] + }, + "17": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_call/lofreq_call/2.1.5+galaxy0", + "errors": null, + "id": 17, + "input_connections": { + "reads": { + "id": 16, + "output_name": "output_bam" + }, + "reference_source|ref": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Call variants", + "outputs": [ + { + "name": "variants", + "type": "vcf" + } + ], + "position": { + "left": 2120.3499755859375, + "top": 567.1333312988281 + }, + "post_job_actions": { + "HideDatasetActionvariants": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "variants" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_call/lofreq_call/2.1.5+galaxy0", + "tool_shed_repository": { + "changeset_revision": "65432c3abf6c", + "name": "lofreq_call", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"call_control\": {\"set_call_options\": \"yes\", \"__current_case__\": 1, \"coverage\": {\"min_cov\": \"5\", \"max_depth\": \"1000000\"}, \"pe\": {\"use_orphan\": \"false\"}, \"bc_quals\": {\"min_bq\": \"30\", \"min_alt_bq\": \"30\", \"alt_bq\": {\"modify\": \"\", \"__current_case__\": 0}}, \"align_quals\": {\"alnqual\": {\"use_alnqual\": \"\", \"__current_case__\": 0, \"alnqual_choice\": {\"alnquals_to_use\": \"\", \"__current_case__\": 1, \"extended_baq\": \"true\"}}}, \"map_quals\": {\"min_mq\": \"20\", \"use_mq\": {\"no_mq\": \"\", \"__current_case__\": 0, \"max_mq\": \"255\"}}, \"source_qual\": {\"use_src_qual\": {\"src_qual\": \"\", \"__current_case__\": 0}}, \"joint_qual\": {\"min_jq\": \"0\", \"min_alt_jq\": \"0\", \"def_alt_jq\": \"0\"}}, \"filter_control\": {\"filter_type\": \"set_custom\", \"__current_case__\": 3, \"sig\": \"0.0005\", \"bonf\": \"0\", \"others\": \"false\"}, \"reads\": {\"__class__\": \"ConnectedValue\"}, \"reference_source\": {\"ref_selector\": \"history\", \"__current_case__\": 1, \"ref\": {\"__class__\": \"ConnectedValue\"}}, \"regions\": {\"restrict_to_region\": \"genome\", \"__current_case__\": 0}, \"variant_types\": \"--call-indels\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "8ec6a931-a766-4825-b691-184b0f3c3ae7", + "workflow_outputs": [] + }, + "18": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/vcfvcfintersect/vcfvcfintersect/1.0.0_rc3+galaxy0", + "errors": null, + "id": 18, + "input_connections": { + "reference_source|ref_file": { + "id": 1, + "output_name": "output" + }, + "vcf_input1": { + "id": 17, + "output_name": "variants" + }, + "vcf_input2": { + "id": 12, + "output_name": "variants" + } + }, + "inputs": [], + "label": null, + "name": "VCF-VCFintersect:", + "outputs": [ + { + "name": "out_file1", + "type": "vcf" + } + ], + "position": { + "left": 2313.300048828125, + "top": 458.6166687011719 + }, + "post_job_actions": { + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/vcfvcfintersect/vcfvcfintersect/1.0.0_rc3+galaxy0", + "tool_shed_repository": { + "changeset_revision": "166c4f50525f", + "name": "vcfvcfintersect", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"adv_options\": {\"adv_options_selector\": \"no\", \"__current_case__\": 0}, \"invert\": \"true\", \"isect_union\": \"-i\", \"loci\": \"false\", \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}}, \"vcf_input1\": {\"__class__\": \"ConnectedValue\"}, \"vcf_input2\": {\"__class__\": \"ConnectedValue\"}, \"window_size\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "2db165da-5c5e-4451-aaaa-3892b2c12934", + "workflow_outputs": [] + }, + "19": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_replace_in_line/1.1.2", + "errors": null, + "id": 19, + "input_connections": { + "infile": { + "id": 18, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "Replace Text", + "outputs": [ + { + "name": "outfile", + "type": "input" + } + ], + "position": { + "left": 2480.2666015625, + "top": 519.8000030517578 + }, + "post_job_actions": { + "HideDatasetActionoutfile": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "outfile" + }, + "RenameDatasetActionoutfile": { + "action_arguments": { + "newname": "Variants lost upon amplicon removal" + }, + "action_type": "RenameDatasetAction", + "output_name": "outfile" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_replace_in_line/1.1.2", + "tool_shed_repository": { + "changeset_revision": "ddf54b12c295", + "name": "text_processing", + "owner": "bgruening", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"infile\": {\"__class__\": \"ConnectedValue\"}, \"replacements\": [{\"__index__\": 0, \"find_pattern\": \"^(#CHROM.+)$\", \"replace_pattern\": \"##FILTER=\\\\n\\\\1\"}, {\"__index__\": 1, \"find_pattern\": \"(.+\\\\t)PASS(\\\\t.+)\", \"replace_pattern\": \"\\\\1AmpliconRemoval\\\\2\"}], \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "14067fd3-544c-4a73-8d27-c465d10f9a9e", + "workflow_outputs": [] + }, + "20": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/vcfvcfintersect/vcfvcfintersect/1.0.0_rc3+galaxy0", + "errors": null, + "id": 20, + "input_connections": { + "reference_source|ref_file": { + "id": 1, + "output_name": "output" + }, + "vcf_input1": { + "id": 19, + "output_name": "outfile" + }, + "vcf_input2": { + "id": 17, + "output_name": "variants" + } + }, + "inputs": [], + "label": null, + "name": "VCF-VCFintersect:", + "outputs": [ + { + "name": "out_file1", + "type": "vcf" + } + ], + "position": { + "left": 2663.7333984375, + "top": 548.4833374023438 + }, + "post_job_actions": { + "HideDatasetActionout_file1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out_file1" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/vcfvcfintersect/vcfvcfintersect/1.0.0_rc3+galaxy0", + "tool_shed_repository": { + "changeset_revision": "166c4f50525f", + "name": "vcfvcfintersect", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"adv_options\": {\"adv_options_selector\": \"no\", \"__current_case__\": 0}, \"invert\": \"false\", \"isect_union\": \"-u\", \"loci\": \"false\", \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}}, \"vcf_input1\": {\"__class__\": \"ConnectedValue\"}, \"vcf_input2\": {\"__class__\": \"ConnectedValue\"}, \"window_size\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "5ad5e0b8-8ad3-4e8e-aadf-c7b5a52aa26b", + "workflow_outputs": [] + }, + "21": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_filter/lofreq_filter/2.1.5+galaxy0", + "errors": null, + "id": 21, + "input_connections": { + "invcf": { + "id": 20, + "output_name": "out_file1" + } + }, + "inputs": [], + "label": null, + "name": "Lofreq filter", + "outputs": [ + { + "name": "outvcf", + "type": "vcf" + } + ], + "position": { + "left": 2838.2666015625, + "top": 613.2166748046875 + }, + "post_job_actions": { + "HideDatasetActionoutvcf": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "outvcf" + }, + "RenameDatasetActionoutvcf": { + "action_arguments": { + "newname": "Filtered variants after amplicon removal (lofreq filter for strand-bias)" + }, + "action_type": "RenameDatasetAction", + "output_name": "outvcf" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_filter/lofreq_filter/2.1.5+galaxy0", + "tool_shed_repository": { + "changeset_revision": "7dfca164d2e3", + "name": "lofreq_filter", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"af\": {\"af_min\": \"0.0\", \"af_max\": \"0.0\"}, \"coverage\": {\"cov_min\": \"15\", \"cov_max\": \"1000000000\"}, \"filter_by_type\": {\"keep_only\": \"\", \"__current_case__\": 0, \"qual\": {\"snvqual_filter\": {\"snvqual\": \"no\", \"__current_case__\": 0}, \"indelqual_filter\": {\"indelqual\": \"no\", \"__current_case__\": 0}}}, \"flag_or_drop\": \"--print-all\", \"invcf\": {\"__class__\": \"ConnectedValue\"}, \"sb\": {\"sb_filter\": {\"strand_bias\": \"mtc\", \"__current_case__\": 2, \"sb_alpha\": \"0.001\", \"sb_mtc\": \"fdr\", \"sb_compound\": \"true\", \"sb_indels\": \"false\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "d881e9c0-a698-4325-a2f6-98a914debe34", + "workflow_outputs": [] + }, + "22": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff_sars_cov_2/snpeff_sars_cov_2/4.5covid19", + "errors": null, + "id": 22, + "input_connections": { + "input": { + "id": 21, + "output_name": "outvcf" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool SnpEff eff:", + "name": "intervals" + }, + { + "description": "runtime parameter for tool SnpEff eff:", + "name": "transcripts" + } + ], + "label": "SnpEff eff covid19 version", + "name": "SnpEff eff:", + "outputs": [ + { + "name": "snpeff_output", + "type": "vcf" + }, + { + "name": "statsFile", + "type": "html" + } + ], + "position": { + "left": 3017.699951171875, + "top": 615.183349609375 + }, + "post_job_actions": { + "HideDatasetActionstatsFile": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "statsFile" + }, + "RenameDatasetActionsnpeff_output": { + "action_arguments": { + "newname": "Final (SnpEff-) annotated variants" + }, + "action_type": "RenameDatasetAction", + "output_name": "snpeff_output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff_sars_cov_2/snpeff_sars_cov_2/4.5covid19", + "tool_shed_repository": { + "changeset_revision": "2a3a00c1fa0a", + "name": "snpeff_sars_cov_2", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"annotations\": [\"-formatEff\", \"-classic\"], \"chr\": \"\", \"csvStats\": \"false\", \"filter\": {\"specificEffects\": \"no\", \"__current_case__\": 0}, \"filterOut\": [\"-no-downstream\", \"-no-intergenic\", \"-no-upstream\"], \"generate_stats\": \"true\", \"genome_version\": \"NC_045512.2\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"inputFormat\": \"vcf\", \"intervals\": {\"__class__\": \"RuntimeValue\"}, \"noLog\": \"true\", \"offset\": \"default\", \"outputConditional\": {\"outputFormat\": \"vcf\", \"__current_case__\": 0}, \"transcripts\": {\"__class__\": \"RuntimeValue\"}, \"udLength\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": null, + "type": "tool", + "uuid": "825630e8-45f6-4411-bb83-e8fd9b96ed2c", + "workflow_outputs": [ + { + "label": "annotated_variants", + "output_name": "snpeff_output", + "uuid": "8e01b6dc-f542-40e5-97ac-7f6c6b5621d4" + } + ] + } + }, + "tags": [], + "uuid": "0ef74484-7fe6-4d0a-9572-46481beae8ff", + "version": 6 +} \ No newline at end of file diff --git a/workflow/Galaxy-Workflow-COVID-19__variation_analysis_on_WGS_SE_data_for_submission_container.ga b/workflow/Galaxy-Workflow-COVID-19__variation_analysis_on_WGS_SE_data_for_submission_container.ga new file mode 100644 index 0000000..062f20d --- /dev/null +++ b/workflow/Galaxy-Workflow-COVID-19__variation_analysis_on_WGS_SE_data_for_submission_container.ga @@ -0,0 +1,599 @@ +{ + "a_galaxy_workflow": "true", + "annotation": "", + "format-version": "0.1", + "name": "COVID-19: variation analysis on WGS SE data", + "steps": { + "0": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 0, + "input_connections": {}, + "inputs": [], + "label": null, + "name": "Input dataset collection", + "outputs": [], + "position": { + "left": 200, + "top": 302.96665954589844 + }, + "tool_id": null, + "tool_state": "{\"optional\": false, \"collection_type\": \"list\"}", + "tool_version": null, + "type": "data_collection_input", + "uuid": "d09bd4b8-504a-40c5-ac2f-c4819baea2d9", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "3636f330-3b02-4722-aa16-65b720b3c56c" + } + ] + }, + "1": { + "annotation": "", + "content_id": null, + "errors": null, + "id": 1, + "input_connections": {}, + "inputs": [ + { + "description": "", + "name": "NC_045512.2 FASTA sequence of SARS-CoV-2" + } + ], + "label": "NC_045512.2 FASTA sequence of SARS-CoV-2", + "name": "Input dataset", + "outputs": [], + "position": { + "left": 305.9666748046875, + "top": 714.88330078125 + }, + "tool_id": null, + "tool_state": "{\"optional\": false}", + "tool_version": null, + "type": "data_input", + "uuid": "fdc9a497-b40b-4b19-b697-0bba260dc481", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "2953843e-a1e3-4d95-a329-2793ecbb42f7" + } + ] + }, + "2": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/0.20.1+galaxy0", + "errors": null, + "id": 2, + "input_connections": { + "single_paired|in1": { + "id": 0, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "fastp", + "outputs": [ + { + "name": "out1", + "type": "input" + }, + { + "name": "report_html", + "type": "html" + }, + { + "name": "report_json", + "type": "json" + } + ], + "position": { + "left": 435.3833312988281, + "top": 113 + }, + "post_job_actions": { + "HideDatasetActionout1": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "out1" + }, + "HideDatasetActionreport_html": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "report_html" + }, + "HideDatasetActionreport_json": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "report_json" + }, + "RenameDatasetActionout1": { + "action_arguments": { + "newname": "Trimmed and quality-filtered reads (fastp result)" + }, + "action_type": "RenameDatasetAction", + "output_name": "out1" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/0.20.1+galaxy0", + "tool_shed_repository": { + "changeset_revision": "dbf9c561ef29", + "name": "fastp", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"filter_options\": {\"quality_filtering_options\": {\"disable_quality_filtering\": \"false\", \"qualified_quality_phred\": \"\", \"unqualified_percent_limit\": \"\", \"n_base_limit\": \"\"}, \"length_filtering_options\": {\"disable_length_filtering\": \"false\", \"length_required\": \"\", \"length_limit\": \"\"}, \"low_complexity_filter\": {\"enable_low_complexity_filter\": \"false\", \"complexity_threshold\": \"\"}}, \"output_options\": {\"report_html\": \"true\", \"report_json\": \"true\"}, \"overrepresented_sequence_analysis\": {\"overrepresentation_analysis\": \"false\", \"overrepresentation_sampling\": \"\"}, \"read_mod_options\": {\"polyg_tail_trimming\": {\"trimming_select\": \"\", \"__current_case__\": 1, \"poly_g_min_len\": \"\"}, \"polyx_tail_trimming\": {\"polyx_trimming_select\": \"\", \"__current_case__\": 1}, \"umi_processing\": {\"umi\": \"false\", \"umi_loc\": \"\", \"umi_len\": \"\", \"umi_prefix\": \"\"}, \"cutting_by_quality_options\": {\"cut_by_quality5\": \"false\", \"cut_by_quality3\": \"false\", \"cut_window_size\": \"\", \"cut_mean_quality\": \"\"}, \"base_correction_options\": {\"correction\": \"false\"}}, \"single_paired\": {\"single_paired_selector\": \"single\", \"__current_case__\": 0, \"in1\": {\"__class__\": \"ConnectedValue\"}, \"adapter_trimming_options\": {\"disable_adapter_trimming\": \"false\", \"adapter_sequence1\": \"\"}, \"global_trimming_options\": {\"trim_front1\": \"\", \"trim_tail1\": \"\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "0.20.1+galaxy0", + "type": "tool", + "uuid": "3aab0bb2-8a90-4614-a56a-b33a66ac0e1a", + "workflow_outputs": [] + }, + "3": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/bowtie2/bowtie2/2.3.4.3+galaxy0", + "errors": null, + "id": 3, + "input_connections": { + "library|input_1": { + "id": 2, + "output_name": "out1" + }, + "reference_genome|own_file": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Bowtie2", + "outputs": [ + { + "name": "output", + "type": "bam" + }, + { + "name": "mapping_stats", + "type": "txt" + } + ], + "position": { + "left": 676.0499877929688, + "top": 324.8833312988281 + }, + "post_job_actions": { + "HideDatasetActionmapping_stats": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "mapping_stats" + }, + "HideDatasetActionoutput": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "output" + }, + "RenameDatasetActionoutput": { + "action_arguments": { + "newname": "Mapped reads (bowtie2 result)" + }, + "action_type": "RenameDatasetAction", + "output_name": "output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/bowtie2/bowtie2/2.3.4.3+galaxy0", + "tool_shed_repository": { + "changeset_revision": "749c918495f7", + "name": "bowtie2", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"analysis_type\": {\"analysis_type_selector\": \"simple\", \"__current_case__\": 0, \"presets\": \"--very-sensitive\"}, \"library\": {\"type\": \"single\", \"__current_case__\": 0, \"input_1\": {\"__class__\": \"ConnectedValue\"}, \"unaligned_file\": \"false\", \"aligned_file\": \"false\"}, \"reference_genome\": {\"source\": \"history\", \"__current_case__\": 1, \"own_file\": {\"__class__\": \"ConnectedValue\"}}, \"rg\": {\"rg_selector\": \"set_id_auto\", \"__current_case__\": 2}, \"sam_options\": {\"sam_options_selector\": \"no\", \"__current_case__\": 1}, \"save_mapping_stats\": \"true\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.3.4.3+galaxy0", + "type": "tool", + "uuid": "0befca33-9ded-492c-bc4f-56757a8d506d", + "workflow_outputs": [] + }, + "4": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/picard/picard_MarkDuplicates/2.18.2.2", + "errors": null, + "id": 4, + "input_connections": { + "inputFile": { + "id": 3, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "MarkDuplicates", + "outputs": [ + { + "name": "metrics_file", + "type": "txt" + }, + { + "name": "outFile", + "type": "bam" + } + ], + "position": { + "left": 951.3499755859375, + "top": 476.1333312988281 + }, + "post_job_actions": { + "HideDatasetActionmetrics_file": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "metrics_file" + }, + "HideDatasetActionoutFile": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "outFile" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/picard/picard_MarkDuplicates/2.18.2.2", + "tool_shed_repository": { + "changeset_revision": "7d34178f2812", + "name": "picard", + "owner": "devteam", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"__input_ext\": \"bam\", \"assume_sorted\": \"true\", \"barcode_tag\": \"\", \"chromInfo\": \"/cvmfs/data.galaxyproject.org/managed/len/ucsc/?.len\", \"comments\": [], \"duplicate_scoring_strategy\": \"SUM_OF_BASE_QUALITIES\", \"inputFile\": {\"__class__\": \"ConnectedValue\"}, \"inputFile|__identifier__\": \"SRR11247078\", \"optical_duplicate_pixel_distance\": \"100\", \"read_name_regex\": \"\", \"remove_duplicates\": \"true\", \"validation_stringency\": \"LENIENT\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.18.2.2", + "type": "tool", + "uuid": "ef501f88-735c-4484-962d-65432d1959c4", + "workflow_outputs": [] + }, + "5": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.8+galaxy1", + "errors": null, + "id": 5, + "input_connections": { + "results_0|software_cond|input": { + "id": 2, + "output_name": "report_json" + }, + "results_1|software_cond|input": { + "id": 3, + "output_name": "mapping_stats" + }, + "results_2|software_cond|output_0|input": { + "id": 4, + "output_name": "metrics_file" + } + }, + "inputs": [], + "label": null, + "name": "MultiQC", + "outputs": [ + { + "name": "stats", + "type": "input" + }, + { + "name": "plots", + "type": "input" + }, + { + "name": "html_report", + "type": "html" + } + ], + "position": { + "left": 1030.7666625976562, + "top": 132.73333740234375 + }, + "post_job_actions": { + "HideDatasetActionhtml_report": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "html_report" + }, + "HideDatasetActionplots": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "plots" + }, + "HideDatasetActionstats": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "stats" + }, + "RenameDatasetActionhtml_report": { + "action_arguments": { + "newname": "Preprocessing and mapping reports" + }, + "action_type": "RenameDatasetAction", + "output_name": "html_report" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.8+galaxy1", + "tool_shed_repository": { + "changeset_revision": "5e33b465d8d5", + "name": "multiqc", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"comment\": \"\", \"flat\": \"false\", \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"fastp\", \"__current_case__\": 7, \"input\": {\"__class__\": \"ConnectedValue\"}}}, {\"__index__\": 1, \"software_cond\": {\"software\": \"bowtie2\", \"__current_case__\": 3, \"input\": {\"__class__\": \"ConnectedValue\"}}}, {\"__index__\": 2, \"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.8+galaxy1", + "type": "tool", + "uuid": "d6e4e652-2d06-45c2-8e71-49c16afcdccd", + "workflow_outputs": [] + }, + "6": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_viterbi/lofreq_viterbi/2.1.5+galaxy0", + "errors": null, + "id": 6, + "input_connections": { + "reads": { + "id": 4, + "output_name": "outFile" + }, + "reference_source|ref": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Realign reads", + "outputs": [ + { + "name": "realigned", + "type": "bam" + } + ], + "position": { + "left": 1177.9833984375, + "top": 652.4666748046875 + }, + "post_job_actions": { + "HideDatasetActionrealigned": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "realigned" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_viterbi/lofreq_viterbi/2.1.5+galaxy0", + "tool_shed_repository": { + "changeset_revision": "aa35ee7f3ab2", + "name": "lofreq_viterbi", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"adv_options\": {\"keepflags\": \"false\", \"bq2_handling\": {\"replace_bq2\": \"keep\", \"__current_case__\": 0, \"defqual\": \"2\"}}, \"reads\": {\"__class__\": \"ConnectedValue\"}, \"reference_source\": {\"ref_selector\": \"history\", \"__current_case__\": 1, \"ref\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.1.5+galaxy0", + "type": "tool", + "uuid": "82b7ff0c-4a67-4bbd-a558-8ae986c4fd07", + "workflow_outputs": [] + }, + "7": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_indelqual/lofreq_indelqual/2.1.5+galaxy0", + "errors": null, + "id": 7, + "input_connections": { + "reads": { + "id": 6, + "output_name": "realigned" + }, + "strategy|reference_source|ref": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Insert indel qualities", + "outputs": [ + { + "name": "output", + "type": "bam" + } + ], + "position": { + "left": 1416.3499755859375, + "top": 750.0999755859375 + }, + "post_job_actions": { + "RenameDatasetActionoutput": { + "action_arguments": { + "newname": "Fully processed reads for variant calling (deduplicated, realigned reads with added indelquals)" + }, + "action_type": "RenameDatasetAction", + "output_name": "output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_indelqual/lofreq_indelqual/2.1.5+galaxy0", + "tool_shed_repository": { + "changeset_revision": "426d707dfc47", + "name": "lofreq_indelqual", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"reads\": {\"__class__\": \"ConnectedValue\"}, \"strategy\": {\"selector\": \"dindel\", \"__current_case__\": 1, \"reference_source\": {\"ref_selector\": \"history\", \"__current_case__\": 1, \"ref\": {\"__class__\": \"ConnectedValue\"}}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.1.5+galaxy0", + "type": "tool", + "uuid": "b6ba840d-e104-46a6-9afc-ad41c6cf9e55", + "workflow_outputs": [ + { + "label": null, + "output_name": "output", + "uuid": "eb2ed185-ed60-4e4e-b3f6-2d69c5c962b4" + } + ] + }, + "8": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_call/lofreq_call/2.1.5+galaxy0", + "errors": null, + "id": 8, + "input_connections": { + "reads": { + "id": 7, + "output_name": "output" + }, + "reference_source|ref": { + "id": 1, + "output_name": "output" + } + }, + "inputs": [], + "label": null, + "name": "Call variants", + "outputs": [ + { + "name": "variants", + "type": "vcf" + } + ], + "position": { + "left": 1649.7666015625, + "top": 847.7333374023438 + }, + "post_job_actions": { + "HideDatasetActionvariants": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "variants" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_call/lofreq_call/2.1.5+galaxy0", + "tool_shed_repository": { + "changeset_revision": "65432c3abf6c", + "name": "lofreq_call", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"call_control\": {\"set_call_options\": \"yes\", \"__current_case__\": 1, \"coverage\": {\"min_cov\": \"5\", \"max_depth\": \"1000000\"}, \"pe\": {\"use_orphan\": \"false\"}, \"bc_quals\": {\"min_bq\": \"30\", \"min_alt_bq\": \"30\", \"alt_bq\": {\"modify\": \"\", \"__current_case__\": 0}}, \"align_quals\": {\"alnqual\": {\"use_alnqual\": \"\", \"__current_case__\": 0, \"alnqual_choice\": {\"alnquals_to_use\": \"\", \"__current_case__\": 1, \"extended_baq\": \"true\"}}}, \"map_quals\": {\"min_mq\": \"20\", \"use_mq\": {\"no_mq\": \"\", \"__current_case__\": 0, \"max_mq\": \"255\"}}, \"source_qual\": {\"use_src_qual\": {\"src_qual\": \"\", \"__current_case__\": 0}}, \"joint_qual\": {\"min_jq\": \"0\", \"min_alt_jq\": \"0\", \"def_alt_jq\": \"0\"}}, \"filter_control\": {\"filter_type\": \"set_custom\", \"__current_case__\": 3, \"sig\": \"0.0005\", \"bonf\": \"0\", \"others\": \"false\"}, \"reads\": {\"__class__\": \"ConnectedValue\"}, \"reference_source\": {\"ref_selector\": \"history\", \"__current_case__\": 1, \"ref\": {\"__class__\": \"ConnectedValue\"}}, \"regions\": {\"restrict_to_region\": \"genome\", \"__current_case__\": 0}, \"variant_types\": \"--call-indels\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.1.5+galaxy0", + "type": "tool", + "uuid": "920968ff-d3c2-450d-af0a-7303425db322", + "workflow_outputs": [] + }, + "9": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_filter/lofreq_filter/2.1.5+galaxy0", + "errors": null, + "id": 9, + "input_connections": { + "invcf": { + "id": 8, + "output_name": "variants" + } + }, + "inputs": [], + "label": null, + "name": "Lofreq filter", + "outputs": [ + { + "name": "outvcf", + "type": "vcf" + } + ], + "position": { + "left": 1698.36669921875, + "top": 726.4166870117188 + }, + "post_job_actions": { + "HideDatasetActionoutvcf": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "outvcf" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_filter/lofreq_filter/2.1.5+galaxy0", + "tool_shed_repository": { + "changeset_revision": "7dfca164d2e3", + "name": "lofreq_filter", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"af\": {\"af_min\": \"0.0\", \"af_max\": \"0.0\"}, \"coverage\": {\"cov_min\": \"0\", \"cov_max\": \"0\"}, \"filter_by_type\": {\"keep_only\": \"\", \"__current_case__\": 0, \"qual\": {\"snvqual_filter\": {\"snvqual\": \"no\", \"__current_case__\": 0}, \"indelqual_filter\": {\"indelqual\": \"no\", \"__current_case__\": 0}}}, \"flag_or_drop\": \"--print-all\", \"invcf\": {\"__class__\": \"ConnectedValue\"}, \"sb\": {\"sb_filter\": {\"strand_bias\": \"mtc\", \"__current_case__\": 2, \"sb_alpha\": \"0.001\", \"sb_mtc\": \"fdr\", \"sb_compound\": \"true\", \"sb_indels\": \"false\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "2.1.5+galaxy0", + "type": "tool", + "uuid": "fed7761a-c314-47cb-927a-3bfb462e8bc9", + "workflow_outputs": [] + }, + "10": { + "annotation": "", + "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff_sars_cov_2/snpeff_sars_cov_2/4.5covid19", + "errors": null, + "id": 10, + "input_connections": { + "input": { + "id": 9, + "output_name": "outvcf" + } + }, + "inputs": [ + { + "description": "runtime parameter for tool SnpEff eff:", + "name": "intervals" + }, + { + "description": "runtime parameter for tool SnpEff eff:", + "name": "transcripts" + } + ], + "label": "SnpEff eff covid19 version", + "name": "SnpEff eff:", + "outputs": [ + { + "name": "snpeff_output", + "type": "vcf" + }, + { + "name": "statsFile", + "type": "html" + } + ], + "position": { + "left": 1743.2666015625, + "top": 399.5 + }, + "post_job_actions": { + "HideDatasetActionstatsFile": { + "action_arguments": {}, + "action_type": "HideDatasetAction", + "output_name": "statsFile" + }, + "RenameDatasetActionsnpeff_output": { + "action_arguments": { + "newname": "Final (SnpEff-)annotated variants" + }, + "action_type": "RenameDatasetAction", + "output_name": "snpeff_output" + } + }, + "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff_sars_cov_2/snpeff_sars_cov_2/4.5covid19", + "tool_shed_repository": { + "changeset_revision": "2a3a00c1fa0a", + "name": "snpeff_sars_cov_2", + "owner": "iuc", + "tool_shed": "toolshed.g2.bx.psu.edu" + }, + "tool_state": "{\"annotations\": [\"-formatEff\", \"-classic\"], \"chr\": \"\", \"csvStats\": \"false\", \"filter\": {\"specificEffects\": \"no\", \"__current_case__\": 0}, \"filterOut\": [\"-no-downstream\", \"-no-intergenic\", \"-no-upstream\", \"-no-utr\"], \"generate_stats\": \"true\", \"genome_version\": \"NC_045512.2\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"inputFormat\": \"vcf\", \"intervals\": {\"__class__\": \"RuntimeValue\"}, \"noLog\": \"true\", \"offset\": \"default\", \"outputConditional\": {\"outputFormat\": \"vcf\", \"__current_case__\": 0}, \"transcripts\": {\"__class__\": \"RuntimeValue\"}, \"udLength\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", + "tool_version": "4.5covid19", + "type": "tool", + "uuid": "83826360-66e5-4739-b95e-f0a0bde47d7b", + "workflow_outputs": [ + { + "label": "annotated_variants", + "output_name": "snpeff_output", + "uuid": "72e3e478-b37a-49f5-bc81-0d1fac42e8c9" + } + ] + } + }, + "tags": [], + "uuid": "cbdbf2c8-b792-4dc0-b63a-e5c20a98345b", + "version": 3 +} \ No newline at end of file