{ "a_galaxy_workflow": "true", "annotation": "The workflow for Illumina-sequenced ARTIC data builds on the RNASeq workflow for paired-end data using the same steps for mapping and variant calling, but adds extra logic for trimming ARTIC primer sequences off reads with the ivar package. In addition, this workflow uses ivar also to identify amplicons affected by ARTIC primer-binding site mutations and tries to exclude reads derived from such tainted amplicons when calculating allele-frequencies of other variants.", "creator": [ { "class": "Person", "identifier": "https://orcid.org/0000-0002-9464-6640", "name": "Wolfgang Maier" } ], "format-version": "0.1", "license": "MIT", "name": "COVID-19: variation analysis on ARTIC PE data", "release": "0.5.4", "steps": { "0": { "annotation": "Illumina reads from ARTIC assay with fastqsanger encoding", "content_id": null, "errors": null, "id": 0, "input_connections": {}, "inputs": [ { "description": "Illumina reads from ARTIC assay with fastqsanger encoding", "name": "Paired Collection" } ], "label": "Paired Collection", "name": "Input dataset collection", "outputs": [], "position": { "left": 0.0, "top": 506.796875 }, "tool_id": null, "tool_state": "{\"optional\": false, \"format\": [\"fastqsanger\", \"fastqsanger.gz\"], \"tag\": null, \"collection_type\": \"list:paired\"}", "tool_version": null, "type": "data_collection_input", "uuid": "dfab5b21-4abb-4269-978d-7c7e24479e4a", "when": null, "workflow_outputs": [] }, "1": { "annotation": "Fasta sequence for Severe acute respiratory syndrome coronavirus 2 isolate Wuhan-Hu-1, complete genome", "content_id": null, "errors": null, "id": 1, "input_connections": {}, "inputs": [ { "description": "Fasta sequence for Severe acute respiratory syndrome coronavirus 2 isolate Wuhan-Hu-1, complete genome", "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": 269.78125, "top": 883.5625 }, "tool_id": null, "tool_state": "{\"optional\": false, \"format\": [\"fasta\", \"fasta.gz\"], \"tag\": null}", "tool_version": null, "type": "data_input", "uuid": "03043a6d-ee9e-4af5-abf4-f960beb6b4e9", "when": null, "workflow_outputs": [] }, "2": { "annotation": "BED file containing ARTIC primer positions. Can be retrieved from https://usegalaxy.eu/u/wolfgang-maier/h/covid-19-resources", "content_id": null, "errors": null, "id": 2, "input_connections": {}, "inputs": [ { "description": "BED file containing ARTIC primer positions. Can be retrieved from https://usegalaxy.eu/u/wolfgang-maier/h/covid-19-resources", "name": "ARTIC primer BED" } ], "label": "ARTIC primer BED", "name": "Input dataset", "outputs": [], "position": { "left": 962.171875, "top": 326.90625 }, "tool_id": null, "tool_state": "{\"optional\": false, \"format\": [\"bed\"], \"tag\": null}", "tool_version": null, "type": "data_input", "uuid": "cd6caddf-88ee-47a2-b91d-141fd90b046f", "when": null, "workflow_outputs": [] }, "3": { "annotation": "Used by ivar trim and ivar removereads for assigning primers to amplicons. Should have one line of tab-separated primer names per amplicon. Can be retrieved from https://usegalaxy.eu/u/wolfgang-maier/h/covid-19-resources", "content_id": null, "errors": null, "id": 3, "input_connections": {}, "inputs": [ { "description": "Used by ivar trim and ivar removereads for assigning primers to amplicons. Should have one line of tab-separated primer names per amplicon. Can be retrieved from https://usegalaxy.eu/u/wolfgang-maier/h/covid-19-resources", "name": "ARTIC primers to amplicon assignments" } ], "label": "ARTIC primers to amplicon assignments", "name": "Input dataset", "outputs": [], "position": { "left": 961.625, "top": 431.5625 }, "tool_id": null, "tool_state": "{\"optional\": false, \"format\": [\"tabular\"], \"tag\": null}", "tool_version": null, "type": "data_input", "uuid": "686cdb4d-a3da-468f-af92-8b04e1824ae0", "when": null, "workflow_outputs": [] }, "4": { "annotation": "Minimum allele-frequency required for a candidate primer binding site mutation to trigger amplicon removal. Variants with AF values below this threshold are treated as possible false-positives, which are not worth the coverage loss associated with amplicon removal.", "content_id": null, "errors": null, "id": 4, "input_connections": {}, "inputs": [ { "description": "Minimum allele-frequency required for a candidate primer binding site mutation to trigger amplicon removal. Variants with AF values below this threshold are treated as possible false-positives, which are not worth the coverage loss associated with amplicon removal.", "name": "Read removal minimum AF" } ], "label": "Read removal minimum AF", "name": "Input parameter", "outputs": [], "position": { "left": 1093.265625, "top": 46.640625 }, "tool_id": null, "tool_state": "{\"default\": 0.1, \"validators\": [], \"parameter_type\": \"float\", \"optional\": true}", "tool_version": null, "type": "parameter_input", "uuid": "29f15ec0-8fa4-4476-b649-cf68ea096744", "when": null, "workflow_outputs": [] }, "5": { "annotation": "Maximum allele-frequency allowed for a primer binding site mutation to trigger amplicon removal. Variants with AF values above this threshold are treated as fixed variants, which won't generate amplicon bias.", "content_id": null, "errors": null, "id": 5, "input_connections": {}, "inputs": [ { "description": "Maximum allele-frequency allowed for a primer binding site mutation to trigger amplicon removal. Variants with AF values above this threshold are treated as fixed variants, which won't generate amplicon bias.", "name": "Read removal maximum AF" } ], "label": "Read removal maximum AF", "name": "Input parameter", "outputs": [], "position": { "left": 1094.515625, "top": 156.640625 }, "tool_id": null, "tool_state": "{\"default\": 1.0, \"validators\": [], \"parameter_type\": \"float\", \"optional\": true}", "tool_version": null, "type": "parameter_input", "uuid": "b13941c0-31c0-419d-a619-7474c24a582c", "when": null, "workflow_outputs": [] }, "6": { "annotation": "At any given variant site use the amplicon bias-corrected recall only if the depth of coverage of the site retains at least this value after amplicon removal.", "content_id": null, "errors": null, "id": 6, "input_connections": {}, "inputs": [ { "description": "At any given variant site use the amplicon bias-corrected recall only if the depth of coverage of the site retains at least this value after amplicon removal.", "name": "Minimum DP required after amplicon bias correction" } ], "label": "Minimum DP required after amplicon bias correction", "name": "Input parameter", "outputs": [], "position": { "left": 2171.5625, "top": 0.0 }, "tool_id": null, "tool_state": "{\"default\": 1, \"validators\": [], \"parameter_type\": \"integer\", \"optional\": true}", "tool_version": null, "type": "parameter_input", "uuid": "e33b575d-e44e-451e-a2ba-5c253fdc9e5a", "when": null, "workflow_outputs": [] }, "7": { "annotation": "At any given variant site use the amplicon bias-corrected recall only if the depth of variant-supporting reads at the site retains at least this value after amplicon removal.", "content_id": null, "errors": null, "id": 7, "input_connections": {}, "inputs": [ { "description": "At any given variant site use the amplicon bias-corrected recall only if the depth of variant-supporting reads at the site retains at least this value after amplicon removal.", "name": "Minimum DP_ALT required after amplicon bias correction" } ], "label": "Minimum DP_ALT required after amplicon bias correction", "name": "Input parameter", "outputs": [], "position": { "left": 2172.34375, "top": 117.796875 }, "tool_id": null, "tool_state": "{\"default\": 10, \"validators\": [], \"parameter_type\": \"integer\", \"optional\": true}", "tool_version": null, "type": "parameter_input", "uuid": "07e46388-c546-4425-8702-caf5d19667c1", "when": null, "workflow_outputs": [] }, "8": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/0.24.0+galaxy4", "errors": null, "id": 8, "input_connections": { "single_paired|paired_input": { "id": 0, "output_name": "output" } }, "inputs": [ { "description": "runtime parameter for tool fastp", "name": "single_paired" } ], "label": null, "name": "fastp", "outputs": [ { "name": "output_paired_coll", "type": "input" }, { "name": "report_html", "type": "html" }, { "name": "report_json", "type": "json" } ], "position": { "left": 217.765625, "top": 618.734375 }, "post_job_actions": { "HideDatasetActionreport_json": { "action_arguments": {}, "action_type": "HideDatasetAction", "output_name": "report_json" } }, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/fastp/fastp/0.24.0+galaxy4", "tool_shed_repository": { "changeset_revision": "10678d49d39e", "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\": null, \"unqualified_percent_limit\": null, \"n_base_limit\": null}, \"length_filtering_options\": {\"disable_length_filtering\": false, \"length_required\": null, \"length_limit\": null}, \"low_complexity_filter\": {\"enable_low_complexity_filter\": false, \"complexity_threshold\": null}}, \"output_options\": {\"report_html\": true, \"report_json\": true}, \"overrepresented_sequence_analysis\": {\"overrepresentation_analysis\": false, \"overrepresentation_sampling\": null}, \"read_mod_options\": {\"polyg_tail_trimming\": {\"trimming_select\": \"\", \"__current_case__\": 1, \"poly_g_min_len\": null}, \"polyx_tail_trimming\": {\"polyx_trimming_select\": \"\", \"__current_case__\": 1}, \"umi_processing\": {\"umi\": false, \"umi_loc\": \"\", \"umi_len\": null, \"umi_prefix\": \"\"}, \"cutting_by_quality_options\": {\"cut_by_quality5\": false, \"cut_by_quality3\": false, \"cut_window_size\": null, \"cut_mean_quality\": null}, \"base_correction_options\": {\"correction\": false}}, \"single_paired\": {\"single_paired_selector\": \"paired_collection\", \"__current_case__\": 1, \"paired_input\": {\"__class__\": \"ConnectedValue\"}, \"merge_reads\": {\"merge\": \"\", \"__current_case__\": 1}, \"adapter_trimming_options\": {\"disable_adapter_trimming\": false, \"adapter_sequence1\": \"\", \"adapter_sequence2\": \"\", \"detect_adapter_for_pe\": false}, \"global_trimming_options\": {\"trim_front1\": null, \"trim_tail1\": null, \"trim_front2\": null, \"trim_tail2\": null}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "0.24.0+galaxy4", "type": "tool", "uuid": "849d9cac-14b8-4e45-823d-5747709e8b60", "when": null, "workflow_outputs": [ { "label": "fastp_html_report", "output_name": "report_html", "uuid": "341566b1-181a-4bb0-9d0f-37db45003b22" }, { "label": "fastp_json_report", "output_name": "report_json", "uuid": "04955ac5-df51-41ff-bd19-a0a99c7ef761" }, { "label": "fastp_reads_output", "output_name": "output_paired_coll", "uuid": "8685689a-fbae-4a3e-b88b-7b4d212bafde" } ] }, "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" }, "components_3|param_type|component_value": { "id": 5, "output_name": "output" } }, "inputs": [], "label": null, "name": "Compose text parameter value", "outputs": [ { "name": "out1", "type": "expression.json" } ], "position": { "left": 1331.390625, "top": 45.046875 }, "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\": \"( ( DP4[2] + DP4[3] ) >= ( \"}}, {\"__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\": \" * DP ) ) & ( ( DP4[2] + DP4[3] ) <= ( \"}}, {\"__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\": \" * DP ) )\"}}], \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "0.1.1", "type": "tool", "uuid": "d163b9b9-ee13-4b2b-8d64-b6d77758fac9", "when": null, "workflow_outputs": [] }, "10": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/compose_text_param/compose_text_param/0.1.1", "errors": null, "id": 10, "input_connections": { "components_1|param_type|component_value": { "id": 6, "output_name": "output" }, "components_3|param_type|component_value": { "id": 7, "output_name": "output" } }, "inputs": [], "label": null, "name": "Compose text parameter value", "outputs": [ { "name": "out1", "type": "expression.json" } ], "position": { "left": 2400.96875, "top": 39.765625 }, "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\": \"( DP > \"}}, {\"__index__\": 1, \"param_type\": {\"select_param_type\": \"integer\", \"__current_case__\": 1, \"component_value\": {\"__class__\": \"ConnectedValue\"}}}, {\"__index__\": 2, \"param_type\": {\"select_param_type\": \"text\", \"__current_case__\": 0, \"component_value\": \" ) & ( ( AF * DP ) >= ( \"}}, {\"__index__\": 3, \"param_type\": {\"select_param_type\": \"integer\", \"__current_case__\": 1, \"component_value\": {\"__class__\": \"ConnectedValue\"}}}, {\"__index__\": 4, \"param_type\": {\"select_param_type\": \"text\", \"__current_case__\": 0, \"component_value\": \" - 0.5 ) )\"}}], \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "0.1.1", "type": "tool", "uuid": "258a1a99-145b-42a0-b858-5220b4199946", "when": null, "workflow_outputs": [] }, "11": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.18", "errors": null, "id": 11, "input_connections": { "fastq_input|fastq_input1": { "id": 8, "output_name": "output_paired_coll" }, "reference_source|ref_file": { "id": 1, "output_name": "output" } }, "inputs": [ { "description": "runtime parameter for tool Map with BWA-MEM", "name": "fastq_input" }, { "description": "runtime parameter for tool Map with BWA-MEM", "name": "reference_source" } ], "label": null, "name": "Map with BWA-MEM", "outputs": [ { "name": "bam_output", "type": "bam" } ], "position": { "left": 455.09375, "top": 352.5625 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.18", "tool_shed_repository": { "changeset_revision": "2477830927ec", "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\": \"\"}, \"output_sort\": \"coordinate\", \"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": "0.7.18", "type": "tool", "uuid": "3b5d7080-c168-4bf7-946d-9045c0a4bc4c", "when": null, "workflow_outputs": [ { "label": "mapped_reads", "output_name": "bam_output", "uuid": "d9641fec-7639-47c3-881f-74165e0b5889" } ] }, "12": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/samtools_view/samtools_view/1.20+galaxy3", "errors": null, "id": 12, "input_connections": { "input": { "id": 11, "output_name": "bam_output" } }, "inputs": [], "label": null, "name": "Samtools view", "outputs": [ { "name": "outputsam", "type": "input" } ], "position": { "left": 664.6875, "top": 569.921875 }, "post_job_actions": { "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.20+galaxy3", "tool_shed_repository": { "changeset_revision": "32dc5f781059", "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}, \"cond_expr\": {\"select_expr\": \"no\", \"__current_case__\": 0}, \"quality\": \"20\", \"library\": \"\", \"cigarcons\": null, \"inclusive_filter\": [\"1\"], \"exclusive_filter\": [\"4\", \"8\", \"256\"], \"exclusive_filter_all\": null, \"tag\": null, \"qname_file\": {\"__class__\": \"RuntimeValue\"}}, \"subsample_config\": {\"subsampling_mode\": {\"select_subsample\": \"fraction\", \"__current_case__\": 0, \"factor\": \"1.0\", \"seed\": null}}, \"output_options\": {\"reads_report_type\": \"retained\", \"__current_case__\": 0, \"complementary_output\": false, \"adv_output\": {\"readtags\": [], \"collapsecigar\": false}, \"output_format\": {\"oformat\": \"bam\", \"__current_case__\": 2}}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.20+galaxy3", "type": "tool", "uuid": "2f7744df-3811-4b7f-8f1f-cf8bf0ec7a0b", "when": null, "workflow_outputs": [ { "label": "filtered_mapped_reads", "output_name": "outputsam", "uuid": "1f75f9a7-8793-4c9e-b64d-5219a1e266db" } ] }, "13": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_viterbi/lofreq_viterbi/2.1.5+galaxy0", "errors": null, "id": 13, "input_connections": { "reads": { "id": 12, "output_name": "outputsam" }, "reference_source|ref": { "id": 1, "output_name": "output" } }, "inputs": [ { "description": "runtime parameter for tool Realign reads", "name": "reference_source" } ], "label": null, "name": "Realign reads", "outputs": [ { "name": "realigned", "type": "bam" } ], "position": { "left": 893.5, "top": 616.53125 }, "post_job_actions": {}, "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": "67b3fe84-0164-4494-9cfc-0bd0c86d7a2a", "when": null, "workflow_outputs": [ { "label": "realigned_primer_trimmed_filtered_mapped_reads", "output_name": "realigned", "uuid": "a9186bec-17b7-4993-89d8-dcaf5a0f89a9" } ] }, "14": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.5", "errors": null, "id": 14, "input_connections": { "input": { "id": 12, "output_name": "outputsam" } }, "inputs": [], "label": null, "name": "Samtools stats", "outputs": [ { "name": "output", "type": "tabular" } ], "position": { "left": 918.8125, "top": 922.90625 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.5", "tool_shed_repository": { "changeset_revision": "541082d03bef", "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\": null, \"coverage_cond\": {\"coverage_select\": \"no\", \"__current_case__\": 0}, \"filter_by_flags\": {\"filter_flags\": \"nofilter\", \"__current_case__\": 1}, \"gc_depth\": null, \"input\": {\"__class__\": \"ConnectedValue\"}, \"insert_size\": null, \"most_inserts\": null, \"read_group\": null, \"read_length\": null, \"remove_dups\": false, \"remove_overlaps\": false, \"sparse\": false, \"split_output_cond\": {\"split_output_selector\": \"no\", \"__current_case__\": 0}, \"trim_quality\": null, \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "2.0.5", "type": "tool", "uuid": "271efb08-46c0-4801-9869-b9948dfdebb4", "when": null, "workflow_outputs": [ { "label": "mapped_reads_stats", "output_name": "output", "uuid": "7d923dc5-84b5-4f32-90ce-5d97b87ec3e1" } ] }, "15": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_indelqual/lofreq_indelqual/2.1.5+galaxy1", "errors": null, "id": 15, "input_connections": { "reads": { "id": 13, "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": 1122.875, "top": 618.046875 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_indelqual/lofreq_indelqual/2.1.5+galaxy1", "tool_shed_repository": { "changeset_revision": "971e07ca4456", "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+galaxy1", "type": "tool", "uuid": "70897728-2744-4a82-9b7d-38190594fec6", "when": null, "workflow_outputs": [ { "label": "realigned_primer_trimmed_filtered_mapped_reads_with_indel_quals", "output_name": "output", "uuid": "a3c94ad6-de7b-4b2f-8374-34c5bbff7d55" } ] }, "16": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/ivar_trim/ivar_trim/1.4.4+galaxy0", "errors": null, "id": 16, "input_connections": { "amplicons|amplicon_info": { "id": 3, "output_name": "output" }, "input_bam": { "id": 15, "output_name": "output" }, "primer|input_bed": { "id": 2, "output_name": "output" } }, "inputs": [ { "description": "runtime parameter for tool ivar trim", "name": "amplicons" }, { "description": "runtime parameter for tool ivar trim", "name": "primer" } ], "label": null, "name": "ivar trim", "outputs": [ { "name": "output_bam", "type": "bam" } ], "position": { "left": 1325.6875, "top": 364.9375 }, "post_job_actions": { "RenameDatasetActionoutput_bam": { "action_arguments": { "newname": "Fully processed reads for variant calling (primer-trimmed, realigned reads with added indelquals)" }, "action_type": "RenameDatasetAction", "output_name": "output_bam" } }, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/ivar_trim/ivar_trim/1.4.4+galaxy0", "tool_shed_repository": { "changeset_revision": "7bd020da0ce5", "name": "ivar_trim", "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, "tool_state": "{\"amplicons\": {\"filter_by\": \"yes\", \"__current_case__\": 1, \"amplicon_info\": {\"__class__\": \"ConnectedValue\"}}, \"inc_primers\": true, \"input_bam\": {\"__class__\": \"ConnectedValue\"}, \"min_len\": \"1\", \"min_qual\": \"0\", \"primer\": {\"source\": \"history\", \"__current_case__\": 0, \"input_bed\": {\"__class__\": \"ConnectedValue\"}}, \"primer_pos_wiggle\": \"0\", \"trimmed_length\": {\"filter\": \"auto\", \"__current_case__\": 1}, \"window_width\": \"4\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.4.4+galaxy0", "type": "tool", "uuid": "7730e635-853f-4f9f-9451-bffbe6aedd15", "when": null, "workflow_outputs": [ { "label": "primer_trimmed_filtered_mapped_reads", "output_name": "output_bam", "uuid": "a03a0ced-394c-4b52-ab17-e596ed15469d" } ] }, "17": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_call/lofreq_call/2.1.5+galaxy3", "errors": null, "id": 17, "input_connections": { "reads": { "id": 16, "output_name": "output_bam" }, "reference_source|ref": { "id": 1, "output_name": "output" } }, "inputs": [ { "description": "runtime parameter for tool Call variants", "name": "reference_source" } ], "label": null, "name": "Call variants", "outputs": [ { "name": "variants", "type": "vcf" } ], "position": { "left": 1560.453125, "top": 527.5 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_call/lofreq_call/2.1.5+galaxy3", "tool_shed_repository": { "changeset_revision": "b11e8e9c23bf", "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+galaxy3", "type": "tool", "uuid": "422c7955-7768-4745-95db-b6882f37cd4b", "when": null, "workflow_outputs": [ { "label": "preliminary_variants_1", "output_name": "variants", "uuid": "f4a5e53e-f13e-419d-b729-a5177022406e" } ] }, "18": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/qualimap_bamqc/qualimap_bamqc/2.3+galaxy0", "errors": null, "id": 18, "input_connections": { "input1": { "id": 16, "output_name": "output_bam" } }, "inputs": [], "label": null, "name": "QualiMap BamQC", "outputs": [ { "name": "raw_data", "type": "input" }, { "name": "output_html", "type": "html" } ], "position": { "left": 1497.5625, "top": 772.0 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/qualimap_bamqc/qualimap_bamqc/2.3+galaxy0", "tool_shed_repository": { "changeset_revision": "30a201c9c310", "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": "2.3+galaxy0", "type": "tool", "uuid": "e2c69f7d-e6fd-4c9a-bbfd-05b70e5b2129", "when": null, "workflow_outputs": [ { "label": "bamqc_raw_output", "output_name": "raw_data", "uuid": "cd94a67a-edb4-4f54-b71a-ba6c138c8e1a" }, { "label": "bamqc_html_output", "output_name": "output_html", "uuid": "2358cbeb-7bfc-434a-9b5e-decc2021cd8f" } ] }, "19": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_filter/4.3+t.galaxy1", "errors": null, "id": 19, "input_connections": { "filter_expression|expr": { "id": 9, "output_name": "out1" }, "input": { "id": 17, "output_name": "variants" } }, "inputs": [ { "description": "runtime parameter for tool SnpSift Filter", "name": "filter_expression" } ], "label": null, "name": "SnpSift Filter", "outputs": [ { "name": "output", "type": "vcf" } ], "position": { "left": 1753.1875, "top": 326.265625 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_filter/4.3+t.galaxy1", "tool_shed_repository": { "changeset_revision": "5fab4f81391d", "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": "a2b784b0-28c1-45e3-93b8-d1d9d598de01", "when": null, "workflow_outputs": [ { "label": "filtered_preliminary_variants", "output_name": "output", "uuid": "f0948734-a0aa-4dfe-938f-98b63293898c" } ] }, "20": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_filter/4.3+t.galaxy1", "errors": null, "id": 20, "input_connections": { "filter_expression|expr": { "id": 10, "output_name": "out1" }, "input": { "id": 17, "output_name": "variants" } }, "inputs": [ { "description": "runtime parameter for tool SnpSift Filter", "name": "filter_expression" } ], "label": null, "name": "SnpSift Filter", "outputs": [ { "name": "output", "type": "vcf" } ], "position": { "left": 2648.703125, "top": 531.546875 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_filter/4.3+t.galaxy1", "tool_shed_repository": { "changeset_revision": "5fab4f81391d", "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": "b96f89fd-30c1-4e70-ae70-ca37121e3c61", "when": null, "workflow_outputs": [ { "label": "preliminary_variants_1_filtered", "output_name": "output", "uuid": "e9c3d008-71df-43b6-919a-c482fc0572ee" } ] }, "21": { "annotation": "", "content_id": "__FILTER_FAILED_DATASETS__", "errors": null, "id": 21, "input_connections": { "input": { "id": 18, "output_name": "raw_data" } }, "inputs": [], "label": null, "name": "Filter failed datasets", "outputs": [ { "name": "output", "type": "input" } ], "position": { "left": 1730.21875, "top": 783.796875 }, "post_job_actions": { "HideDatasetActionoutput": { "action_arguments": {}, "action_type": "HideDatasetAction", "output_name": "output" } }, "tool_id": "__FILTER_FAILED_DATASETS__", "tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.0.0", "type": "tool", "uuid": "e4e04a37-f4bf-41d7-9470-5c96125ebc49", "when": null, "workflow_outputs": [] }, "22": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/ivar_removereads/ivar_removereads/1.4.4+galaxy0", "errors": null, "id": 22, "input_connections": { "amplicons|amplicon_info": { "id": 3, "output_name": "output" }, "input_bam": { "id": 16, "output_name": "output_bam" }, "input_bed": { "id": 2, "output_name": "output" }, "variants_tsv": { "id": 19, "output_name": "output" } }, "inputs": [ { "description": "runtime parameter for tool ivar removereads", "name": "amplicons" } ], "label": null, "name": "ivar removereads", "outputs": [ { "name": "output_bam", "type": "bam" } ], "position": { "left": 1949.546875, "top": 48.96875 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/ivar_removereads/ivar_removereads/1.4.4+galaxy0", "tool_shed_repository": { "changeset_revision": "55a7867809f4", "name": "ivar_removereads", "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, "tool_state": "{\"amplicons\": {\"computed\": \"no\", \"__current_case__\": 1, \"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": "1.4.4+galaxy0", "type": "tool", "uuid": "af7d3b75-d16c-43c7-82e4-3f1388edd22c", "when": null, "workflow_outputs": [ { "label": "amplicon_removal_output", "output_name": "output_bam", "uuid": "abe39037-7f89-4b93-9431-b0287bcee2d6" } ] }, "23": { "annotation": "", "content_id": "__FLATTEN__", "errors": null, "id": 23, "input_connections": { "input": { "id": 21, "output_name": "output" } }, "inputs": [], "label": null, "name": "Flatten collection", "outputs": [ { "name": "output", "type": "input" } ], "position": { "left": 1955.65625, "top": 789.5 }, "post_job_actions": {}, "tool_id": "__FLATTEN__", "tool_state": "{\"input\": {\"__class__\": \"ConnectedValue\"}, \"join_identifier\": \"_\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.0.0", "type": "tool", "uuid": "396c9b85-8ec7-405a-a742-5b47e40cf0de", "when": null, "workflow_outputs": [ { "label": "bamqc_raw_output_flattened", "output_name": "output", "uuid": "b3942cb8-ac12-4b37-88d2-6c25dc58b636" } ] }, "24": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_call/lofreq_call/2.1.5+galaxy3", "errors": null, "id": 24, "input_connections": { "reads": { "id": 22, "output_name": "output_bam" }, "reference_source|ref": { "id": 1, "output_name": "output" } }, "inputs": [ { "description": "runtime parameter for tool Call variants", "name": "reference_source" } ], "label": null, "name": "Call variants", "outputs": [ { "name": "variants", "type": "vcf" } ], "position": { "left": 2204.984375, "top": 334.296875 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_call/lofreq_call/2.1.5+galaxy3", "tool_shed_repository": { "changeset_revision": "b11e8e9c23bf", "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+galaxy3", "type": "tool", "uuid": "bef93d5b-c023-459c-888c-ac3382515322", "when": null, "workflow_outputs": [ { "label": "preliminary_variants_2", "output_name": "variants", "uuid": "6a59b687-340f-4ef6-b908-31fd69bd081e" } ] }, "25": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.27+galaxy3", "errors": null, "id": 25, "input_connections": { "results_0|software_cond|input": { "id": 8, "output_name": "report_json" }, "results_1|software_cond|output_0|type|input": { "id": 14, "output_name": "output" }, "results_2|software_cond|input": { "id": 23, "output_name": "output" } }, "inputs": [ { "description": "runtime parameter for tool MultiQC", "name": "image_content_input" } ], "label": null, "name": "MultiQC", "outputs": [ { "name": "plots", "type": "input" }, { "name": "html_report", "type": "html" }, { "name": "stats", "type": "tabular" } ], "position": { "left": 2186.515625, "top": 925.765625 }, "post_job_actions": { "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.27+galaxy3", "tool_shed_repository": { "changeset_revision": "31c42a2c02d3", "name": "multiqc", "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, "tool_state": "{\"comment\": \"\", \"export\": true, \"flat\": false, \"image_content_input\": {\"__class__\": \"RuntimeValue\"}, \"results\": [{\"__index__\": 0, \"software_cond\": {\"software\": \"fastp\", \"__current_case__\": 7, \"input\": {\"__class__\": \"ConnectedValue\"}}}, {\"__index__\": 1, \"software_cond\": {\"software\": \"samtools\", \"__current_case__\": 24, \"output\": [{\"__index__\": 0, \"type\": {\"type\": \"stats\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}}}]}}, {\"__index__\": 2, \"software_cond\": {\"software\": \"qualimap\", \"__current_case__\": 20, \"input\": {\"__class__\": \"ConnectedValue\"}}}], \"saveLog\": \"false\", \"title\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.27+galaxy3", "type": "tool", "uuid": "ee2b164f-213b-4d95-9ab7-febdf5a71085", "when": null, "workflow_outputs": [ { "label": "preprocessing_and_mapping_reports", "output_name": "html_report", "uuid": "935dfa12-2c9a-4e44-85fa-a2daa3e04683" }, { "label": "preprocessing_and_mapping_plots", "output_name": "plots", "uuid": "97cbd06a-8be5-4e1f-802b-7928c94de928" } ] }, "26": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bcftools_annotate/bcftools_annotate/1.15.1+galaxy4", "errors": null, "id": 26, "input_connections": { "input_file": { "id": 17, "output_name": "variants" }, "sec_annofile|annofile|annotations": { "id": 24, "output_name": "variants" } }, "inputs": [ { "description": "runtime parameter for tool bcftools annotate", "name": "sec_annotate" }, { "description": "runtime parameter for tool bcftools annotate", "name": "sec_annotate" }, { "description": "runtime parameter for tool bcftools annotate", "name": "sec_restrict" } ], "label": null, "name": "bcftools annotate", "outputs": [ { "name": "output_file", "type": "vcf" } ], "position": { "left": 2409.21875, "top": 689.4375 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bcftools_annotate/bcftools_annotate/1.15.1+galaxy4", "tool_shed_repository": { "changeset_revision": "2c372041ed8c", "name": "bcftools_annotate", "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, "tool_state": "{\"input_file\": {\"__class__\": \"ConnectedValue\"}, \"output_type\": \"v\", \"sec_annofile\": {\"columns\": \"QUAL,INFO\", \"annofile\": {\"anno_fmt\": \"vcf\", \"__current_case__\": 1, \"annotations\": {\"__class__\": \"ConnectedValue\"}}, \"mark_sites\": \"-AmpliconBias\", \"min_overlap\": \"\", \"set_id\": \"\"}, \"sec_annotate\": {\"remove\": \"\", \"rename_chrs\": {\"__class__\": \"RuntimeValue\"}, \"rename_annots\": {\"__class__\": \"RuntimeValue\"}}, \"sec_restrict\": {\"include\": \"\", \"exclude\": \"\", \"collapse\": null, \"regions\": {\"regions_src\": \"__none__\", \"__current_case__\": 0}, \"regions_overlap\": null, \"samples\": \"\", \"invert_samples\": false, \"samples_file\": {\"__class__\": \"RuntimeValue\"}, \"invert_samples_file\": false}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.15.1+galaxy4", "type": "tool", "uuid": "c466b7da-f50c-4093-9eb5-c014ba41c1b8", "when": null, "workflow_outputs": [ { "label": "variants_fixed_partial", "output_name": "output_file", "uuid": "7c918bc9-7234-497c-9349-e977bc261510" } ] }, "27": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_filter/4.3+t.galaxy1", "errors": null, "id": 27, "input_connections": { "filter_expression|expr": { "id": 10, "output_name": "out1" }, "input": { "id": 24, "output_name": "variants" } }, "inputs": [ { "description": "runtime parameter for tool SnpSift Filter", "name": "filter_expression" } ], "label": null, "name": "SnpSift Filter", "outputs": [ { "name": "output", "type": "vcf" } ], "position": { "left": 2655.703125, "top": 349.046875 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpsift/snpSift_filter/4.3+t.galaxy1", "tool_shed_repository": { "changeset_revision": "5fab4f81391d", "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": "c3d5ad01-385e-4405-bdc1-51f01dee4071", "when": null, "workflow_outputs": [ { "label": "preliminary_variants_2_filtered", "output_name": "output", "uuid": "b7f7c28f-1a7c-4098-bb84-b82fbfea2321" } ] }, "28": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/vcfvcfintersect/vcfvcfintersect/1.0.0_rc3+galaxy0", "errors": null, "id": 28, "input_connections": { "reference_source|ref_file": { "id": 1, "output_name": "output" }, "vcf_input1": { "id": 27, "output_name": "output" }, "vcf_input2": { "id": 20, "output_name": "output" } }, "inputs": [ { "description": "runtime parameter for tool VCF-VCFintersect:", "name": "reference_source" } ], "label": null, "name": "VCF-VCFintersect:", "outputs": [ { "name": "out_file1", "type": "vcf" } ], "position": { "left": 2885.859375, "top": 501.0 }, "post_job_actions": {}, "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": "1.0.0_rc3+galaxy0", "type": "tool", "uuid": "816eeae7-4ad5-4f2d-b709-285931d2be4b", "when": null, "workflow_outputs": [ { "label": "lost_filter_passing_variants", "output_name": "out_file1", "uuid": "2b336081-1278-4a1d-9991-58d0d33adfcf" } ] }, "29": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bcftools_annotate/bcftools_annotate/1.15.1+galaxy4", "errors": null, "id": 29, "input_connections": { "input_file": { "id": 26, "output_name": "output_file" }, "sec_annofile|annofile|annotations": { "id": 28, "output_name": "out_file1" } }, "inputs": [ { "description": "runtime parameter for tool bcftools annotate", "name": "sec_annotate" }, { "description": "runtime parameter for tool bcftools annotate", "name": "sec_annotate" }, { "description": "runtime parameter for tool bcftools annotate", "name": "sec_restrict" } ], "label": null, "name": "bcftools annotate", "outputs": [ { "name": "output_file", "type": "vcf" } ], "position": { "left": 3112.953125, "top": 656.28125 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bcftools_annotate/bcftools_annotate/1.15.1+galaxy4", "tool_shed_repository": { "changeset_revision": "2c372041ed8c", "name": "bcftools_annotate", "owner": "iuc", "tool_shed": "toolshed.g2.bx.psu.edu" }, "tool_state": "{\"input_file\": {\"__class__\": \"ConnectedValue\"}, \"output_type\": \"v\", \"sec_annofile\": {\"columns\": \"QUAL,INFO\", \"annofile\": {\"anno_fmt\": \"vcf\", \"__current_case__\": 1, \"annotations\": {\"__class__\": \"ConnectedValue\"}}, \"mark_sites\": \"+AmpliconBias\", \"min_overlap\": \"\", \"set_id\": \"\"}, \"sec_annotate\": {\"remove\": \"\", \"rename_chrs\": {\"__class__\": \"RuntimeValue\"}, \"rename_annots\": {\"__class__\": \"RuntimeValue\"}}, \"sec_restrict\": {\"include\": \"\", \"exclude\": \"\", \"collapse\": null, \"regions\": {\"regions_src\": \"__none__\", \"__current_case__\": 0}, \"regions_overlap\": null, \"samples\": \"\", \"invert_samples\": false, \"samples_file\": {\"__class__\": \"RuntimeValue\"}, \"invert_samples_file\": false}, \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "1.15.1+galaxy4", "type": "tool", "uuid": "c466b7da-f50c-4093-9eb5-c014ba41c1b7", "when": null, "workflow_outputs": [ { "label": "variants_fixed", "output_name": "output_file", "uuid": "d06d1e97-0016-48f7-9f93-4d68a0d99dde" } ] }, "30": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_replace_in_line/9.5+galaxy0", "errors": null, "id": 30, "input_connections": { "infile": { "id": 29, "output_name": "output_file" } }, "inputs": [], "label": null, "name": "Replace Text", "outputs": [ { "name": "outfile", "type": "input" } ], "position": { "left": 3338.28125, "top": 745.546875 }, "post_job_actions": {}, "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_replace_in_line/9.5+galaxy0", "tool_shed_repository": { "changeset_revision": "3dc70b59608c", "name": "text_processing", "owner": "bgruening", "tool_shed": "toolshed.g2.bx.psu.edu" }, "tool_state": "{\"infile\": {\"__class__\": \"ConnectedValue\"}, \"replacements\": [{\"__index__\": 0, \"find_pattern\": \"^##INFO=\", \"sed_options\": null}, {\"__index__\": 1, \"find_pattern\": \"^##INFO= --min-bq among all bases at the site\\\">\", \"sed_options\": null}], \"__page__\": null, \"__rerun_remap_job_id__\": null}", "tool_version": "9.5+galaxy0", "type": "tool", "uuid": "490dbabb-04ee-426d-a8e5-e2ec9e59de3a", "when": null, "workflow_outputs": [ { "label": "variants_fixed_header", "output_name": "outfile", "uuid": "d96147a4-6d8b-426f-9c51-f77efc81a08b" } ] }, "31": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/snpeff_sars_cov_2/snpeff_sars_cov_2/4.5covid19", "errors": null, "id": 31, "input_connections": { "input": { "id": 30, "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": 3566.25, "top": 598.96875 }, "post_job_actions": { "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": "4.5covid19", "type": "tool", "uuid": "a6b0b8e1-a914-4f59-95d4-87fc47ed4171", "when": null, "workflow_outputs": [ { "label": "annotated_variants", "output_name": "snpeff_output", "uuid": "ded982f4-601c-4d3c-888d-92716a47bb5c" }, { "label": "annotated_variants_stats", "output_name": "statsFile", "uuid": "890819cb-f5a8-416d-a6f7-39a448fd2cd4" } ] }, "32": { "annotation": "", "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/lofreq_filter/lofreq_filter/2.1.5+galaxy0", "errors": null, "id": 32, "input_connections": { "invcf": { "id": 31, "output_name": "snpeff_output" } }, "inputs": [], "label": null, "name": "Lofreq filter", "outputs": [ { "name": "outvcf", "type": "vcf" } ], "position": { "left": 3802.5, "top": 614.625 }, "post_job_actions": { "RenameDatasetActionoutvcf": { "action_arguments": { "newname": "Final (SnpEff-) annotated variants with strand-bias soft filter applied" }, "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": "2.1.5+galaxy0", "type": "tool", "uuid": "4c9e8621-e930-4593-b0be-d84304f86ad4", "when": null, "workflow_outputs": [ { "label": "annotated_softfiltered_variants", "output_name": "outvcf", "uuid": "7af82fbc-67e3-46ca-9b17-95de59de8cf5" } ] } }, "tags": [ "COVID-19", "ARTIC", "covid19.galaxyproject.org" ], "uuid": "864427b0-d25a-499c-b437-f83f2d6b83f2" }