diff --git a/workflows/VGP-assembly-v2/Curation-TreeValGal/Dimer_density_SV_and_coverage.ga b/workflows/VGP-assembly-v2/Curation-TreeValGal/Dimer_density_SV_and_coverage.ga
new file mode 100644
index 000000000..eac8da3ff
--- /dev/null
+++ b/workflows/VGP-assembly-v2/Curation-TreeValGal/Dimer_density_SV_and_coverage.ga
@@ -0,0 +1,4298 @@
+{
+ "a_galaxy_workflow": "true",
+ "annotation": "Annotate dimer density and explore haplotype coverage differences. \nIdeas from Arang Rhie's talk to Galaxy VGP and some code at https://github.com/arangrhie/T2T-Polish/tree/master\n\nTop section generates dimer density bigwig and outlier bed tracks.\n\nSecond section adds any contigs in h2 missing from h1 so there's a synthetic reference that allows each haplotype track to show every contig's contents - even when the other haplotype has nothing there.\n\nThird section force maps all reads to each hap in turn then compares them to give a fold change bigwig. Some cheating to remove all uninformative non-shared contigs that break everything, and to ensure the same header for both hap bams for deeptools.\n\nFourth section maps each hap independently and both together to make coverage bigwigs to compare",
+ "comments": [
+ {
+ "child_steps": [
+ 0,
+ 1,
+ 2,
+ 7,
+ 10,
+ 15,
+ 18,
+ 28,
+ 29,
+ 30,
+ 31
+ ],
+ "color": "black",
+ "data": {
+ "title": "Dimer density and outliers for each haplotype using a subworkflow.."
+ },
+ "id": 0,
+ "position": [
+ 520,
+ 0
+ ],
+ "size": [
+ 1490,
+ 710
+ ],
+ "type": "frame"
+ },
+ {
+ "child_steps": [
+ 8,
+ 11,
+ 19,
+ 32,
+ 35,
+ 40
+ ],
+ "color": "black",
+ "data": {
+ "title": "Add h2 unique contigs to hap1 to create a combined reference genome so all unique and shared contig names are in the dropdown. For tracks generated for each haplotype separately to stay in sync."
+ },
+ "id": 1,
+ "position": [
+ 520,
+ 740
+ ],
+ "size": [
+ 1500,
+ 420
+ ],
+ "type": "frame"
+ },
+ {
+ "child_steps": [
+ 9,
+ 12,
+ 16,
+ 17,
+ 20,
+ 21,
+ 22,
+ 27,
+ 33,
+ 34,
+ 36,
+ 37,
+ 38,
+ 39,
+ 41,
+ 42
+ ],
+ "color": "blue",
+ "data": {
+ "title": "h1 and h2 suffixed mapping and comparisons between haplotype coverage. Combine suffix-named contigs in the reference for these tracks."
+ },
+ "id": 3,
+ "position": [
+ 500,
+ 1860
+ ],
+ "size": [
+ 1520,
+ 1100
+ ],
+ "type": "frame"
+ },
+ {
+ "child_steps": [
+ 13,
+ 14,
+ 23,
+ 24,
+ 25,
+ 26,
+ 43,
+ 44,
+ 45,
+ 46,
+ 47
+ ],
+ "color": "none",
+ "data": {
+ "title": "fold change between separate h1 and h2 mapping matching contig names to all reads - a quart into a pint pot - no decoy from the other haplotype for appropriate reads Sniffles for SV on those reads."
+ },
+ "id": 2,
+ "position": [
+ 510,
+ 1190
+ ],
+ "size": [
+ 1500,
+ 660
+ ],
+ "type": "frame"
+ }
+ ],
+ "creator": [
+ {
+ "class": "Person",
+ "identifier": "0000-0003-3939-1961",
+ "name": "Ross Lazarus"
+ }
+ ],
+ "format-version": "0.1",
+ "license": "MIT",
+ "name": "dimer density SV and coverage",
+ "report": {
+ "markdown": "\n# Workflow Execution Report\n\n## Workflow Inputs\n```galaxy\ninvocation_inputs()\n```\n\n## Workflow Outputs\n```galaxy\ninvocation_outputs()\n```\n\n## Workflow\n```galaxy\nworkflow_display()\n```\n"
+ },
+ "steps": {
+ "0": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 0,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Upper quantile cutoff"
+ }
+ ],
+ "label": "Upper quantile cutoff",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 540,
+ "top": 39.934373491636705
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": 0.999, \"parameter_type\": \"float\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "13e5c1c7-4c13-4ff0-852f-29190d2da995",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "d4b27a12-7539-40d6-8868-b305e39613fc"
+ }
+ ]
+ },
+ "1": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 1,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Lower quantile cutoff 2"
+ }
+ ],
+ "label": "Lower quantile cutoff 2",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 540,
+ "top": 139.9343734916367
+ },
+ "tool_id": null,
+ "tool_state": "{\"parameter_type\": \"float\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "c46f80f0-a560-4624-bc07-e52495328fbc",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "f2d0f4a2-30fe-436f-9c70-b4099749bf10"
+ }
+ ]
+ },
+ "2": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 2,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Window width for dimer density bigwigs"
+ }
+ ],
+ "label": "Window width for dimer density bigwigs",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 540,
+ "top": 239.9343734916367
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": 128, \"parameter_type\": \"integer\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "dd1e3b33-7aed-440f-a28c-c1247f39d19c",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "eaca39cc-27dc-40b6-b077-5c726ed108ca"
+ }
+ ]
+ },
+ "3": {
+ "annotation": "Session name with organism for clarity. JBrowse2 will be added.",
+ "content_id": null,
+ "errors": null,
+ "id": 3,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "Session name with organism for clarity. JBrowse2 will be added.",
+ "name": "sessionName"
+ }
+ ],
+ "label": "sessionName",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 820
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": \"CoverageDimer\", \"parameter_type\": \"text\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "c289ddd5-5112-43f4-8639-b8e10d148511",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "3e43621d-d2d9-42d4-aad9-34e393998689"
+ }
+ ]
+ },
+ "4": {
+ "annotation": "fasta only",
+ "content_id": null,
+ "errors": null,
+ "id": 4,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "fasta only",
+ "name": "haplotype 1 - expected to share contig names with haplotype 2"
+ }
+ ],
+ "label": "haplotype 1 - expected to share contig names with haplotype 2",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 940.8
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"format\": [\"fasta\"], \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "c37d5c04-0cae-4af8-b446-ac6dc856b11a",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "5": {
+ "annotation": "Some tools don't cope with fasta.gz so fasta is required as input.\n\nThe coverage fold plot comparing both haplotypes requires that both mappings are based on the same set of contigs so the union is used to subsample both haplotypes to get rid of unique contigs.",
+ "content_id": null,
+ "errors": null,
+ "id": 5,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "Some tools don't cope with fasta.gz so fasta is required as input.\n\nThe coverage fold plot comparing both haplotypes requires that both mappings are based on the same set of contigs so the union is used to subsample both haplotypes to get rid of unique contigs.",
+ "name": "haplotype 2 expected to share contig names with haplotype 1"
+ }
+ ],
+ "label": "haplotype 2 expected to share contig names with haplotype 1",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 1180.8
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"format\": [\"fasta\"], \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "c1b78790-a217-437a-8a08-f1620e6dfec8",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "6": {
+ "annotation": "minimap settings are for hifi not ont - fix if needed..",
+ "content_id": null,
+ "errors": null,
+ "id": 6,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "minimap settings are for hifi not ont - fix if needed..",
+ "name": "Pacbio HIFI reads for coverage"
+ }
+ ],
+ "label": "Pacbio HIFI reads for coverage",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 1520.8
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "e3193c7d-f814-47d0-9148-ff4b76ee8e49",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "7": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 7,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 4,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "data_param",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 540,
+ "top": 380
+ },
+ "post_job_actions": {
+ "RenameDatasetActiondata_param": {
+ "action_arguments": {
+ "newname": "H1"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "data_param"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"data\", \"__current_case__\": 4, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "e1ae7efd-ae59-4bf9-a269-98602a44068d",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "H1",
+ "output_name": "data_param",
+ "uuid": "8bd37f11-891d-4a89-954c-3e3065be25f6"
+ }
+ ]
+ },
+ "8": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/fasta_compute_length/fasta_compute_length/1.0.3",
+ "errors": null,
+ "id": 8,
+ "input_connections": {
+ "ref|input": {
+ "id": 4,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Compute sequence length",
+ "name": "ref"
+ }
+ ],
+ "label": null,
+ "name": "Compute sequence length",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 540,
+ "top": 810
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionoutput": {
+ "action_arguments": {
+ "newtype": "bed"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "output"
+ },
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "hap1contigs"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/fasta_compute_length/fasta_compute_length/1.0.3",
+ "tool_shed_repository": {
+ "changeset_revision": "7d37cfda8e00",
+ "name": "fasta_compute_length",
+ "owner": "devteam",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"ref\": {\"ref_source\": \"history\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}, \"keep_first\": \"0\", \"keep_first_word\": false}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.3",
+ "type": "tool",
+ "uuid": "3a42edca-279d-431f-8093-368066d28ff5",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "9": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_replace_in_line/9.3+galaxy1",
+ "errors": null,
+ "id": 9,
+ "input_connections": {
+ "infile": {
+ "id": 4,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "h1 suffix",
+ "name": "Replace Text",
+ "outputs": [
+ {
+ "name": "outfile",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 540,
+ "top": 1910
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutfile": {
+ "action_arguments": {
+ "newname": "H1added"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "outfile"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_replace_in_line/9.3+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "86755160afbf",
+ "name": "text_processing",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"infile\": {\"__class__\": \"ConnectedValue\"}, \"replacements\": [{\"__index__\": 0, \"find_pattern\": \"^>([^ ]+)\", \"replace_pattern\": \"&H1\"}], \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "9.3+galaxy1",
+ "type": "tool",
+ "uuid": "e17047a5-6e44-47ff-b411-bce06943ab5d",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "10": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 10,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 5,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "data_param",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 540,
+ "top": 520
+ },
+ "post_job_actions": {
+ "RenameDatasetActiondata_param": {
+ "action_arguments": {
+ "newname": "H2"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "data_param"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"data\", \"__current_case__\": 4, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "5ea101bf-0287-4899-acda-5c247f0230a0",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "H2",
+ "output_name": "data_param",
+ "uuid": "6021bba5-f24c-4b61-82dc-0c483945997c"
+ }
+ ]
+ },
+ "11": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/fasta_compute_length/fasta_compute_length/1.0.3",
+ "errors": null,
+ "id": 11,
+ "input_connections": {
+ "ref|input": {
+ "id": 5,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Compute sequence length",
+ "name": "ref"
+ }
+ ],
+ "label": null,
+ "name": "Compute sequence length",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 540,
+ "top": 970
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionoutput": {
+ "action_arguments": {
+ "newtype": "bed"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "output"
+ },
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "hap2contigs"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/fasta_compute_length/fasta_compute_length/1.0.3",
+ "tool_shed_repository": {
+ "changeset_revision": "7d37cfda8e00",
+ "name": "fasta_compute_length",
+ "owner": "devteam",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"ref\": {\"ref_source\": \"history\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}, \"keep_first\": \"0\", \"keep_first_word\": false}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.3",
+ "type": "tool",
+ "uuid": "d31f8b74-4f7f-439d-9d1d-7566a9e8fc9a",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "12": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_replace_in_line/9.3+galaxy1",
+ "errors": null,
+ "id": 12,
+ "input_connections": {
+ "infile": {
+ "id": 5,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "h2_suffix",
+ "name": "Replace Text",
+ "outputs": [
+ {
+ "name": "outfile",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 540,
+ "top": 2040
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutfile": {
+ "action_arguments": {
+ "newname": "H2added"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "outfile"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_replace_in_line/9.3+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "86755160afbf",
+ "name": "text_processing",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"infile\": {\"__class__\": \"ConnectedValue\"}, \"replacements\": [{\"__index__\": 0, \"find_pattern\": \"^>([^ ]+)\", \"replace_pattern\": \"&H2\"}], \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "9.3+galaxy1",
+ "type": "tool",
+ "uuid": "885c0384-96e3-4aab-9d4f-40f74692620b",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "13": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "errors": null,
+ "id": 13,
+ "input_connections": {
+ "fastq_input|fastq_input1": {
+ "id": 6,
+ "output_name": "output"
+ },
+ "reference_source|ref_file": {
+ "id": 4,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "fastq_input"
+ },
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "reference_source"
+ }
+ ],
+ "label": "h1 with samenames map to all reads",
+ "name": "Map with minimap2",
+ "outputs": [
+ {
+ "name": "alignment_output",
+ "type": "bam"
+ }
+ ],
+ "position": {
+ "left": 550,
+ "top": 1260
+ },
+ "post_job_actions": {
+ "RenameDatasetActionalignment_output": {
+ "action_arguments": {
+ "newname": "#{reference_source.ref_file}_H1"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "alignment_output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "5cc34c3f440d",
+ "name": "minimap2",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"alignment_options\": {\"splicing\": {\"splice_mode\": \"preset\", \"__current_case__\": 0}, \"A\": null, \"B\": null, \"O\": null, \"O2\": null, \"E\": null, \"E2\": null, \"z\": null, \"z2\": null, \"s\": null, \"no_end_flt\": true}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 0, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}, \"analysis_type_selector\": \"map-hifi\"}, \"indexing_options\": {\"H\": false, \"k\": null, \"w\": null, \"I\": null}, \"io_options\": {\"output_format\": \"BAM\", \"Q\": false, \"L\": false, \"K\": null, \"cs\": null, \"c\": false, \"eqx\": false, \"Y\": false}, \"mapping_options\": {\"N\": null, \"F\": null, \"f\": null, \"kmer_ocurrence_interval\": {\"interval\": \"\", \"__current_case__\": 1}, \"min_occ_floor\": null, \"q_occ_frac\": \"0.01\", \"g\": null, \"r\": null, \"n\": null, \"m\": null, \"max_chain_skip\": null, \"max_chain_iter\": null, \"X\": false, \"p\": null, \"mask_len\": null}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.28+galaxy0",
+ "type": "tool",
+ "uuid": "512b33c9-f8f4-476e-b85b-dc64c3d7c9ff",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "14": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "errors": null,
+ "id": 14,
+ "input_connections": {
+ "fastq_input|fastq_input1": {
+ "id": 6,
+ "output_name": "output"
+ },
+ "reference_source|ref_file": {
+ "id": 5,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "fastq_input"
+ },
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "reference_source"
+ }
+ ],
+ "label": "h2 with samenames map to all reads",
+ "name": "Map with minimap2",
+ "outputs": [
+ {
+ "name": "alignment_output",
+ "type": "bam"
+ }
+ ],
+ "position": {
+ "left": 550,
+ "top": 1500
+ },
+ "post_job_actions": {
+ "RenameDatasetActionalignment_output": {
+ "action_arguments": {
+ "newname": "#{reference_source.ref_file}_H2"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "alignment_output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "5cc34c3f440d",
+ "name": "minimap2",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"alignment_options\": {\"splicing\": {\"splice_mode\": \"preset\", \"__current_case__\": 0}, \"A\": null, \"B\": null, \"O\": null, \"O2\": null, \"E\": null, \"E2\": null, \"z\": null, \"z2\": null, \"s\": null, \"no_end_flt\": true}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 0, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}, \"analysis_type_selector\": \"map-hifi\"}, \"indexing_options\": {\"H\": false, \"k\": null, \"w\": null, \"I\": null}, \"io_options\": {\"output_format\": \"BAM\", \"Q\": false, \"L\": false, \"K\": null, \"cs\": null, \"c\": false, \"eqx\": false, \"Y\": false}, \"mapping_options\": {\"N\": null, \"F\": null, \"f\": null, \"kmer_ocurrence_interval\": {\"interval\": \"\", \"__current_case__\": 1}, \"min_occ_floor\": null, \"q_occ_frac\": \"0.01\", \"g\": null, \"r\": null, \"n\": null, \"m\": null, \"max_chain_skip\": null, \"max_chain_iter\": null, \"X\": false, \"p\": null, \"mask_len\": null}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.28+galaxy0",
+ "type": "tool",
+ "uuid": "5b587cbd-52b1-4238-9124-c6d958738a0d",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "15": {
+ "annotation": "",
+ "id": 15,
+ "input_connections": {
+ "Lower quantile cutoff 2": {
+ "id": 1,
+ "input_subworkflow_step_id": 1,
+ "output_name": "output"
+ },
+ "Upper quantile cutoff": {
+ "id": 0,
+ "input_subworkflow_step_id": 0,
+ "output_name": "output"
+ },
+ "Window width for dimer density bigwigs": {
+ "id": 2,
+ "input_subworkflow_step_id": 2,
+ "output_name": "output"
+ },
+ "haplotype 1": {
+ "id": 7,
+ "input_subworkflow_step_id": 3,
+ "output_name": "data_param"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "dimer density one hap subworkflow",
+ "outputs": [],
+ "position": {
+ "left": 820,
+ "top": 40
+ },
+ "subworkflow": {
+ "a_galaxy_workflow": "true",
+ "annotation": "",
+ "comments": [],
+ "creator": [
+ {
+ "class": "Person",
+ "identifier": "0000-0003-3939-1961",
+ "name": "Ross Lazarus"
+ }
+ ],
+ "format-version": "0.1",
+ "name": "dimer density one hap subworkflow",
+ "report": {
+ "markdown": "\n# Workflow Execution Report\n\n## Workflow Inputs\n```galaxy\ninvocation_inputs()\n```\n\n## Workflow Outputs\n```galaxy\ninvocation_outputs()\n```\n\n## Workflow\n```galaxy\nworkflow_display()\n```\n"
+ },
+ "steps": {
+ "0": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 0,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Upper quantile cutoff"
+ }
+ ],
+ "label": "Upper quantile cutoff",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 160
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": 0.999, \"parameter_type\": \"float\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "e84897b8-92e6-4dc2-bd03-9fe772a3fd65",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "507df48f-7eac-46e3-95f1-775f3843791f"
+ }
+ ]
+ },
+ "1": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 1,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Lower quantile cutoff 2"
+ }
+ ],
+ "label": "Lower quantile cutoff 2",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 280
+ },
+ "tool_id": null,
+ "tool_state": "{\"parameter_type\": \"float\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "acc196c1-b9c2-4ada-8808-d2493c5dd59e",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "5c090e40-591a-4964-ad7d-d8670f05c701"
+ }
+ ]
+ },
+ "2": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 2,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Window width for dimer density bigwigs"
+ }
+ ],
+ "label": "Window width for dimer density bigwigs",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 400
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": 128, \"parameter_type\": \"integer\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "da3a3b63-af69-460d-a5f6-715316cd74b6",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "4b8f4b65-3616-4b9f-adb1-d6354caf01c0"
+ }
+ ]
+ },
+ "3": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 3,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "haplotype 1"
+ }
+ ],
+ "label": "haplotype 1",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 560
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "d85fab52-e707-4a02-8e2c-9b8daf568fec",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "4": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 4,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "float_param",
+ "type": "expression.json"
+ }
+ ],
+ "position": {
+ "left": 280,
+ "top": 0
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"float\", \"__current_case__\": 2, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "612f3d89-715e-4569-b34c-f0043a4b6774",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "5": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 5,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 1,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "float_param",
+ "type": "expression.json"
+ }
+ ],
+ "position": {
+ "left": 280,
+ "top": 180
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"float\", \"__current_case__\": 2, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "32928b84-8727-4a24-912e-cd3b7bc6ab42",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "6": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 6,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 2,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "integer_param",
+ "type": "expression.json"
+ }
+ ],
+ "position": {
+ "left": 280,
+ "top": 380
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"integer\", \"__current_case__\": 1, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "bc7c461b-fefe-4b67-8d70-d5941b47284b",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "7": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/microsatbed/microsatbed/1.3.3+galaxy1",
+ "errors": null,
+ "id": 7,
+ "input_connections": {
+ "mode_cond|winwidth": {
+ "id": 6,
+ "output_name": "integer_param"
+ },
+ "reference_genome|reffa": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool STR to bed",
+ "name": "mode_cond"
+ },
+ {
+ "description": "runtime parameter for tool STR to bed",
+ "name": "reference_genome"
+ }
+ ],
+ "label": "make AT",
+ "name": "STR to bed",
+ "outputs": [
+ {
+ "name": "bed",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 640,
+ "top": 140
+ },
+ "post_job_actions": {
+ "RenameDatasetActionbed": {
+ "action_arguments": {
+ "newname": "#{reference_genome.reffa}AT"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "bed"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/microsatbed/microsatbed/1.3.3+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "5f8efb080f49",
+ "name": "microsatbed",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dimin\": \"1\", \"hexamin\": \"50\", \"mode_cond\": {\"mode\": \"SPECIFICBW\", \"__current_case__\": 3, \"specific\": \"AT\", \"winwidth\": {\"__class__\": \"ConnectedValue\"}}, \"monomin\": \"100\", \"pentamin\": \"50\", \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"reffa\": {\"__class__\": \"ConnectedValue\"}}, \"tetramin\": \"50\", \"trimin\": \"100\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.3.3+galaxy1",
+ "type": "tool",
+ "uuid": "f7803f25-ea6c-4045-a990-42ed538973d7",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "AT",
+ "output_name": "bed",
+ "uuid": "9f788abf-fa4d-4f4e-a701-2237176d2cc9"
+ }
+ ]
+ },
+ "8": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/microsatbed/microsatbed/1.3.3+galaxy1",
+ "errors": null,
+ "id": 8,
+ "input_connections": {
+ "mode_cond|winwidth": {
+ "id": 6,
+ "output_name": "integer_param"
+ },
+ "reference_genome|reffa": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool STR to bed",
+ "name": "mode_cond"
+ },
+ {
+ "description": "runtime parameter for tool STR to bed",
+ "name": "reference_genome"
+ }
+ ],
+ "label": "make GC",
+ "name": "STR to bed",
+ "outputs": [
+ {
+ "name": "bed",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 640,
+ "top": 360
+ },
+ "post_job_actions": {
+ "RenameDatasetActionbed": {
+ "action_arguments": {
+ "newname": "#{reference_genome.reffa}GC"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "bed"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/microsatbed/microsatbed/1.3.3+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "5f8efb080f49",
+ "name": "microsatbed",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dimin\": \"1\", \"hexamin\": \"50\", \"mode_cond\": {\"mode\": \"SPECIFICBW\", \"__current_case__\": 3, \"specific\": \"GC\", \"winwidth\": {\"__class__\": \"ConnectedValue\"}}, \"monomin\": \"100\", \"pentamin\": \"50\", \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"reffa\": {\"__class__\": \"ConnectedValue\"}}, \"tetramin\": \"50\", \"trimin\": \"100\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.3.3+galaxy1",
+ "type": "tool",
+ "uuid": "5686ec61-3cd2-4b13-b753-db3ca235f0a9",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "GC",
+ "output_name": "bed",
+ "uuid": "cd938bfc-7bc9-4a2d-bb70-cfb2de084892"
+ }
+ ]
+ },
+ "9": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/microsatbed/microsatbed/1.3.3+galaxy1",
+ "errors": null,
+ "id": 9,
+ "input_connections": {
+ "mode_cond|winwidth": {
+ "id": 6,
+ "output_name": "integer_param"
+ },
+ "reference_genome|reffa": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool STR to bed",
+ "name": "mode_cond"
+ },
+ {
+ "description": "runtime parameter for tool STR to bed",
+ "name": "reference_genome"
+ }
+ ],
+ "label": "make GA",
+ "name": "STR to bed",
+ "outputs": [
+ {
+ "name": "bed",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 640,
+ "top": 580
+ },
+ "post_job_actions": {
+ "RenameDatasetActionbed": {
+ "action_arguments": {
+ "newname": "#{reference_genome.reffa}GA"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "bed"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/microsatbed/microsatbed/1.3.3+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "5f8efb080f49",
+ "name": "microsatbed",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dimin\": \"1\", \"hexamin\": \"50\", \"mode_cond\": {\"mode\": \"SPECIFICBW\", \"__current_case__\": 3, \"specific\": \"GA\", \"winwidth\": {\"__class__\": \"ConnectedValue\"}}, \"monomin\": \"100\", \"pentamin\": \"50\", \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"reffa\": {\"__class__\": \"ConnectedValue\"}}, \"tetramin\": \"50\", \"trimin\": \"100\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.3.3+galaxy1",
+ "type": "tool",
+ "uuid": "063db4f3-c701-49ec-b1d7-481eef1409b0",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "GA",
+ "output_name": "bed",
+ "uuid": "d3d3c9dc-4f73-4386-b222-030e904e65c5"
+ }
+ ]
+ },
+ "10": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/microsatbed/microsatbed/1.3.3+galaxy1",
+ "errors": null,
+ "id": 10,
+ "input_connections": {
+ "mode_cond|winwidth": {
+ "id": 6,
+ "output_name": "integer_param"
+ },
+ "reference_genome|reffa": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool STR to bed",
+ "name": "mode_cond"
+ },
+ {
+ "description": "runtime parameter for tool STR to bed",
+ "name": "reference_genome"
+ }
+ ],
+ "label": "make TC",
+ "name": "STR to bed",
+ "outputs": [
+ {
+ "name": "bed",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 640,
+ "top": 800
+ },
+ "post_job_actions": {
+ "RenameDatasetActionbed": {
+ "action_arguments": {
+ "newname": "#{reference_genome.reffa}TC"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "bed"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/microsatbed/microsatbed/1.3.3+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "5f8efb080f49",
+ "name": "microsatbed",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dimin\": \"1\", \"hexamin\": \"50\", \"mode_cond\": {\"mode\": \"SPECIFICBW\", \"__current_case__\": 3, \"specific\": \"TC\", \"winwidth\": {\"__class__\": \"ConnectedValue\"}}, \"monomin\": \"100\", \"pentamin\": \"50\", \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"reffa\": {\"__class__\": \"ConnectedValue\"}}, \"tetramin\": \"50\", \"trimin\": \"50\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.3.3+galaxy1",
+ "type": "tool",
+ "uuid": "38aedfd1-2211-491b-bae7-91b9228ff1b2",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "TC",
+ "output_name": "bed",
+ "uuid": "e7888685-65b2-4c91-b230-93063bd816c3"
+ }
+ ]
+ },
+ "11": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bigwig_outlier_bed/bigwig_outlier_bed/0.2.0+galaxy0",
+ "errors": null,
+ "id": 11,
+ "input_connections": {
+ "bigwig": {
+ "id": 7,
+ "output_name": "bed"
+ },
+ "qhi": {
+ "id": 4,
+ "output_name": "float_param"
+ },
+ "qlo": {
+ "id": 5,
+ "output_name": "float_param"
+ }
+ },
+ "inputs": [],
+ "label": "AToutliers",
+ "name": "Bigwig extremes to bed features",
+ "outputs": [
+ {
+ "name": "bedouthi",
+ "type": "bed"
+ },
+ {
+ "name": "tableoutfile",
+ "type": "txt"
+ }
+ ],
+ "position": {
+ "left": 980,
+ "top": 0
+ },
+ "post_job_actions": {
+ "RenameDatasetActionbedouthi": {
+ "action_arguments": {
+ "newname": "#{bigwig}_Hi"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "bedouthi"
+ },
+ "RenameDatasetActiontableoutfile": {
+ "action_arguments": {
+ "newname": "#{bigwig}_Hitable "
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "tableoutfile"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bigwig_outlier_bed/bigwig_outlier_bed/0.2.0+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "61946b8bd43b",
+ "name": "bigwig_outlier_bed",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"bigwig\": {\"__class__\": \"ConnectedValue\"}, \"minwin\": \"1\", \"outbeds\": \"outhi\", \"qhi\": {\"__class__\": \"ConnectedValue\"}, \"qlo\": {\"__class__\": \"ConnectedValue\"}, \"tableout\": \"create\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0+galaxy0",
+ "type": "tool",
+ "uuid": "5aa5fba4-7f19-407a-a0e7-3e1ee65935d5",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "AT_Hitable ",
+ "output_name": "tableoutfile",
+ "uuid": "83b48cfe-cd15-483e-b9cf-d2bfa1dcbbda"
+ },
+ {
+ "label": "AT_Hi",
+ "output_name": "bedouthi",
+ "uuid": "11ba8efa-b32c-4cf8-bb58-6b43cb712ddb"
+ }
+ ]
+ },
+ "12": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bigwig_outlier_bed/bigwig_outlier_bed/0.2.0+galaxy0",
+ "errors": null,
+ "id": 12,
+ "input_connections": {
+ "bigwig": {
+ "id": 8,
+ "output_name": "bed"
+ },
+ "qhi": {
+ "id": 4,
+ "output_name": "float_param"
+ },
+ "qlo": {
+ "id": 5,
+ "output_name": "float_param"
+ }
+ },
+ "inputs": [],
+ "label": "GCoutliers",
+ "name": "Bigwig extremes to bed features",
+ "outputs": [
+ {
+ "name": "bedouthi",
+ "type": "bed"
+ },
+ {
+ "name": "tableoutfile",
+ "type": "txt"
+ }
+ ],
+ "position": {
+ "left": 980,
+ "top": 320
+ },
+ "post_job_actions": {
+ "RenameDatasetActionbedouthi": {
+ "action_arguments": {
+ "newname": "#{bigwig}_Hi"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "bedouthi"
+ },
+ "RenameDatasetActiontableoutfile": {
+ "action_arguments": {
+ "newname": "#{bigwig}_Hitable"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "tableoutfile"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bigwig_outlier_bed/bigwig_outlier_bed/0.2.0+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "61946b8bd43b",
+ "name": "bigwig_outlier_bed",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"bigwig\": {\"__class__\": \"ConnectedValue\"}, \"minwin\": \"1\", \"outbeds\": \"outhi\", \"qhi\": {\"__class__\": \"ConnectedValue\"}, \"qlo\": {\"__class__\": \"ConnectedValue\"}, \"tableout\": \"create\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0+galaxy0",
+ "type": "tool",
+ "uuid": "39f9b427-9d9f-4f0b-bea9-54df3bde34ba",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "GC_Hitable",
+ "output_name": "tableoutfile",
+ "uuid": "d9a4c2ba-38b3-4406-a1c2-3d1271669327"
+ },
+ {
+ "label": "GC_Hi",
+ "output_name": "bedouthi",
+ "uuid": "241c6137-bf48-4eb8-bc4e-676567ac857c"
+ }
+ ]
+ },
+ "13": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bigwig_outlier_bed/bigwig_outlier_bed/0.2.0+galaxy0",
+ "errors": null,
+ "id": 13,
+ "input_connections": {
+ "bigwig": {
+ "id": 9,
+ "output_name": "bed"
+ },
+ "qhi": {
+ "id": 4,
+ "output_name": "float_param"
+ },
+ "qlo": {
+ "id": 5,
+ "output_name": "float_param"
+ }
+ },
+ "inputs": [],
+ "label": "GAoutliers",
+ "name": "Bigwig extremes to bed features",
+ "outputs": [
+ {
+ "name": "bedouthi",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 980,
+ "top": 680
+ },
+ "post_job_actions": {
+ "RenameDatasetActionbedouthi": {
+ "action_arguments": {
+ "newname": "#{bigwig}_Hi"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "bedouthi"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bigwig_outlier_bed/bigwig_outlier_bed/0.2.0+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "61946b8bd43b",
+ "name": "bigwig_outlier_bed",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"bigwig\": {\"__class__\": \"ConnectedValue\"}, \"minwin\": \"1\", \"outbeds\": \"outhi\", \"qhi\": {\"__class__\": \"ConnectedValue\"}, \"qlo\": {\"__class__\": \"ConnectedValue\"}, \"tableout\": \"donotmake\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0+galaxy0",
+ "type": "tool",
+ "uuid": "927c3ef1-5cd8-40f2-a96d-05742d165ff0",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "GA_Hi",
+ "output_name": "bedouthi",
+ "uuid": "902bbfca-347b-4ab6-9b32-09913696099a"
+ }
+ ]
+ },
+ "14": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bigwig_outlier_bed/bigwig_outlier_bed/0.2.0+galaxy0",
+ "errors": null,
+ "id": 14,
+ "input_connections": {
+ "bigwig": {
+ "id": 10,
+ "output_name": "bed"
+ },
+ "qhi": {
+ "id": 4,
+ "output_name": "float_param"
+ },
+ "qlo": {
+ "id": 5,
+ "output_name": "float_param"
+ }
+ },
+ "inputs": [],
+ "label": "TCoutliers",
+ "name": "Bigwig extremes to bed features",
+ "outputs": [
+ {
+ "name": "bedouthi",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 980,
+ "top": 990
+ },
+ "post_job_actions": {
+ "RenameDatasetActionbedouthi": {
+ "action_arguments": {
+ "newname": "#{bigwig}_Hi"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "bedouthi"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bigwig_outlier_bed/bigwig_outlier_bed/0.2.0+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "61946b8bd43b",
+ "name": "bigwig_outlier_bed",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"bigwig\": {\"__class__\": \"ConnectedValue\"}, \"minwin\": \"1\", \"outbeds\": \"outhi\", \"qhi\": {\"__class__\": \"ConnectedValue\"}, \"qlo\": {\"__class__\": \"ConnectedValue\"}, \"tableout\": \"donotmake\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0+galaxy0",
+ "type": "tool",
+ "uuid": "23d7cb9c-3668-4de3-9a5c-256b0f494fb0",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "TC_Hi",
+ "output_name": "bedouthi",
+ "uuid": "8b878506-da7b-416c-a69f-4daef7e2a7a2"
+ }
+ ]
+ }
+ },
+ "tags": [],
+ "uuid": "0f909630-4ffe-499e-9c47-fb4c47cb228d"
+ },
+ "tool_id": null,
+ "type": "subworkflow",
+ "uuid": "e798cf65-67f4-4763-b9df-91582c0b83f8",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "1:output",
+ "uuid": "ee407240-68cb-4745-be4d-cdc4af1bcc20"
+ },
+ {
+ "label": null,
+ "output_name": "2:output",
+ "uuid": "42d1e839-eb8c-4605-a3ec-149da71af71b"
+ },
+ {
+ "label": null,
+ "output_name": "0:output",
+ "uuid": "9c963c5e-3008-4ecd-8164-fccbc6c5cc42"
+ }
+ ]
+ },
+ "16": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "errors": null,
+ "id": 16,
+ "input_connections": {
+ "fastq_input|fastq_input1": {
+ "id": 6,
+ "output_name": "output"
+ },
+ "reference_source|ref_file": {
+ "id": 9,
+ "output_name": "outfile"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "fastq_input"
+ },
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "reference_source"
+ }
+ ],
+ "label": "h1 map to reads",
+ "name": "Map with minimap2",
+ "outputs": [
+ {
+ "name": "alignment_output",
+ "type": "bam"
+ }
+ ],
+ "position": {
+ "left": 1130,
+ "top": 2100
+ },
+ "post_job_actions": {
+ "RenameDatasetActionalignment_output": {
+ "action_arguments": {
+ "newname": "h1mapboth"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "alignment_output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "5cc34c3f440d",
+ "name": "minimap2",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"alignment_options\": {\"splicing\": {\"splice_mode\": \"preset\", \"__current_case__\": 0}, \"A\": null, \"B\": null, \"O\": null, \"O2\": null, \"E\": null, \"E2\": null, \"z\": null, \"z2\": null, \"s\": null, \"no_end_flt\": true}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 0, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}, \"analysis_type_selector\": \"map-hifi\"}, \"indexing_options\": {\"H\": false, \"k\": null, \"w\": null, \"I\": null}, \"io_options\": {\"output_format\": \"BAM\", \"Q\": false, \"L\": false, \"K\": null, \"cs\": null, \"c\": false, \"eqx\": false, \"Y\": false}, \"mapping_options\": {\"N\": null, \"F\": null, \"f\": null, \"kmer_ocurrence_interval\": {\"interval\": \"\", \"__current_case__\": 1}, \"min_occ_floor\": null, \"q_occ_frac\": \"0.01\", \"g\": null, \"r\": null, \"n\": null, \"m\": null, \"max_chain_skip\": null, \"max_chain_iter\": null, \"X\": false, \"p\": null, \"mask_len\": null}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.28+galaxy0",
+ "type": "tool",
+ "uuid": "a6721ea0-e148-420e-9ea7-2d89915672c1",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "17": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/fasta_compute_length/fasta_compute_length/1.0.3",
+ "errors": null,
+ "id": 17,
+ "input_connections": {
+ "ref|input": {
+ "id": 9,
+ "output_name": "outfile"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Compute sequence length",
+ "name": "ref"
+ }
+ ],
+ "label": null,
+ "name": "Compute sequence length",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 810,
+ "top": 2500
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionoutput": {
+ "action_arguments": {
+ "newtype": "bed"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "output"
+ },
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "hap1suffixed_contigs"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/fasta_compute_length/fasta_compute_length/1.0.3",
+ "tool_shed_repository": {
+ "changeset_revision": "7d37cfda8e00",
+ "name": "fasta_compute_length",
+ "owner": "devteam",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"ref\": {\"ref_source\": \"history\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}, \"keep_first\": \"0\", \"keep_first_word\": false}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.3",
+ "type": "tool",
+ "uuid": "1bd69647-9f22-4b9c-9d05-74038031d896",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "18": {
+ "annotation": "",
+ "id": 18,
+ "input_connections": {
+ "Lower quantile cutoff 2": {
+ "id": 1,
+ "input_subworkflow_step_id": 1,
+ "output_name": "output"
+ },
+ "Upper quantile cutoff": {
+ "id": 0,
+ "input_subworkflow_step_id": 0,
+ "output_name": "output"
+ },
+ "Window width for dimer density bigwigs": {
+ "id": 2,
+ "input_subworkflow_step_id": 2,
+ "output_name": "output"
+ },
+ "haplotype 1": {
+ "id": 10,
+ "input_subworkflow_step_id": 3,
+ "output_name": "data_param"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "dimer density one hap subworkflow",
+ "outputs": [],
+ "position": {
+ "left": 1160,
+ "top": 40
+ },
+ "subworkflow": {
+ "a_galaxy_workflow": "true",
+ "annotation": "",
+ "comments": [],
+ "creator": [
+ {
+ "class": "Person",
+ "identifier": "0000-0003-3939-1961",
+ "name": "Ross Lazarus"
+ }
+ ],
+ "format-version": "0.1",
+ "name": "dimer density one hap subworkflow",
+ "report": {
+ "markdown": "\n# Workflow Execution Report\n\n## Workflow Inputs\n```galaxy\ninvocation_inputs()\n```\n\n## Workflow Outputs\n```galaxy\ninvocation_outputs()\n```\n\n## Workflow\n```galaxy\nworkflow_display()\n```\n"
+ },
+ "steps": {
+ "0": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 0,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Upper quantile cutoff"
+ }
+ ],
+ "label": "Upper quantile cutoff",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 160
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": 0.999, \"parameter_type\": \"float\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "e84897b8-92e6-4dc2-bd03-9fe772a3fd65",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "507df48f-7eac-46e3-95f1-775f3843791f"
+ }
+ ]
+ },
+ "1": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 1,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Lower quantile cutoff 2"
+ }
+ ],
+ "label": "Lower quantile cutoff 2",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 280
+ },
+ "tool_id": null,
+ "tool_state": "{\"parameter_type\": \"float\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "acc196c1-b9c2-4ada-8808-d2493c5dd59e",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "5c090e40-591a-4964-ad7d-d8670f05c701"
+ }
+ ]
+ },
+ "2": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 2,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Window width for dimer density bigwigs"
+ }
+ ],
+ "label": "Window width for dimer density bigwigs",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 400
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": 128, \"parameter_type\": \"integer\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "da3a3b63-af69-460d-a5f6-715316cd74b6",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "4b8f4b65-3616-4b9f-adb1-d6354caf01c0"
+ }
+ ]
+ },
+ "3": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 3,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "haplotype 1"
+ }
+ ],
+ "label": "haplotype 1",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 560
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "d85fab52-e707-4a02-8e2c-9b8daf568fec",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "4": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 4,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "float_param",
+ "type": "expression.json"
+ }
+ ],
+ "position": {
+ "left": 280,
+ "top": 0
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"float\", \"__current_case__\": 2, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "612f3d89-715e-4569-b34c-f0043a4b6774",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "5": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 5,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 1,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "float_param",
+ "type": "expression.json"
+ }
+ ],
+ "position": {
+ "left": 280,
+ "top": 180
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"float\", \"__current_case__\": 2, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "32928b84-8727-4a24-912e-cd3b7bc6ab42",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "6": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 6,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 2,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "integer_param",
+ "type": "expression.json"
+ }
+ ],
+ "position": {
+ "left": 280,
+ "top": 380
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"integer\", \"__current_case__\": 1, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "bc7c461b-fefe-4b67-8d70-d5941b47284b",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "7": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/microsatbed/microsatbed/1.3.3+galaxy1",
+ "errors": null,
+ "id": 7,
+ "input_connections": {
+ "mode_cond|winwidth": {
+ "id": 6,
+ "output_name": "integer_param"
+ },
+ "reference_genome|reffa": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool STR to bed",
+ "name": "mode_cond"
+ },
+ {
+ "description": "runtime parameter for tool STR to bed",
+ "name": "reference_genome"
+ }
+ ],
+ "label": "make AT",
+ "name": "STR to bed",
+ "outputs": [
+ {
+ "name": "bed",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 640,
+ "top": 140
+ },
+ "post_job_actions": {
+ "RenameDatasetActionbed": {
+ "action_arguments": {
+ "newname": "#{reference_genome.reffa}AT"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "bed"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/microsatbed/microsatbed/1.3.3+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "5f8efb080f49",
+ "name": "microsatbed",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dimin\": \"1\", \"hexamin\": \"50\", \"mode_cond\": {\"mode\": \"SPECIFICBW\", \"__current_case__\": 3, \"specific\": \"AT\", \"winwidth\": {\"__class__\": \"ConnectedValue\"}}, \"monomin\": \"100\", \"pentamin\": \"50\", \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"reffa\": {\"__class__\": \"ConnectedValue\"}}, \"tetramin\": \"50\", \"trimin\": \"100\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.3.3+galaxy1",
+ "type": "tool",
+ "uuid": "f7803f25-ea6c-4045-a990-42ed538973d7",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "AT",
+ "output_name": "bed",
+ "uuid": "9f788abf-fa4d-4f4e-a701-2237176d2cc9"
+ }
+ ]
+ },
+ "8": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/microsatbed/microsatbed/1.3.3+galaxy1",
+ "errors": null,
+ "id": 8,
+ "input_connections": {
+ "mode_cond|winwidth": {
+ "id": 6,
+ "output_name": "integer_param"
+ },
+ "reference_genome|reffa": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool STR to bed",
+ "name": "mode_cond"
+ },
+ {
+ "description": "runtime parameter for tool STR to bed",
+ "name": "reference_genome"
+ }
+ ],
+ "label": "make GC",
+ "name": "STR to bed",
+ "outputs": [
+ {
+ "name": "bed",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 640,
+ "top": 360
+ },
+ "post_job_actions": {
+ "RenameDatasetActionbed": {
+ "action_arguments": {
+ "newname": "#{reference_genome.reffa}GC"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "bed"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/microsatbed/microsatbed/1.3.3+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "5f8efb080f49",
+ "name": "microsatbed",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dimin\": \"1\", \"hexamin\": \"50\", \"mode_cond\": {\"mode\": \"SPECIFICBW\", \"__current_case__\": 3, \"specific\": \"GC\", \"winwidth\": {\"__class__\": \"ConnectedValue\"}}, \"monomin\": \"100\", \"pentamin\": \"50\", \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"reffa\": {\"__class__\": \"ConnectedValue\"}}, \"tetramin\": \"50\", \"trimin\": \"100\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.3.3+galaxy1",
+ "type": "tool",
+ "uuid": "5686ec61-3cd2-4b13-b753-db3ca235f0a9",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "GC",
+ "output_name": "bed",
+ "uuid": "cd938bfc-7bc9-4a2d-bb70-cfb2de084892"
+ }
+ ]
+ },
+ "9": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/microsatbed/microsatbed/1.3.3+galaxy1",
+ "errors": null,
+ "id": 9,
+ "input_connections": {
+ "mode_cond|winwidth": {
+ "id": 6,
+ "output_name": "integer_param"
+ },
+ "reference_genome|reffa": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool STR to bed",
+ "name": "mode_cond"
+ },
+ {
+ "description": "runtime parameter for tool STR to bed",
+ "name": "reference_genome"
+ }
+ ],
+ "label": "make GA",
+ "name": "STR to bed",
+ "outputs": [
+ {
+ "name": "bed",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 640,
+ "top": 580
+ },
+ "post_job_actions": {
+ "RenameDatasetActionbed": {
+ "action_arguments": {
+ "newname": "#{reference_genome.reffa}GA"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "bed"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/microsatbed/microsatbed/1.3.3+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "5f8efb080f49",
+ "name": "microsatbed",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dimin\": \"1\", \"hexamin\": \"50\", \"mode_cond\": {\"mode\": \"SPECIFICBW\", \"__current_case__\": 3, \"specific\": \"GA\", \"winwidth\": {\"__class__\": \"ConnectedValue\"}}, \"monomin\": \"100\", \"pentamin\": \"50\", \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"reffa\": {\"__class__\": \"ConnectedValue\"}}, \"tetramin\": \"50\", \"trimin\": \"100\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.3.3+galaxy1",
+ "type": "tool",
+ "uuid": "063db4f3-c701-49ec-b1d7-481eef1409b0",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "GA",
+ "output_name": "bed",
+ "uuid": "d3d3c9dc-4f73-4386-b222-030e904e65c5"
+ }
+ ]
+ },
+ "10": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/microsatbed/microsatbed/1.3.3+galaxy1",
+ "errors": null,
+ "id": 10,
+ "input_connections": {
+ "mode_cond|winwidth": {
+ "id": 6,
+ "output_name": "integer_param"
+ },
+ "reference_genome|reffa": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool STR to bed",
+ "name": "mode_cond"
+ },
+ {
+ "description": "runtime parameter for tool STR to bed",
+ "name": "reference_genome"
+ }
+ ],
+ "label": "make TC",
+ "name": "STR to bed",
+ "outputs": [
+ {
+ "name": "bed",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 640,
+ "top": 800
+ },
+ "post_job_actions": {
+ "RenameDatasetActionbed": {
+ "action_arguments": {
+ "newname": "#{reference_genome.reffa}TC"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "bed"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/microsatbed/microsatbed/1.3.3+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "5f8efb080f49",
+ "name": "microsatbed",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dimin\": \"1\", \"hexamin\": \"50\", \"mode_cond\": {\"mode\": \"SPECIFICBW\", \"__current_case__\": 3, \"specific\": \"TC\", \"winwidth\": {\"__class__\": \"ConnectedValue\"}}, \"monomin\": \"100\", \"pentamin\": \"50\", \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"reffa\": {\"__class__\": \"ConnectedValue\"}}, \"tetramin\": \"50\", \"trimin\": \"50\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.3.3+galaxy1",
+ "type": "tool",
+ "uuid": "38aedfd1-2211-491b-bae7-91b9228ff1b2",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "TC",
+ "output_name": "bed",
+ "uuid": "e7888685-65b2-4c91-b230-93063bd816c3"
+ }
+ ]
+ },
+ "11": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bigwig_outlier_bed/bigwig_outlier_bed/0.2.0+galaxy0",
+ "errors": null,
+ "id": 11,
+ "input_connections": {
+ "bigwig": {
+ "id": 7,
+ "output_name": "bed"
+ },
+ "qhi": {
+ "id": 4,
+ "output_name": "float_param"
+ },
+ "qlo": {
+ "id": 5,
+ "output_name": "float_param"
+ }
+ },
+ "inputs": [],
+ "label": "AToutliers",
+ "name": "Bigwig extremes to bed features",
+ "outputs": [
+ {
+ "name": "bedouthi",
+ "type": "bed"
+ },
+ {
+ "name": "tableoutfile",
+ "type": "txt"
+ }
+ ],
+ "position": {
+ "left": 980,
+ "top": 0
+ },
+ "post_job_actions": {
+ "RenameDatasetActionbedouthi": {
+ "action_arguments": {
+ "newname": "#{bigwig}_Hi"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "bedouthi"
+ },
+ "RenameDatasetActiontableoutfile": {
+ "action_arguments": {
+ "newname": "#{bigwig}_Hitable "
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "tableoutfile"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bigwig_outlier_bed/bigwig_outlier_bed/0.2.0+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "61946b8bd43b",
+ "name": "bigwig_outlier_bed",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"bigwig\": {\"__class__\": \"ConnectedValue\"}, \"minwin\": \"1\", \"outbeds\": \"outhi\", \"qhi\": {\"__class__\": \"ConnectedValue\"}, \"qlo\": {\"__class__\": \"ConnectedValue\"}, \"tableout\": \"create\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0+galaxy0",
+ "type": "tool",
+ "uuid": "5aa5fba4-7f19-407a-a0e7-3e1ee65935d5",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "AT_Hitable ",
+ "output_name": "tableoutfile",
+ "uuid": "83b48cfe-cd15-483e-b9cf-d2bfa1dcbbda"
+ },
+ {
+ "label": "AT_Hi",
+ "output_name": "bedouthi",
+ "uuid": "11ba8efa-b32c-4cf8-bb58-6b43cb712ddb"
+ }
+ ]
+ },
+ "12": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bigwig_outlier_bed/bigwig_outlier_bed/0.2.0+galaxy0",
+ "errors": null,
+ "id": 12,
+ "input_connections": {
+ "bigwig": {
+ "id": 8,
+ "output_name": "bed"
+ },
+ "qhi": {
+ "id": 4,
+ "output_name": "float_param"
+ },
+ "qlo": {
+ "id": 5,
+ "output_name": "float_param"
+ }
+ },
+ "inputs": [],
+ "label": "GCoutliers",
+ "name": "Bigwig extremes to bed features",
+ "outputs": [
+ {
+ "name": "bedouthi",
+ "type": "bed"
+ },
+ {
+ "name": "tableoutfile",
+ "type": "txt"
+ }
+ ],
+ "position": {
+ "left": 980,
+ "top": 320
+ },
+ "post_job_actions": {
+ "RenameDatasetActionbedouthi": {
+ "action_arguments": {
+ "newname": "#{bigwig}_Hi"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "bedouthi"
+ },
+ "RenameDatasetActiontableoutfile": {
+ "action_arguments": {
+ "newname": "#{bigwig}_Hitable"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "tableoutfile"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bigwig_outlier_bed/bigwig_outlier_bed/0.2.0+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "61946b8bd43b",
+ "name": "bigwig_outlier_bed",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"bigwig\": {\"__class__\": \"ConnectedValue\"}, \"minwin\": \"1\", \"outbeds\": \"outhi\", \"qhi\": {\"__class__\": \"ConnectedValue\"}, \"qlo\": {\"__class__\": \"ConnectedValue\"}, \"tableout\": \"create\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0+galaxy0",
+ "type": "tool",
+ "uuid": "39f9b427-9d9f-4f0b-bea9-54df3bde34ba",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "GC_Hitable",
+ "output_name": "tableoutfile",
+ "uuid": "d9a4c2ba-38b3-4406-a1c2-3d1271669327"
+ },
+ {
+ "label": "GC_Hi",
+ "output_name": "bedouthi",
+ "uuid": "241c6137-bf48-4eb8-bc4e-676567ac857c"
+ }
+ ]
+ },
+ "13": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bigwig_outlier_bed/bigwig_outlier_bed/0.2.0+galaxy0",
+ "errors": null,
+ "id": 13,
+ "input_connections": {
+ "bigwig": {
+ "id": 9,
+ "output_name": "bed"
+ },
+ "qhi": {
+ "id": 4,
+ "output_name": "float_param"
+ },
+ "qlo": {
+ "id": 5,
+ "output_name": "float_param"
+ }
+ },
+ "inputs": [],
+ "label": "GAoutliers",
+ "name": "Bigwig extremes to bed features",
+ "outputs": [
+ {
+ "name": "bedouthi",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 980,
+ "top": 680
+ },
+ "post_job_actions": {
+ "RenameDatasetActionbedouthi": {
+ "action_arguments": {
+ "newname": "#{bigwig}_Hi"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "bedouthi"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bigwig_outlier_bed/bigwig_outlier_bed/0.2.0+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "61946b8bd43b",
+ "name": "bigwig_outlier_bed",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"bigwig\": {\"__class__\": \"ConnectedValue\"}, \"minwin\": \"1\", \"outbeds\": \"outhi\", \"qhi\": {\"__class__\": \"ConnectedValue\"}, \"qlo\": {\"__class__\": \"ConnectedValue\"}, \"tableout\": \"donotmake\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0+galaxy0",
+ "type": "tool",
+ "uuid": "927c3ef1-5cd8-40f2-a96d-05742d165ff0",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "GA_Hi",
+ "output_name": "bedouthi",
+ "uuid": "902bbfca-347b-4ab6-9b32-09913696099a"
+ }
+ ]
+ },
+ "14": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bigwig_outlier_bed/bigwig_outlier_bed/0.2.0+galaxy0",
+ "errors": null,
+ "id": 14,
+ "input_connections": {
+ "bigwig": {
+ "id": 10,
+ "output_name": "bed"
+ },
+ "qhi": {
+ "id": 4,
+ "output_name": "float_param"
+ },
+ "qlo": {
+ "id": 5,
+ "output_name": "float_param"
+ }
+ },
+ "inputs": [],
+ "label": "TCoutliers",
+ "name": "Bigwig extremes to bed features",
+ "outputs": [
+ {
+ "name": "bedouthi",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 980,
+ "top": 990
+ },
+ "post_job_actions": {
+ "RenameDatasetActionbedouthi": {
+ "action_arguments": {
+ "newname": "#{bigwig}_Hi"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "bedouthi"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bigwig_outlier_bed/bigwig_outlier_bed/0.2.0+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "61946b8bd43b",
+ "name": "bigwig_outlier_bed",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"bigwig\": {\"__class__\": \"ConnectedValue\"}, \"minwin\": \"1\", \"outbeds\": \"outhi\", \"qhi\": {\"__class__\": \"ConnectedValue\"}, \"qlo\": {\"__class__\": \"ConnectedValue\"}, \"tableout\": \"donotmake\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0+galaxy0",
+ "type": "tool",
+ "uuid": "23d7cb9c-3668-4de3-9a5c-256b0f494fb0",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "TC_Hi",
+ "output_name": "bedouthi",
+ "uuid": "8b878506-da7b-416c-a69f-4daef7e2a7a2"
+ }
+ ]
+ }
+ },
+ "tags": [],
+ "uuid": "0f909630-4ffe-499e-9c47-fb4c47cb228d"
+ },
+ "tool_id": null,
+ "type": "subworkflow",
+ "uuid": "807aa191-778a-4987-a4d7-6aee0872874a",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "0:output",
+ "uuid": "fce2857f-a3f4-4a1e-9a53-c43fbec841b1"
+ },
+ {
+ "label": null,
+ "output_name": "2:output",
+ "uuid": "2c690383-4295-42f6-8146-1acadac89687"
+ },
+ {
+ "label": null,
+ "output_name": "1:output",
+ "uuid": "b9bf5cdb-edc4-4adc-a808-6d05ab4fc697"
+ }
+ ]
+ },
+ "19": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_easyjoin_tool/9.3+galaxy1",
+ "errors": null,
+ "id": 19,
+ "input_connections": {
+ "infile1": {
+ "id": 8,
+ "output_name": "output"
+ },
+ "infile2": {
+ "id": 11,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "hap2 contigs not in hap1 for synthetic \"reference\"",
+ "name": "Join",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 850,
+ "top": 790
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "hap2unique"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_easyjoin_tool/9.3+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "86755160afbf",
+ "name": "text_processing",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"column1\": \"1\", \"column2\": \"1\", \"empty_string_filler\": \"0\", \"header\": false, \"ignore_case\": false, \"infile1\": {\"__class__\": \"ConnectedValue\"}, \"infile2\": {\"__class__\": \"ConnectedValue\"}, \"jointype\": \"-v 2\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "9.3+galaxy1",
+ "type": "tool",
+ "uuid": "6cefc24c-e542-4641-9068-84a3df07c5c0",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "20": {
+ "annotation": "",
+ "content_id": "cat1",
+ "errors": null,
+ "id": 20,
+ "input_connections": {
+ "input1": {
+ "id": 12,
+ "output_name": "outfile"
+ },
+ "queries_0|input2": {
+ "id": 9,
+ "output_name": "outfile"
+ }
+ },
+ "inputs": [],
+ "label": "Combined haplotypes fasta for coverage comparisons",
+ "name": "Concatenate datasets",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 820,
+ "top": 1899.9781387388932
+ },
+ "post_job_actions": {
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "bothapsfa"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "cat1",
+ "tool_state": "{\"input1\": {\"__class__\": \"ConnectedValue\"}, \"queries\": [{\"__index__\": 0, \"input2\": {\"__class__\": \"ConnectedValue\"}}], \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.0",
+ "type": "tool",
+ "uuid": "62c1f041-c60e-4809-9c24-da24fe601ae0",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "21": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "errors": null,
+ "id": 21,
+ "input_connections": {
+ "fastq_input|fastq_input1": {
+ "id": 6,
+ "output_name": "output"
+ },
+ "reference_source|ref_file": {
+ "id": 12,
+ "output_name": "outfile"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "fastq_input"
+ },
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "reference_source"
+ }
+ ],
+ "label": "h2 map to reads",
+ "name": "Map with minimap2",
+ "outputs": [
+ {
+ "name": "alignment_output",
+ "type": "bam"
+ }
+ ],
+ "position": {
+ "left": 1130,
+ "top": 1900
+ },
+ "post_job_actions": {
+ "RenameDatasetActionalignment_output": {
+ "action_arguments": {
+ "newname": "h2mapboth"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "alignment_output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "5cc34c3f440d",
+ "name": "minimap2",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"alignment_options\": {\"splicing\": {\"splice_mode\": \"preset\", \"__current_case__\": 0}, \"A\": null, \"B\": null, \"O\": null, \"O2\": null, \"E\": null, \"E2\": null, \"z\": null, \"z2\": null, \"s\": null, \"no_end_flt\": true}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 0, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}, \"analysis_type_selector\": \"map-hifi\"}, \"indexing_options\": {\"H\": false, \"k\": null, \"w\": null, \"I\": null}, \"io_options\": {\"output_format\": \"BAM\", \"Q\": false, \"L\": false, \"K\": null, \"cs\": null, \"c\": false, \"eqx\": false, \"Y\": false}, \"mapping_options\": {\"N\": null, \"F\": null, \"f\": null, \"kmer_ocurrence_interval\": {\"interval\": \"\", \"__current_case__\": 1}, \"min_occ_floor\": null, \"q_occ_frac\": \"0.01\", \"g\": null, \"r\": null, \"n\": null, \"m\": null, \"max_chain_skip\": null, \"max_chain_iter\": null, \"X\": false, \"p\": null, \"mask_len\": null}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.28+galaxy0",
+ "type": "tool",
+ "uuid": "2a666bd9-c5c1-412b-9b9a-3e4c61a04c34",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "22": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/fasta_compute_length/fasta_compute_length/1.0.3",
+ "errors": null,
+ "id": 22,
+ "input_connections": {
+ "ref|input": {
+ "id": 12,
+ "output_name": "outfile"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Compute sequence length",
+ "name": "ref"
+ }
+ ],
+ "label": null,
+ "name": "Compute sequence length",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 810,
+ "top": 2720
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionoutput": {
+ "action_arguments": {
+ "newtype": "bed"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "output"
+ },
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "hap2suffixed_contigs"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/fasta_compute_length/fasta_compute_length/1.0.3",
+ "tool_shed_repository": {
+ "changeset_revision": "7d37cfda8e00",
+ "name": "fasta_compute_length",
+ "owner": "devteam",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"ref\": {\"ref_source\": \"history\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}, \"keep_first\": \"0\", \"keep_first_word\": false}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.3",
+ "type": "tool",
+ "uuid": "45a89926-0f07-4661-9b8d-601b594bfaa6",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "23": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/samtools_view/samtools_view/1.20+galaxy3",
+ "errors": null,
+ "id": 23,
+ "input_connections": {
+ "input": {
+ "id": 13,
+ "output_name": "alignment_output"
+ }
+ },
+ "inputs": [],
+ "label": "strip header from h1",
+ "name": "Samtools view",
+ "outputs": [
+ {
+ "name": "outputsam",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 830,
+ "top": 1260
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutputsam": {
+ "action_arguments": {
+ "newname": "h1_noheader"
+ },
+ "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\": \"all_reads\", \"__current_case__\": 0, \"output_options\": {\"reads_report_type\": \"retained\", \"__current_case__\": 0, \"adv_output\": {\"readtags\": [], \"collapsecigar\": false}, \"output_format\": {\"oformat\": \"sam\", \"__current_case__\": 1, \"with_header\": false}}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.20+galaxy3",
+ "type": "tool",
+ "uuid": "f64f54d3-b297-432b-82c7-7a182c287804",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "24": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/sniffles/sniffles/2.4+galaxy1",
+ "errors": null,
+ "id": 24,
+ "input_connections": {
+ "input": {
+ "id": 13,
+ "output_name": "alignment_output"
+ },
+ "reference_genome|genome": {
+ "id": 4,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool sniffles",
+ "name": "reference_genome"
+ }
+ ],
+ "label": "h1sniffles",
+ "name": "sniffles",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "vcf"
+ }
+ ],
+ "position": {
+ "left": 830,
+ "top": 1660
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "H1_SV.vcf"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/sniffles/sniffles/2.4+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "43fffeed243f",
+ "name": "sniffles",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advanced_options\": {\"mosaic\": false}, \"clustering_options\": {\"clusterbinsize\": \"100\", \"clusterr\": \"2.5\"}, \"general_options\": {\"minsupport\": \"auto\", \"maxsplitskb\": \"0.1\", \"minsvlen\": \"50\", \"mapq\": \"20\", \"minalignmentlength\": \"100\", \"detectlargeins\": true}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 2, \"genome\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.4+galaxy1",
+ "type": "tool",
+ "uuid": "7b91bdc7-54a5-4168-bb9f-151b85418c6d",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "H1_SV.vcf",
+ "output_name": "output",
+ "uuid": "fb5b563b-d691-4edd-b4e9-435fdf6a3d7f"
+ }
+ ]
+ },
+ "25": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/samtools_view/samtools_view/1.20+galaxy3",
+ "errors": null,
+ "id": 25,
+ "input_connections": {
+ "input": {
+ "id": 14,
+ "output_name": "alignment_output"
+ }
+ },
+ "inputs": [],
+ "label": "strip header from h2",
+ "name": "Samtools view",
+ "outputs": [
+ {
+ "name": "outputsam",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 830,
+ "top": 1440
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutputsam": {
+ "action_arguments": {
+ "newname": "h2_noheader"
+ },
+ "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\": \"all_reads\", \"__current_case__\": 0, \"output_options\": {\"reads_report_type\": \"retained\", \"__current_case__\": 0, \"adv_output\": {\"readtags\": [], \"collapsecigar\": false}, \"output_format\": {\"oformat\": \"sam\", \"__current_case__\": 1, \"with_header\": false}}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.20+galaxy3",
+ "type": "tool",
+ "uuid": "e0d844c9-ea1b-49a6-adc8-dea021fa220a",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "26": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/sniffles/sniffles/2.4+galaxy1",
+ "errors": null,
+ "id": 26,
+ "input_connections": {
+ "input": {
+ "id": 14,
+ "output_name": "alignment_output"
+ },
+ "reference_genome|genome": {
+ "id": 5,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool sniffles",
+ "name": "reference_genome"
+ }
+ ],
+ "label": "h2sniffles",
+ "name": "sniffles",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "vcf"
+ }
+ ],
+ "position": {
+ "left": 1470,
+ "top": 1660
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "H2_SV.vcf"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/sniffles/sniffles/2.4+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "43fffeed243f",
+ "name": "sniffles",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advanced_options\": {\"mosaic\": false}, \"clustering_options\": {\"clusterbinsize\": \"100\", \"clusterr\": \"2.5\"}, \"general_options\": {\"minsupport\": \"auto\", \"maxsplitskb\": \"0.1\", \"minsvlen\": \"50\", \"mapq\": \"20\", \"minalignmentlength\": \"100\", \"detectlargeins\": true}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 2, \"genome\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.4+galaxy1",
+ "type": "tool",
+ "uuid": "1bf26330-2e4b-4476-bfc4-eb0d549b1c1b",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "H2_SV.vcf",
+ "output_name": "output",
+ "uuid": "1f9dd9f0-70f4-47b4-8a62-49d71ab9f092"
+ }
+ ]
+ },
+ "27": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1",
+ "errors": null,
+ "id": 27,
+ "input_connections": {
+ "input": {
+ "id": 17,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Compute",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 1130,
+ "top": 2580
+ },
+ "post_job_actions": {
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "hap1bed"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1",
+ "tool_shed_repository": {
+ "changeset_revision": "aff5135563c6",
+ "name": "column_maker",
+ "owner": "devteam",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"avoid_scientific_notation\": false, \"error_handling\": {\"auto_col_types\": true, \"fail_on_non_existent_columns\": true, \"non_computable\": {\"action\": \"--fail-on-non-computable\", \"__current_case__\": 0}}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"ops\": {\"header_lines_select\": \"no\", \"__current_case__\": 0, \"expressions\": [{\"__index__\": 0, \"cond\": \"0\", \"add_column\": {\"mode\": \"I\", \"__current_case__\": 1, \"pos\": \"2\"}}, {\"__index__\": 1, \"cond\": \"0\", \"add_column\": {\"mode\": \"\", \"__current_case__\": 0, \"pos\": \"\"}}]}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.1",
+ "type": "tool",
+ "uuid": "befabb75-5f67-446f-9abf-6afccf53da0c",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "28": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bigwig_compare/deeptools_bigwig_compare/3.5.4+galaxy0",
+ "errors": null,
+ "id": 28,
+ "input_connections": {
+ "bigwigFile1": {
+ "id": 15,
+ "output_name": "AT"
+ },
+ "bigwigFile2": {
+ "id": 18,
+ "output_name": "AT"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "bigwigCompare",
+ "outputs": [
+ {
+ "name": "outFileName",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 1480,
+ "top": 40
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutFileName": {
+ "action_arguments": {
+ "newname": "H2vsH1_ATfold"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "outFileName"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bigwig_compare/deeptools_bigwig_compare/3.5.4+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "07418a30ed01",
+ "name": "deeptools_bigwig_compare",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advancedOpt\": {\"showAdvancedOpt\": \"no\", \"__current_case__\": 0}, \"bigwigFile1\": {\"__class__\": \"ConnectedValue\"}, \"bigwigFile2\": {\"__class__\": \"ConnectedValue\"}, \"comparison\": {\"comparison_select\": \"reciprocal_ratio\", \"__current_case__\": 7, \"pseudocount\": \"1 1\"}, \"outFileFormat\": \"bigwig\", \"region\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.5.4+galaxy0",
+ "type": "tool",
+ "uuid": "c21dc493-033a-4ef0-a975-31cfcaf9a1f0",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "29": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bigwig_compare/deeptools_bigwig_compare/3.5.4+galaxy0",
+ "errors": null,
+ "id": 29,
+ "input_connections": {
+ "bigwigFile1": {
+ "id": 15,
+ "output_name": "GC"
+ },
+ "bigwigFile2": {
+ "id": 18,
+ "output_name": "GC"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "bigwigCompare",
+ "outputs": [
+ {
+ "name": "outFileName",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 1480,
+ "top": 200
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutFileName": {
+ "action_arguments": {
+ "newname": "H2vsH1_GCfold"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "outFileName"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bigwig_compare/deeptools_bigwig_compare/3.5.4+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "07418a30ed01",
+ "name": "deeptools_bigwig_compare",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advancedOpt\": {\"showAdvancedOpt\": \"no\", \"__current_case__\": 0}, \"bigwigFile1\": {\"__class__\": \"ConnectedValue\"}, \"bigwigFile2\": {\"__class__\": \"ConnectedValue\"}, \"comparison\": {\"comparison_select\": \"reciprocal_ratio\", \"__current_case__\": 7, \"pseudocount\": \"1 1\"}, \"outFileFormat\": \"bigwig\", \"region\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.5.4+galaxy0",
+ "type": "tool",
+ "uuid": "23965cc4-ef57-4362-927c-cbe04a38a407",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "30": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bigwig_compare/deeptools_bigwig_compare/3.5.4+galaxy0",
+ "errors": null,
+ "id": 30,
+ "input_connections": {
+ "bigwigFile1": {
+ "id": 15,
+ "output_name": "GA"
+ },
+ "bigwigFile2": {
+ "id": 18,
+ "output_name": "GA"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "bigwigCompare",
+ "outputs": [
+ {
+ "name": "outFileName",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 1780,
+ "top": 40
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutFileName": {
+ "action_arguments": {
+ "newname": "H2vsH1_GAfold"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "outFileName"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bigwig_compare/deeptools_bigwig_compare/3.5.4+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "07418a30ed01",
+ "name": "deeptools_bigwig_compare",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advancedOpt\": {\"showAdvancedOpt\": \"no\", \"__current_case__\": 0}, \"bigwigFile1\": {\"__class__\": \"ConnectedValue\"}, \"bigwigFile2\": {\"__class__\": \"ConnectedValue\"}, \"comparison\": {\"comparison_select\": \"reciprocal_ratio\", \"__current_case__\": 7, \"pseudocount\": \"1 1\"}, \"outFileFormat\": \"bigwig\", \"region\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.5.4+galaxy0",
+ "type": "tool",
+ "uuid": "22ab9a68-a831-456a-a436-7437e4faf335",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "31": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bigwig_compare/deeptools_bigwig_compare/3.5.4+galaxy0",
+ "errors": null,
+ "id": 31,
+ "input_connections": {
+ "bigwigFile1": {
+ "id": 15,
+ "output_name": "TC"
+ },
+ "bigwigFile2": {
+ "id": 18,
+ "output_name": "TC"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "bigwigCompare",
+ "outputs": [
+ {
+ "name": "outFileName",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 1780,
+ "top": 200
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutFileName": {
+ "action_arguments": {
+ "newname": "H2vsH1_TCfold"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "outFileName"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bigwig_compare/deeptools_bigwig_compare/3.5.4+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "07418a30ed01",
+ "name": "deeptools_bigwig_compare",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advancedOpt\": {\"showAdvancedOpt\": \"no\", \"__current_case__\": 0}, \"bigwigFile1\": {\"__class__\": \"ConnectedValue\"}, \"bigwigFile2\": {\"__class__\": \"ConnectedValue\"}, \"comparison\": {\"comparison_select\": \"reciprocal_ratio\", \"__current_case__\": 7, \"pseudocount\": \"1 1\"}, \"outFileFormat\": \"bigwig\", \"region\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.5.4+galaxy0",
+ "type": "tool",
+ "uuid": "0415b475-356e-41d7-86cd-facd7aec9989",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "32": {
+ "annotation": "",
+ "content_id": "Cut1",
+ "errors": null,
+ "id": 32,
+ "input_connections": {
+ "input": {
+ "id": 19,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "need one column for filter fasta",
+ "name": "Cut",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 1140,
+ "top": 870
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionout_file1": {
+ "action_arguments": {
+ "newtype": "txt"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "Cut1",
+ "tool_state": "{\"columnList\": \"c1\", \"delimiter\": \"Sp\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.2",
+ "type": "tool",
+ "uuid": "174b87f3-e5e2-4f1a-a29a-f78b6f6b9e57",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "33": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "errors": null,
+ "id": 33,
+ "input_connections": {
+ "fastq_input|fastq_input1": {
+ "id": 6,
+ "output_name": "output"
+ },
+ "reference_source|ref_file": {
+ "id": 20,
+ "output_name": "out_file1"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "fastq_input"
+ },
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "reference_source"
+ }
+ ],
+ "label": "both map to reads",
+ "name": "Map with minimap2",
+ "outputs": [
+ {
+ "name": "alignment_output",
+ "type": "bam"
+ }
+ ],
+ "position": {
+ "left": 1130,
+ "top": 2320
+ },
+ "post_job_actions": {
+ "RenameDatasetActionalignment_output": {
+ "action_arguments": {
+ "newname": "bothmap"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "alignment_output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "5cc34c3f440d",
+ "name": "minimap2",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"alignment_options\": {\"splicing\": {\"splice_mode\": \"preset\", \"__current_case__\": 0}, \"A\": null, \"B\": null, \"O\": null, \"O2\": null, \"E\": null, \"E2\": null, \"z\": null, \"z2\": null, \"s\": null, \"no_end_flt\": true}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 0, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}, \"analysis_type_selector\": \"map-hifi\"}, \"indexing_options\": {\"H\": false, \"k\": null, \"w\": null, \"I\": null}, \"io_options\": {\"output_format\": \"BAM\", \"Q\": false, \"L\": false, \"K\": null, \"cs\": null, \"c\": false, \"eqx\": false, \"Y\": false}, \"mapping_options\": {\"N\": null, \"F\": null, \"f\": null, \"kmer_ocurrence_interval\": {\"interval\": \"\", \"__current_case__\": 1}, \"min_occ_floor\": null, \"q_occ_frac\": \"0.01\", \"g\": null, \"r\": null, \"n\": null, \"m\": null, \"max_chain_skip\": null, \"max_chain_iter\": null, \"X\": false, \"p\": null, \"mask_len\": null}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.28+galaxy0",
+ "type": "tool",
+ "uuid": "6d74f885-b12d-4ecc-8d98-40c34f1e3669",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "34": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1",
+ "errors": null,
+ "id": 34,
+ "input_connections": {
+ "input": {
+ "id": 22,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Compute",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 1130,
+ "top": 2720
+ },
+ "post_job_actions": {
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "hap2bed"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1",
+ "tool_shed_repository": {
+ "changeset_revision": "aff5135563c6",
+ "name": "column_maker",
+ "owner": "devteam",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"avoid_scientific_notation\": false, \"error_handling\": {\"auto_col_types\": true, \"fail_on_non_existent_columns\": true, \"non_computable\": {\"action\": \"--fail-on-non-computable\", \"__current_case__\": 0}}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"ops\": {\"header_lines_select\": \"no\", \"__current_case__\": 0, \"expressions\": [{\"__index__\": 0, \"cond\": \"0\", \"add_column\": {\"mode\": \"I\", \"__current_case__\": 1, \"pos\": \"2\"}}, {\"__index__\": 1, \"cond\": \"0\", \"add_column\": {\"mode\": \"\", \"__current_case__\": 0, \"pos\": \"\"}}]}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.1",
+ "type": "tool",
+ "uuid": "8db99b27-4ac1-42a8-92a6-6c999fc33820",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "35": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/galaxyp/filter_by_fasta_ids/filter_by_fasta_ids/2.3",
+ "errors": null,
+ "id": 35,
+ "input_connections": {
+ "header_criteria|identifiers": {
+ "id": 32,
+ "output_name": "out_file1"
+ },
+ "input": {
+ "id": 5,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Filter FASTA",
+ "name": "header_criteria"
+ }
+ ],
+ "label": "hap2 unique contigs fasta",
+ "name": "Filter FASTA",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "fasta"
+ }
+ ],
+ "position": {
+ "left": 1390,
+ "top": 770
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "hap2_unique.fa"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/galaxyp/filter_by_fasta_ids/filter_by_fasta_ids/2.3",
+ "tool_shed_repository": {
+ "changeset_revision": "dff7df6fcab5",
+ "name": "filter_by_fasta_ids",
+ "owner": "galaxyp",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dedup\": false, \"header_criteria\": {\"header_criteria_select\": \"id_list\", \"__current_case__\": 1, \"identifiers\": {\"__class__\": \"ConnectedValue\"}, \"id_regex\": {\"find\": \"beginning\", \"__current_case__\": 0}}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"output_discarded\": false, \"sequence_criteria\": {\"sequence_criteria_select\": \"\", \"__current_case__\": 0}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.3",
+ "type": "tool",
+ "uuid": "34816166-34fc-49e7-bad7-ae506a35064a",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "36": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_compare/deeptools_bam_compare/3.5.4+galaxy0",
+ "errors": null,
+ "id": 36,
+ "input_connections": {
+ "bamFile1": {
+ "id": 21,
+ "output_name": "alignment_output"
+ },
+ "bamFile2": {
+ "id": 33,
+ "output_name": "alignment_output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "bamCompare",
+ "outputs": [
+ {
+ "name": "outFileName",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 1470,
+ "top": 1900
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutFileName": {
+ "action_arguments": {
+ "newname": "H2map1_vs_both"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "outFileName"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_compare/deeptools_bam_compare/3.5.4+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "c929a006727f",
+ "name": "deeptools_bam_compare",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advancedOpt\": {\"showAdvancedOpt\": \"no\", \"__current_case__\": 0}, \"bamFile1\": {\"__class__\": \"ConnectedValue\"}, \"bamFile2\": {\"__class__\": \"ConnectedValue\"}, \"binSize\": \"50\", \"comparison\": {\"type\": \"reciprocal_ratio\", \"__current_case__\": 7, \"pseudocount\": \"1 1\"}, \"exactScaling\": false, \"outFileFormat\": \"bigwig\", \"region\": \"\", \"scaling\": {\"method\": \"None\", \"__current_case__\": 3, \"type\": \"\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.5.4+galaxy0",
+ "type": "tool",
+ "uuid": "ebf86d56-8912-4013-833a-a0b4c525d831",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "37": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_compare/deeptools_bam_compare/3.5.4+galaxy0",
+ "errors": null,
+ "id": 37,
+ "input_connections": {
+ "bamFile1": {
+ "id": 16,
+ "output_name": "alignment_output"
+ },
+ "bamFile2": {
+ "id": 33,
+ "output_name": "alignment_output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "bamCompare",
+ "outputs": [
+ {
+ "name": "outFileName",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 1470,
+ "top": 2120
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutFileName": {
+ "action_arguments": {
+ "newname": "H1map1_vs_both"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "outFileName"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_compare/deeptools_bam_compare/3.5.4+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "c929a006727f",
+ "name": "deeptools_bam_compare",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advancedOpt\": {\"showAdvancedOpt\": \"no\", \"__current_case__\": 0}, \"bamFile1\": {\"__class__\": \"ConnectedValue\"}, \"bamFile2\": {\"__class__\": \"ConnectedValue\"}, \"binSize\": \"50\", \"comparison\": {\"type\": \"reciprocal_ratio\", \"__current_case__\": 7, \"pseudocount\": \"1 1\"}, \"exactScaling\": false, \"outFileFormat\": \"bigwig\", \"region\": \"\", \"scaling\": {\"method\": \"None\", \"__current_case__\": 3, \"type\": \"\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.5.4+galaxy0",
+ "type": "tool",
+ "uuid": "7202e250-8565-4c99-a946-874e3d2fd88f",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "38": {
+ "annotation": "extract hap1",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/samtools_view/samtools_view/1.20+galaxy3",
+ "errors": null,
+ "id": 38,
+ "input_connections": {
+ "input": {
+ "id": 33,
+ "output_name": "alignment_output"
+ },
+ "mode|filter_config|cond_region|bedfile": {
+ "id": 27,
+ "output_name": "out_file1"
+ }
+ },
+ "inputs": [],
+ "label": "xtract hap1",
+ "name": "Samtools view",
+ "outputs": [
+ {
+ "name": "outputsam",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 1470,
+ "top": 2500
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutputsam": {
+ "action_arguments": {
+ "newname": "hap1_both"
+ },
+ "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\": \"bed\", \"__current_case__\": 2, \"bedfile\": {\"__class__\": \"ConnectedValue\"}}, \"cond_rg\": {\"select_rg\": \"no\", \"__current_case__\": 0}, \"cond_expr\": {\"select_expr\": \"no\", \"__current_case__\": 0}, \"quality\": null, \"library\": null, \"cigarcons\": null, \"inclusive_filter\": null, \"exclusive_filter\": null, \"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": "b5dffcc5-3147-4743-9a12-3ac557872ddd",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "39": {
+ "annotation": "extract hap1",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/samtools_view/samtools_view/1.20+galaxy3",
+ "errors": null,
+ "id": 39,
+ "input_connections": {
+ "input": {
+ "id": 33,
+ "output_name": "alignment_output"
+ },
+ "mode|filter_config|cond_region|bedfile": {
+ "id": 34,
+ "output_name": "out_file1"
+ }
+ },
+ "inputs": [],
+ "label": "xtract hap2",
+ "name": "Samtools view",
+ "outputs": [
+ {
+ "name": "outputsam",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 1470,
+ "top": 2720
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutputsam": {
+ "action_arguments": {
+ "newname": "hap2_both"
+ },
+ "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\": \"bed\", \"__current_case__\": 2, \"bedfile\": {\"__class__\": \"ConnectedValue\"}}, \"cond_rg\": {\"select_rg\": \"no\", \"__current_case__\": 0}, \"cond_expr\": {\"select_expr\": \"no\", \"__current_case__\": 0}, \"quality\": null, \"library\": null, \"cigarcons\": null, \"inclusive_filter\": null, \"exclusive_filter\": null, \"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": "8d61ff22-97c1-455d-800c-b7e5a62ed4b3",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "40": {
+ "annotation": "",
+ "content_id": "cat1",
+ "errors": null,
+ "id": 40,
+ "input_connections": {
+ "input1": {
+ "id": 4,
+ "output_name": "output"
+ },
+ "queries_0|input2": {
+ "id": 35,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "Add unique h2 to h1 for fake combined reference",
+ "name": "Concatenate datasets",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 850,
+ "top": 970
+ },
+ "post_job_actions": {
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "combined.fa"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "cat1",
+ "tool_state": "{\"input1\": {\"__class__\": \"ConnectedValue\"}, \"queries\": [{\"__index__\": 0, \"input2\": {\"__class__\": \"ConnectedValue\"}}], \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.0",
+ "type": "tool",
+ "uuid": "c7a90b92-34a8-4c77-8721-17316bcd15d1",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "41": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_coverage/deeptools_bam_coverage/3.5.4+galaxy0",
+ "errors": null,
+ "id": 41,
+ "input_connections": {
+ "bamInput": {
+ "id": 38,
+ "output_name": "outputsam"
+ }
+ },
+ "inputs": [],
+ "label": "hap1 coverage from both mapping",
+ "name": "bamCoverage",
+ "outputs": [
+ {
+ "name": "outFileName",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 1740,
+ "top": 2580
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutFileName": {
+ "action_arguments": {
+ "newname": "H1_mapboth"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "outFileName"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_coverage/deeptools_bam_coverage/3.5.4+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "0e49b109abc2",
+ "name": "deeptools_bam_coverage",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advancedOpt\": {\"showAdvancedOpt\": \"no\", \"__current_case__\": 0}, \"bamInput\": {\"__class__\": \"ConnectedValue\"}, \"binSize\": \"50\", \"exactScaling\": false, \"outFileFormat\": \"bigwig\", \"region\": \"\", \"scaling\": {\"type\": \"no\", \"__current_case__\": 3}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.5.4+galaxy0",
+ "type": "tool",
+ "uuid": "fb0ba340-d254-4d22-a13c-c7b8933dcf2b",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "42": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_coverage/deeptools_bam_coverage/3.5.4+galaxy0",
+ "errors": null,
+ "id": 42,
+ "input_connections": {
+ "bamInput": {
+ "id": 39,
+ "output_name": "outputsam"
+ }
+ },
+ "inputs": [],
+ "label": "hap2 coverage from both mapping",
+ "name": "bamCoverage",
+ "outputs": [
+ {
+ "name": "outFileName",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 1740,
+ "top": 2780
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutFileName": {
+ "action_arguments": {
+ "newname": "H2_mapboth"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "outFileName"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_coverage/deeptools_bam_coverage/3.5.4+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "0e49b109abc2",
+ "name": "deeptools_bam_coverage",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advancedOpt\": {\"showAdvancedOpt\": \"no\", \"__current_case__\": 0}, \"bamInput\": {\"__class__\": \"ConnectedValue\"}, \"binSize\": \"50\", \"exactScaling\": false, \"outFileFormat\": \"bigwig\", \"region\": \"\", \"scaling\": {\"type\": \"no\", \"__current_case__\": 3}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.5.4+galaxy0",
+ "type": "tool",
+ "uuid": "cf8f164f-2385-4bc9-a6ce-b004826e9c48",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "43": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/samtools_view/samtools_view/1.20+galaxy3",
+ "errors": null,
+ "id": 43,
+ "input_connections": {
+ "addref_cond|ref": {
+ "id": 40,
+ "output_name": "out_file1"
+ },
+ "input": {
+ "id": 23,
+ "output_name": "outputsam"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Samtools view",
+ "name": "addref_cond"
+ }
+ ],
+ "label": "Header to hap1",
+ "name": "Samtools view",
+ "outputs": [
+ {
+ "name": "outputsam",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 1140,
+ "top": 1260
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutputsam": {
+ "action_arguments": {
+ "newname": "H1_combheader"
+ },
+ "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\": \"history\", \"__current_case__\": 1, \"ref\": {\"__class__\": \"ConnectedValue\"}}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"mode\": {\"outtype\": \"all_reads\", \"__current_case__\": 0, \"output_options\": {\"reads_report_type\": \"retained\", \"__current_case__\": 0, \"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": "c15a39ea-7f80-4f7f-8d1d-018ee8d39a72",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "44": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/samtools_view/samtools_view/1.20+galaxy3",
+ "errors": null,
+ "id": 44,
+ "input_connections": {
+ "addref_cond|ref": {
+ "id": 40,
+ "output_name": "out_file1"
+ },
+ "input": {
+ "id": 25,
+ "output_name": "outputsam"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Samtools view",
+ "name": "addref_cond"
+ }
+ ],
+ "label": "header to hap2",
+ "name": "Samtools view",
+ "outputs": [
+ {
+ "name": "outputsam",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 1140,
+ "top": 1440
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutputsam": {
+ "action_arguments": {
+ "newname": "H2_combheader"
+ },
+ "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\": \"history\", \"__current_case__\": 1, \"ref\": {\"__class__\": \"ConnectedValue\"}}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"mode\": {\"outtype\": \"all_reads\", \"__current_case__\": 0, \"output_options\": {\"reads_report_type\": \"retained\", \"__current_case__\": 0, \"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": "3f49784c-f1dd-47c4-848e-df7096294f92",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "45": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_coverage/deeptools_bam_coverage/3.5.4+galaxy0",
+ "errors": null,
+ "id": 45,
+ "input_connections": {
+ "bamInput": {
+ "id": 43,
+ "output_name": "outputsam"
+ }
+ },
+ "inputs": [],
+ "label": "hap1alonecoverage",
+ "name": "bamCoverage",
+ "outputs": [
+ {
+ "name": "outFileName",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 1470,
+ "top": 1260
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutFileName": {
+ "action_arguments": {
+ "newname": "H1_map1"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "outFileName"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_coverage/deeptools_bam_coverage/3.5.4+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "0e49b109abc2",
+ "name": "deeptools_bam_coverage",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advancedOpt\": {\"showAdvancedOpt\": \"no\", \"__current_case__\": 0}, \"bamInput\": {\"__class__\": \"ConnectedValue\"}, \"binSize\": \"50\", \"exactScaling\": false, \"outFileFormat\": \"bigwig\", \"region\": \"\", \"scaling\": {\"type\": \"no\", \"__current_case__\": 3}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.5.4+galaxy0",
+ "type": "tool",
+ "uuid": "779869bf-de71-4c37-b038-22b09316967f",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "46": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_coverage/deeptools_bam_coverage/3.5.4+galaxy0",
+ "errors": null,
+ "id": 46,
+ "input_connections": {
+ "bamInput": {
+ "id": 44,
+ "output_name": "outputsam"
+ }
+ },
+ "inputs": [],
+ "label": "hap2alonecoverage",
+ "name": "bamCoverage",
+ "outputs": [
+ {
+ "name": "outFileName",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 1470,
+ "top": 1430
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutFileName": {
+ "action_arguments": {
+ "newname": "H2_map1"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "outFileName"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_coverage/deeptools_bam_coverage/3.5.4+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "0e49b109abc2",
+ "name": "deeptools_bam_coverage",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advancedOpt\": {\"showAdvancedOpt\": \"no\", \"__current_case__\": 0}, \"bamInput\": {\"__class__\": \"ConnectedValue\"}, \"binSize\": \"50\", \"exactScaling\": false, \"outFileFormat\": \"bigwig\", \"region\": \"\", \"scaling\": {\"type\": \"no\", \"__current_case__\": 3}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.5.4+galaxy0",
+ "type": "tool",
+ "uuid": "e9ce5770-3ea2-4746-8210-4a26f723b564",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "47": {
+ "annotation": "Mapper had only one or other haplotype to consider at a time. No \"decoy\" to remove the other haplotype's reads - has what looks like the expected symmetry to it.",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_compare/deeptools_bam_compare/3.5.4+galaxy0",
+ "errors": null,
+ "id": 47,
+ "input_connections": {
+ "bamFile1": {
+ "id": 43,
+ "output_name": "outputsam"
+ },
+ "bamFile2": {
+ "id": 44,
+ "output_name": "outputsam"
+ }
+ },
+ "inputs": [],
+ "label": "fold change for independent all reads coverage",
+ "name": "bamCompare",
+ "outputs": [
+ {
+ "name": "outFileName",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 1760,
+ "top": 1340
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutFileName": {
+ "action_arguments": {
+ "newname": "H2_vs_H1_map1"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "outFileName"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_compare/deeptools_bam_compare/3.5.4+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "c929a006727f",
+ "name": "deeptools_bam_compare",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advancedOpt\": {\"showAdvancedOpt\": \"no\", \"__current_case__\": 0}, \"bamFile1\": {\"__class__\": \"ConnectedValue\"}, \"bamFile2\": {\"__class__\": \"ConnectedValue\"}, \"binSize\": \"50\", \"comparison\": {\"type\": \"reciprocal_ratio\", \"__current_case__\": 7, \"pseudocount\": \"1 1\"}, \"exactScaling\": false, \"outFileFormat\": \"bigwig\", \"region\": \"\", \"scaling\": {\"method\": \"None\", \"__current_case__\": 3, \"type\": \"\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.5.4+galaxy0",
+ "type": "tool",
+ "uuid": "332415e7-6d27-4017-a5a5-7959c6884708",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "48": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/fubar/jbrowse2/jbrowse2/2.15.4+galaxy2",
+ "errors": null,
+ "id": 48,
+ "input_connections": {
+ "assemblies_0|reference_genome|genome": {
+ "id": 40,
+ "output_name": "out_file1"
+ },
+ "assemblies_0|track_groups_0|data_tracks_0|data_format|useuri|annotation": {
+ "id": 15,
+ "output_name": "AT_Hi"
+ },
+ "assemblies_0|track_groups_0|data_tracks_1|data_format|useuri|annotation": {
+ "id": 15,
+ "output_name": "GC_Hi"
+ },
+ "assemblies_0|track_groups_0|data_tracks_2|data_format|useuri|annotation": {
+ "id": 15,
+ "output_name": "GA_Hi"
+ },
+ "assemblies_0|track_groups_0|data_tracks_3|data_format|useuri|annotation": {
+ "id": 15,
+ "output_name": "TC_Hi"
+ },
+ "assemblies_0|track_groups_1|data_tracks_0|data_format|useuri|annotation": {
+ "id": 45,
+ "output_name": "outFileName"
+ },
+ "assemblies_0|track_groups_1|data_tracks_1|data_format|useuri|annotation": {
+ "id": 46,
+ "output_name": "outFileName"
+ },
+ "assemblies_0|track_groups_1|data_tracks_2|data_format|useuri|annotation": {
+ "id": 47,
+ "output_name": "outFileName"
+ },
+ "assemblies_0|track_groups_1|data_tracks_3|data_format|useuri|annotation": {
+ "id": 24,
+ "output_name": "output"
+ },
+ "assemblies_0|track_groups_1|data_tracks_4|data_format|useuri|annotation": {
+ "id": 26,
+ "output_name": "output"
+ },
+ "assemblies_0|track_groups_2|data_tracks_0|data_format|useuri|annotation": {
+ "id": 18,
+ "output_name": "AT_Hi"
+ },
+ "assemblies_0|track_groups_2|data_tracks_1|data_format|useuri|annotation": {
+ "id": 18,
+ "output_name": "GC_Hi"
+ },
+ "assemblies_0|track_groups_2|data_tracks_2|data_format|useuri|annotation": {
+ "id": 18,
+ "output_name": "GA_Hi"
+ },
+ "assemblies_0|track_groups_2|data_tracks_3|data_format|useuri|annotation": {
+ "id": 18,
+ "output_name": "TC_Hi"
+ },
+ "assemblies_0|track_groups_3|data_tracks_0|data_format|useuri|annotation": {
+ "id": 18,
+ "output_name": "AT"
+ },
+ "assemblies_0|track_groups_3|data_tracks_1|data_format|useuri|annotation": {
+ "id": 18,
+ "output_name": "GC"
+ },
+ "assemblies_0|track_groups_3|data_tracks_2|data_format|useuri|annotation": {
+ "id": 18,
+ "output_name": "GA"
+ },
+ "assemblies_0|track_groups_3|data_tracks_3|data_format|useuri|annotation": {
+ "id": 18,
+ "output_name": "TC"
+ },
+ "assemblies_0|track_groups_4|data_tracks_0|data_format|useuri|annotation": {
+ "id": 15,
+ "output_name": "AT"
+ },
+ "assemblies_0|track_groups_4|data_tracks_1|data_format|useuri|annotation": {
+ "id": 15,
+ "output_name": "GC"
+ },
+ "assemblies_0|track_groups_4|data_tracks_2|data_format|useuri|annotation": {
+ "id": 15,
+ "output_name": "GA"
+ },
+ "assemblies_0|track_groups_4|data_tracks_3|data_format|useuri|annotation": {
+ "id": 15,
+ "output_name": "TC"
+ },
+ "assemblies_0|track_groups_5|data_tracks_0|data_format|useuri|annotation": {
+ "id": 28,
+ "output_name": "outFileName"
+ },
+ "assemblies_0|track_groups_5|data_tracks_1|data_format|useuri|annotation": {
+ "id": 29,
+ "output_name": "outFileName"
+ },
+ "assemblies_0|track_groups_5|data_tracks_2|data_format|useuri|annotation": {
+ "id": 30,
+ "output_name": "outFileName"
+ },
+ "assemblies_0|track_groups_5|data_tracks_3|data_format|useuri|annotation": {
+ "id": 31,
+ "output_name": "outFileName"
+ },
+ "assemblies_1|reference_genome|genome": {
+ "id": 20,
+ "output_name": "out_file1"
+ },
+ "assemblies_1|track_groups_0|data_tracks_0|data_format|useuri|annotation": {
+ "id": 37,
+ "output_name": "outFileName"
+ },
+ "assemblies_1|track_groups_0|data_tracks_1|data_format|useuri|annotation": {
+ "id": 36,
+ "output_name": "outFileName"
+ },
+ "assemblies_1|track_groups_0|data_tracks_2|data_format|useuri|annotation": {
+ "id": 41,
+ "output_name": "outFileName"
+ },
+ "assemblies_1|track_groups_0|data_tracks_3|data_format|useuri|annotation": {
+ "id": 42,
+ "output_name": "outFileName"
+ },
+ "jbgen|session_name": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool JBrowse2",
+ "name": "jbgen"
+ }
+ ],
+ "label": "Dimer outliers, SV and coverage differences",
+ "name": "JBrowse2",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "html"
+ }
+ ],
+ "position": {
+ "left": 2440,
+ "top": 20
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "${sessionName}_JBrowse2"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/fubar/jbrowse2/jbrowse2/2.15.4+galaxy2",
+ "tool_shed_repository": {
+ "changeset_revision": "d08080933718",
+ "name": "jbrowse2",
+ "owner": "fubar",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"assemblies\": [{\"__index__\": 0, \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"genome\": {\"__class__\": \"RuntimeValue\"}}, \"track_groups\": [{\"__index__\": 0, \"category\": \"Hap 1 Dimer density outliers\", \"data_tracks\": [{\"__index__\": 0, \"data_format\": {\"data_format_select\": \"bed\", \"__current_case__\": 4, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": true}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 1, \"data_format\": {\"data_format_select\": \"bed\", \"__current_case__\": 4, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": true}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 2, \"data_format\": {\"data_format_select\": \"bed\", \"__current_case__\": 4, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": true}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 3, \"data_format\": {\"data_format_select\": \"bed\", \"__current_case__\": 4, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": true}, \"track_visibility\": \"default_off\"}}]}, {\"__index__\": 1, \"category\": \"H2, H1 SV, solo coverage and fold\", \"data_tracks\": [{\"__index__\": 0, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 1, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 2, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 3, \"data_format\": {\"data_format_select\": \"vcf\", \"__current_case__\": 1, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"track_style\": {\"display\": \"LinearVariantDisplay\", \"__current_case__\": 0, \"show_labels\": false, \"show_descriptions\": false, \"display_mode\": \"normal\", \"max_height\": \"600\"}}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 4, \"data_format\": {\"data_format_select\": \"vcf\", \"__current_case__\": 1, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"track_style\": {\"display\": \"LinearVariantDisplay\", \"__current_case__\": 0, \"show_labels\": false, \"show_descriptions\": false, \"display_mode\": \"normal\", \"max_height\": \"600\"}}, \"track_visibility\": \"default_off\"}}]}, {\"__index__\": 2, \"category\": \"Hap 2 Dimer density outliers\", \"data_tracks\": [{\"__index__\": 0, \"data_format\": {\"data_format_select\": \"bed\", \"__current_case__\": 4, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": false}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 1, \"data_format\": {\"data_format_select\": \"bed\", \"__current_case__\": 4, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": false}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 2, \"data_format\": {\"data_format_select\": \"bed\", \"__current_case__\": 4, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": false}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 3, \"data_format\": {\"data_format_select\": \"bed\", \"__current_case__\": 4, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": false}, \"track_visibility\": \"default_off\"}}]}, {\"__index__\": 3, \"category\": \"Hap 2 dimers\", \"data_tracks\": [{\"__index__\": 0, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_off\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 1, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_off\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 2, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_off\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 3, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_off\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}]}, {\"__index__\": 4, \"category\": \"H1 dimers\", \"data_tracks\": [{\"__index__\": 0, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 1, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 2, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 3, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}]}, {\"__index__\": 5, \"category\": \"Dimer density fold change h2/h1\", \"data_tracks\": [{\"__index__\": 0, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 1, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 2, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 3, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}]}]}, {\"__index__\": 1, \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"genome\": {\"__class__\": \"RuntimeValue\"}}, \"track_groups\": [{\"__index__\": 0, \"category\": \"Coverage both haps mapped together\", \"data_tracks\": [{\"__index__\": 0, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 1, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 2, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 3, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}]}]}], \"jbgen\": {\"ucol\": {\"formcoll\": \"form\", \"__current_case__\": 1}, \"zipOut\": false, \"defaultLocation\": \"\", \"session_name\": {\"__class__\": \"ConnectedValue\"}, \"bpPerPx\": \"100\", \"enableAnalytics\": false, \"primary_color\": \"#0d233f\", \"secondary_color\": \"#721e63\", \"tertiary_color\": \"#135560\", \"quaternary_color\": \"#ffb11d\", \"font_size\": \"10\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.15.4+galaxy2",
+ "type": "tool",
+ "uuid": "2eab1e49-7f35-4573-bfbb-1e6183d2f5d5",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "Jbrowse2",
+ "output_name": "output",
+ "uuid": "083d1a67-bc7f-4173-9cc2-d65d0a0ab887"
+ }
+ ]
+ }
+ },
+ "tags": [],
+ "uuid": "0ef5e7dc-4d04-4972-ab61-0efe89fa4658",
+ "version": 0
+}
\ No newline at end of file
diff --git a/workflows/VGP-assembly-v2/Curation-TreeValGal/TreeValGal_TwoHaps.ga b/workflows/VGP-assembly-v2/Curation-TreeValGal/TreeValGal_TwoHaps.ga
new file mode 100644
index 000000000..6fb06b38d
--- /dev/null
+++ b/workflows/VGP-assembly-v2/Curation-TreeValGal/TreeValGal_TwoHaps.ga
@@ -0,0 +1,7459 @@
+{
+ "a_galaxy_workflow": "true",
+ "annotation": "Version of TreeValGal that always requires 2 haplotypes as input. One is displayed by default. Comparisons are easy because the other one's tracks are on the menu.\nTakes a collection of closely related species.\nThat part needs the fasta name attached to the contig names for PAF references because JBrowse2 cannot tell which PAF reference a hit in the second of the pair of matches came from :(",
+ "comments": [
+ {
+ "color": "black",
+ "data": {
+ "text": "# Some random notes:\n\nUses Delphine's method for optional inputs.\n\nThe second JBrowse2 is a copy of the first but with the advanced option to write as a zip. \nTo update, only edit the first one. When done, copy it, set the output zip advanced option, then set the label and output name of the copy to include zip\n\nMashmap reference uses repeatmasker masked sequence to filter noise from low complexity element matches, and \"orthologous\" mapping for both haplotypes and related species. Not sure what's optimal. Advice appeciated\n\nJBrowse tracks can be off in the default view to make things less overwhelming. Need to open the track menu to see them. The independent haplotype paf tracks are hidden by default for example\n\nThe output reports on an assembly, optionally mat/pat haplotypes if contig names do not overlap - rubbish will be displayed if they do. With some pacbio reads, the main tracks can be produced. The annotation tracks require human choices for external genes and proteins, and comparison species for pafs.\n\nMashmap paf tracks are prepared for two comparison species references, and for an independent haplotype or refererence genome.\n\n\n# Choosing inputs for mashmap pafs:\n\n\nmashmap settings varied here are % identity and match length to cover a range since the evolutionary distances depend on the curator's choice of comparison organisms for some of them.\n\nAt this point, \"tuning\" for dotplots has aimed for a \"reasonable\" number of paf rows. Too many gets slow and dark. Too few and the patterns might be too faint to see clearly or when zoomed.\n\nNeed curator eyeballs and feedback for that.\n\nTwo different mashmap uses - for the selected related species sequence similarity patterns, and for independent haplotype or reference, if available\n\nThe 2 optional related species sequence similarity will depend on evolutionary distance. Discernable diagonal segments of mashmap hits become less likely - although they are seen with close relatives. \n\nThere are two mashmaps to give some spread but more could be added. Nice thing about TreeValGal workflow is that adding tracks is not at all difficult. Adding a wider range of parameters makes sense - particularly once the curators start looking at what they are getting?\n\nNeed to use the track menu for the main reference vs external reference/haplotype tracks - off by default.\n\nAgain there's a spread of 3 mashmap settings to get different numbers of hits - 20-40k seems to be a sweet spot for plots - more gets slower and clumsy but could be important if high resolution needed.\n\n# Annotation Fasta inputs:\n\nCurrently has 4 optional NCBI annotation tracks fasta - genes, cds, rna and one with the proteins - these are mapped with a specialised AA to nucleotide mapper so must be encoded as amino acids. Can be obtained with the appropriate species NCBI taxonId, as the taxon in the Galaxy NCBI gene annotation download tool.\n\n"
+ },
+ "id": 2,
+ "position": [
+ 0,
+ 1860
+ ],
+ "size": [
+ 1200,
+ 740
+ ],
+ "type": "markdown"
+ },
+ {
+ "child_steps": [
+ 23,
+ 24,
+ 27,
+ 28,
+ 29,
+ 21,
+ 22,
+ 26
+ ],
+ "color": "black",
+ "data": {
+ "title": "Basic reporting - repeats, telomeres, coverage and gaps"
+ },
+ "id": 0,
+ "position": [
+ 290,
+ 0
+ ],
+ "size": [
+ 1920,
+ 1060
+ ],
+ "type": "frame"
+ },
+ {
+ "child_steps": [
+ 30,
+ 16,
+ 14,
+ 15,
+ 17,
+ 13,
+ 12,
+ 11,
+ 18
+ ],
+ "color": "turquoise",
+ "data": {
+ "title": "Annotation fasta inputs"
+ },
+ "id": 1,
+ "position": [
+ 1280,
+ 1100
+ ],
+ "size": [
+ 950,
+ 900
+ ],
+ "type": "frame"
+ },
+ {
+ "child_steps": [
+ 25,
+ 19,
+ 20
+ ],
+ "color": "red",
+ "data": {
+ "title": "Mashmap paf tracks subworkflow"
+ },
+ "id": 3,
+ "position": [
+ 1280,
+ 2100
+ ],
+ "size": [
+ 960,
+ 1020
+ ],
+ "type": "frame"
+ }
+ ],
+ "creator": [
+ {
+ "class": "Person",
+ "identifier": "",
+ "name": "Ross Lazarus"
+ },
+ {
+ "class": "Person",
+ "identifier": "anna.syme@gmail.com",
+ "name": "Anna Syme"
+ },
+ {
+ "class": "Person",
+ "identifier": "nadibraj@gmail.com",
+ "name": "Nadolina Brajuka"
+ },
+ {
+ "class": "Person",
+ "identifier": "lariviere.delphine@gmail.com",
+ "name": "Delphine Lariviere"
+ }
+ ],
+ "format-version": "0.1",
+ "license": "MIT",
+ "name": "TreeValGalAugTwoHaps",
+ "report": {
+ "markdown": "\n# Workflow Execution Report\n\n## Workflow Inputs\n```galaxy\ninvocation_inputs()\n```\n\n## Workflow Outputs\n```galaxy\ninvocation_outputs()\n```\n\n## Workflow\n```galaxy\nworkflow_display()\n```\n"
+ },
+ "steps": {
+ "0": {
+ "annotation": "For coverage. MUST be fastqsanger. Autodetect uploads return fastq unfortunately although Sanger has been more or less universal for 15 years so manual adjustment may be needed. ",
+ "content_id": null,
+ "errors": null,
+ "id": 0,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "For coverage. MUST be fastqsanger. Autodetect uploads return fastq unfortunately although Sanger has been more or less universal for 15 years so manual adjustment may be needed. ",
+ "name": "fastqsanger pacbio sequence reads for coverage bigwig track"
+ }
+ ],
+ "label": "fastqsanger pacbio sequence reads for coverage bigwig track",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 40,
+ "top": 260
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "0e1b8776-4c7b-46fa-adbd-5cdb50f24e41",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "1": {
+ "annotation": "This will be the sequence, divided into individual fasta contigs, on which tracks are arranged and displayed.",
+ "content_id": null,
+ "errors": null,
+ "id": 1,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "This will be the sequence, divided into individual fasta contigs, on which tracks are arranged and displayed.",
+ "name": "Haplotype1 same names"
+ }
+ ],
+ "label": "Haplotype1 same names",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 40,
+ "top": 400
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "42643151-c155-4745-96d5-e39a0eef1937",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "2": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 2,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "hap1name"
+ }
+ ],
+ "label": "hap1name",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 40,
+ "top": 520
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": \"H1\", \"parameter_type\": \"text\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "6eb84f2d-8c87-4676-9b78-f58537360f7e",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "1c1997b5-044d-48f5-bd97-c36af9a41e09"
+ }
+ ]
+ },
+ "3": {
+ "annotation": "This will be the sequence, divided into individual fasta contigs, on which tracks are arranged and displayed.",
+ "content_id": null,
+ "errors": null,
+ "id": 3,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "This will be the sequence, divided into individual fasta contigs, on which tracks are arranged and displayed.",
+ "name": "Haplotype2 same names"
+ }
+ ],
+ "label": "Haplotype2 same names",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 40,
+ "top": 620
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "078c7cdf-af94-4aaf-ba96-a380d0237972",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "4": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 4,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "hap2name"
+ }
+ ],
+ "label": "hap2name",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 40,
+ "top": 740
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": \"H2\", \"parameter_type\": \"text\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "37d30f59-320f-47ce-a01c-1117278237dc",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "1b323fb0-1b55-463a-9939-d27f617d090f"
+ }
+ ]
+ },
+ "5": {
+ "annotation": "TTAGGG or CCCTAA for the treeval test data or for vertebrates seems to work. This uses seqtk-telo and seems to give plausible results with the appropriate repeat element for vertebrates....",
+ "content_id": null,
+ "errors": null,
+ "id": 5,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "TTAGGG or CCCTAA for the treeval test data or for vertebrates seems to work. This uses seqtk-telo and seems to give plausible results with the appropriate repeat element for vertebrates....",
+ "name": "telomere repeat to suit species."
+ }
+ ],
+ "label": "telomere repeat to suit species.",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 40,
+ "top": 820
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": \"CCCTAA\", \"parameter_type\": \"text\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "b0b01da5-5496-4add-8a95-df47e5d1e668",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "5d328a8d-d60f-41c8-8a59-529780dfadf4"
+ }
+ ]
+ },
+ "6": {
+ "annotation": "dfam is problematic. Aves works for birds! That's why there's also a model free one - windowmasker - for comparison.",
+ "content_id": null,
+ "errors": null,
+ "id": 6,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "dfam is problematic. Aves works for birds! That's why there's also a model free one - windowmasker - for comparison.",
+ "name": "dfam taxon for repeatmasker"
+ }
+ ],
+ "label": "dfam taxon for repeatmasker",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 40,
+ "top": 920
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": \"vertebrates\", \"parameter_type\": \"text\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "4457985f-a3a4-46ad-90fb-0696944dfbd7",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "9956b5ad-ed59-484a-98fd-3706ccfc0355"
+ }
+ ]
+ },
+ "7": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 7,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "dfam taxon 2"
+ }
+ ],
+ "label": "dfam taxon 2",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 40,
+ "top": 1040
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": \"human\", \"parameter_type\": \"text\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "f56770bc-f854-40e7-9c84-e2e588367532",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "0389a54d-365c-4f85-99e5-d2e27072d676"
+ }
+ ]
+ },
+ "8": {
+ "annotation": "The wiggles are all smoothed by measuring over a window with default of 50 bases. Unsmoothed, the wiggles are more useful over small distances, but zoomed out, they become clumped so are not shown.",
+ "content_id": null,
+ "errors": null,
+ "id": 8,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "The wiggles are all smoothed by measuring over a window with default of 50 bases. Unsmoothed, the wiggles are more useful over small distances, but zoomed out, they become clumped so are not shown.",
+ "name": "Window size for bed to bigwig - 50 default."
+ }
+ ],
+ "label": "Window size for bed to bigwig - 50 default.",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 40,
+ "top": 1160
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": 50, \"parameter_type\": \"integer\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "f132b5ae-6d16-4e6d-9e15-eeee01eb2cdf",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "dff8b7df-1b1a-4269-b459-007bdfec4585"
+ }
+ ]
+ },
+ "9": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 9,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "jbrowse session string - organism is useful"
+ }
+ ],
+ "label": "jbrowse session string - organism is useful",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 40,
+ "top": 1280
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": \"TreeValGal\", \"parameter_type\": \"text\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "59194960-c582-4d1a-8ec7-c3a9b256de0c",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "7ea39b57-9de2-4418-bdc1-7af1f4ed9604"
+ }
+ ]
+ },
+ "10": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 10,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "run repeatmasker? currently broken"
+ }
+ ],
+ "label": "run repeatmasker? currently broken",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 40,
+ "top": 1400
+ },
+ "tool_id": null,
+ "tool_state": "{\"parameter_type\": \"boolean\", \"optional\": false}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "fe1dcfd5-c600-479f-8c48-93018260a422",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "a01d7a75-e6a6-446b-9415-00dc7bb0a99d"
+ }
+ ]
+ },
+ "11": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 11,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Will you provide a CDS fasta for annotation?"
+ }
+ ],
+ "label": "Will you provide a CDS fasta for annotation?",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 1330,
+ "top": 1150
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": false, \"parameter_type\": \"boolean\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "93cb838f-b560-4cc9-8ab0-c08c13e593ca",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "f7f8b1e6-4e51-4554-a037-4bfc822b20f9"
+ }
+ ]
+ },
+ "12": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 12,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "CDS fasta input"
+ }
+ ],
+ "label": "CDS fasta input",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 1330,
+ "top": 1249.9999999999998
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": true, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "0d76db4d-d56b-4b16-b346-7be3c61d680c",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "13": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 13,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Will you supply a genes fasta for annotation?"
+ }
+ ],
+ "label": "Will you supply a genes fasta for annotation?",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 1330,
+ "top": 1349.9999999999998
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": false, \"parameter_type\": \"boolean\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "68c531d5-9c77-42bb-ac81-c72e16c2e2f1",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "1b2af3d7-6d1e-4d93-a508-0f15feb8c86b"
+ }
+ ]
+ },
+ "14": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 14,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "genes fasta input"
+ }
+ ],
+ "label": "genes fasta input",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 1330,
+ "top": 1449.9999999999998
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": true, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "c49b8d3b-5f41-45f3-8915-68c42ec9a2bb",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "15": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 15,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Will you provide an rna fasta for annotation?"
+ }
+ ],
+ "label": "Will you provide an rna fasta for annotation?",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 1330,
+ "top": 1549.9999999999998
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": false, \"parameter_type\": \"boolean\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "4c028995-4b72-4d43-a43b-f373726d6513",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "e376418c-e4b2-4a83-b1b8-1749bde4a6b3"
+ }
+ ]
+ },
+ "16": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 16,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "rna fasta input"
+ }
+ ],
+ "label": "rna fasta input",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 1330,
+ "top": 1650
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": true, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "e2696dc1-4fc3-47a4-aaf5-3b552954f069",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "17": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 17,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Will you provide a protein (AA) fasta for annotation?"
+ }
+ ],
+ "label": "Will you provide a protein (AA) fasta for annotation?",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 1330,
+ "top": 1800
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": false, \"parameter_type\": \"boolean\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "ae50431b-30d0-471f-9775-615d7e899217",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "b7734491-831e-4e9c-a093-44b18518b8f7"
+ }
+ ]
+ },
+ "18": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 18,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "AA fasta input"
+ }
+ ],
+ "label": "AA fasta input",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 1330,
+ "top": 1900.40625
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": true, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "ace84fb8-7685-409b-ba45-80f3fc52fa4a",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "19": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 19,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Will you provide a collection of related species for sequence similarity mapping?"
+ }
+ ],
+ "label": "Will you provide a collection of related species for sequence similarity mapping?",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 1320.0472156932674,
+ "top": 2431.9353999995774
+ },
+ "tool_id": null,
+ "tool_state": "{\"parameter_type\": \"boolean\", \"optional\": false}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "2e68dc31-c00b-43b7-8bf6-5e00c0535656",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "cca5c159-a05d-4b94-904f-60e0f8f96e48"
+ }
+ ]
+ },
+ "20": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 20,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Collection of related species"
+ }
+ ],
+ "label": "Collection of related species",
+ "name": "Input dataset collection",
+ "outputs": [],
+ "position": {
+ "left": 1320,
+ "top": 2600
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": true, \"format\": [\"fasta\"], \"tag\": null, \"collection_type\": \"list\"}",
+ "tool_version": null,
+ "type": "data_collection_input",
+ "uuid": "7874e109-0a3c-431c-8cee-97d69351f73e",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "21": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/fasta_compute_length/fasta_compute_length/1.0.3",
+ "errors": null,
+ "id": 21,
+ "input_connections": {
+ "ref|input": {
+ "id": 1,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Compute sequence length",
+ "name": "ref"
+ }
+ ],
+ "label": "h1len",
+ "name": "Compute sequence length",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 330,
+ "top": 40
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/fasta_compute_length/fasta_compute_length/1.0.3",
+ "tool_shed_repository": {
+ "changeset_revision": "7d37cfda8e00",
+ "name": "fasta_compute_length",
+ "owner": "devteam",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"ref\": {\"ref_source\": \"history\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}, \"keep_first\": \"0\", \"keep_first_word\": false}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.3",
+ "type": "tool",
+ "uuid": "06e8aac9-7aa7-4a14-8c3a-032610b9541c",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "22": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/fasta_compute_length/fasta_compute_length/1.0.3",
+ "errors": null,
+ "id": 22,
+ "input_connections": {
+ "ref|input": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Compute sequence length",
+ "name": "ref"
+ }
+ ],
+ "label": "h2en",
+ "name": "Compute sequence length",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 330,
+ "top": 240
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/fasta_compute_length/fasta_compute_length/1.0.3",
+ "tool_shed_repository": {
+ "changeset_revision": "7d37cfda8e00",
+ "name": "fasta_compute_length",
+ "owner": "devteam",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"ref\": {\"ref_source\": \"history\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}, \"keep_first\": \"0\", \"keep_first_word\": false}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.3",
+ "type": "tool",
+ "uuid": "65b27d0f-9a97-41b0-ae1e-cc3d90007ec0",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "23": {
+ "annotation": "",
+ "id": 23,
+ "input_connections": {
+ "Haplotype": {
+ "id": 1,
+ "input_subworkflow_step_id": 0,
+ "output_name": "output"
+ },
+ "Run repeatmasker? Currently broken": {
+ "id": 10,
+ "input_subworkflow_step_id": 4,
+ "output_name": "output"
+ },
+ "Window size for bed to bigwig - 50 default.": {
+ "id": 8,
+ "input_subworkflow_step_id": 2,
+ "output_name": "output"
+ },
+ "dfam taxon for repeatmasker": {
+ "id": 7,
+ "input_subworkflow_step_id": 5,
+ "output_name": "output"
+ },
+ "fastqsanger pacbio sequence reads for coverage bigwig track": {
+ "id": 0,
+ "input_subworkflow_step_id": 6,
+ "output_name": "output"
+ },
+ "hapname": {
+ "id": 2,
+ "input_subworkflow_step_id": 1,
+ "output_name": "output"
+ },
+ "telomere repeat to suit species.": {
+ "id": 5,
+ "input_subworkflow_step_id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "",
+ "name": "hap1 basics"
+ }
+ ],
+ "label": "hap1 basics",
+ "name": "TreeValGalBaseOneHaplotype",
+ "outputs": [],
+ "position": {
+ "left": 900,
+ "top": 300
+ },
+ "subworkflow": {
+ "a_galaxy_workflow": "true",
+ "annotation": "",
+ "comments": [],
+ "creator": [
+ {
+ "class": "Person",
+ "identifier": "",
+ "name": "Ross Lazarus"
+ },
+ {
+ "class": "Person",
+ "identifier": "anna.syme@gmail.com",
+ "name": "Anna Syme"
+ },
+ {
+ "class": "Person",
+ "identifier": "nadibraj@gmail.com",
+ "name": "Nadolina Brajuka"
+ },
+ {
+ "class": "Person",
+ "identifier": "lariviere.delphine@gmail.com",
+ "name": "Delphine Lariviere"
+ }
+ ],
+ "format-version": "0.1",
+ "license": "MIT",
+ "name": "TreeValGalBaseOneHaplotype",
+ "report": {
+ "markdown": "\n# Workflow Execution Report\n\n## Workflow Inputs\n```galaxy\ninvocation_inputs()\n```\n\n## Workflow Outputs\n```galaxy\ninvocation_outputs()\n```\n\n## Workflow\n```galaxy\nworkflow_display()\n```\n"
+ },
+ "steps": {
+ "0": {
+ "annotation": "Expects two of these with same contig names to be run",
+ "content_id": null,
+ "errors": null,
+ "id": 0,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "Expects two of these with same contig names to be run",
+ "name": "Haplotype"
+ }
+ ],
+ "label": "Haplotype",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 2,
+ "top": 287
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "34cc6b5f-06ee-4b72-b854-be48855200a6",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "1": {
+ "annotation": "Rename as prefix for jbrowse2 track filenames. These must be short!",
+ "content_id": null,
+ "errors": null,
+ "id": 1,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "Rename as prefix for jbrowse2 track filenames. These must be short!",
+ "name": "hapname"
+ }
+ ],
+ "label": "hapname",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 368
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": \"H1\", \"parameter_type\": \"text\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "703a832b-49ae-4ae6-958c-8462158d4159",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "f845c98d-08c8-4895-8c02-17c54037b3d6"
+ }
+ ]
+ },
+ "2": {
+ "annotation": "The wiggles are all smoothed by measuring over a window with default of 50 bases. Unsmoothed, the wiggles are more useful over small distances, but zoomed out, they become clumped so are not shown.",
+ "content_id": null,
+ "errors": null,
+ "id": 2,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "The wiggles are all smoothed by measuring over a window with default of 50 bases. Unsmoothed, the wiggles are more useful over small distances, but zoomed out, they become clumped so are not shown.",
+ "name": "Window size for bed to bigwig - 50 default."
+ }
+ ],
+ "label": "Window size for bed to bigwig - 50 default.",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 470
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": 50, \"parameter_type\": \"integer\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "a6db9abb-a2c9-4d38-bdd9-189576533852",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "a920b893-6afc-4403-91cf-f9986ed53f23"
+ }
+ ]
+ },
+ "3": {
+ "annotation": "CCCTAA for the treeval test data or for vertebrates seems to work. This uses seqtk-telo and seems to give plausible results with the appropriate repeat element for vertebrates....",
+ "content_id": null,
+ "errors": null,
+ "id": 3,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "CCCTAA for the treeval test data or for vertebrates seems to work. This uses seqtk-telo and seems to give plausible results with the appropriate repeat element for vertebrates....",
+ "name": "telomere repeat to suit species."
+ }
+ ],
+ "label": "telomere repeat to suit species.",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 2,
+ "top": 590
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": \"CCCTAA\", \"parameter_type\": \"text\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "30e2673d-2799-4304-9ad3-220ea31226d8",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "e5f070ea-2e69-40c7-bbf9-184944868046"
+ }
+ ]
+ },
+ "4": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 4,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Run repeatmasker? Currently broken"
+ }
+ ],
+ "label": "Run repeatmasker? Currently broken",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 690
+ },
+ "tool_id": null,
+ "tool_state": "{\"parameter_type\": \"boolean\", \"optional\": false}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "5ec9b239-ee02-462c-9bde-6431a33f6a40",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "04ea9c41-984f-45e4-b839-28fd97e35630"
+ }
+ ]
+ },
+ "5": {
+ "annotation": "dfam is problematic. Aves works for birds! That's why there's also a model free one - windowmasker - for comparison.",
+ "content_id": null,
+ "errors": null,
+ "id": 5,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "dfam is problematic. Aves works for birds! That's why there's also a model free one - windowmasker - for comparison.",
+ "name": "dfam taxon for repeatmasker"
+ }
+ ],
+ "label": "dfam taxon for repeatmasker",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 800
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": \"vertebrates\", \"parameter_type\": \"text\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "1c088391-dded-4dd7-ab6a-4aab95a77f75",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "5566d776-ef75-4805-b95d-2ae0f8144eab"
+ }
+ ]
+ },
+ "6": {
+ "annotation": "For coverage. MUST be fastqsanger. Autodetect uploads return fastq unfortunately although Sanger has been more or less universal for 15 years so manual adjustment may be needed. ",
+ "content_id": null,
+ "errors": null,
+ "id": 6,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "For coverage. MUST be fastqsanger. Autodetect uploads return fastq unfortunately although Sanger has been more or less universal for 15 years so manual adjustment may be needed. ",
+ "name": "fastqsanger pacbio sequence reads for coverage bigwig track"
+ }
+ ],
+ "label": "fastqsanger pacbio sequence reads for coverage bigwig track",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 2,
+ "top": 1175
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "b092dd24-a075-4639-944c-086ae5101a6d",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "7": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/windowmasker/windowmasker_mkcounts/1.0",
+ "errors": null,
+ "id": 7,
+ "input_connections": {
+ "fasta_input": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "WindowMasker mkcounts",
+ "outputs": [
+ {
+ "name": "mkcount_output",
+ "type": "txt"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 100
+ },
+ "post_job_actions": {
+ "RenameDatasetActionmkcount_output": {
+ "action_arguments": {
+ "newname": "${hapname}WMmk"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "mkcount_output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/windowmasker/windowmasker_mkcounts/1.0",
+ "tool_shed_repository": {
+ "changeset_revision": "d90ae4a02efd",
+ "name": "windowmasker",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"adv\": {\"checkdup\": false, \"genome_size\": null, \"sformat\": \"oascii\", \"t_low\": null, \"t_high\": null, \"unit\": null}, \"fasta_input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0",
+ "type": "tool",
+ "uuid": "b436e026-58bc-4246-8296-4a72f3f26c50",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "8": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/fasta_compute_length/fasta_compute_length/1.0.3",
+ "errors": null,
+ "id": 8,
+ "input_connections": {
+ "ref|input": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Compute sequence length",
+ "name": "ref"
+ }
+ ],
+ "label": null,
+ "name": "Compute sequence length",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 260
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/fasta_compute_length/fasta_compute_length/1.0.3",
+ "tool_shed_repository": {
+ "changeset_revision": "7d37cfda8e00",
+ "name": "fasta_compute_length",
+ "owner": "devteam",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"ref\": {\"ref_source\": \"history\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}, \"keep_first\": \"0\", \"keep_first_word\": false}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.3",
+ "type": "tool",
+ "uuid": "6024e40d-9ed1-4602-aeb6-e678cb1dd212",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "9": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/gfastats/gfastats/1.3.6+galaxy0",
+ "errors": null,
+ "id": 9,
+ "input_connections": {
+ "input_file": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "gfastats",
+ "outputs": [
+ {
+ "name": "stats",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 420
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/gfastats/gfastats/1.3.6+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "3ef480892a9f",
+ "name": "gfastats",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"input_file\": {\"__class__\": \"ConnectedValue\"}, \"mode_condition\": {\"selector\": \"statistics\", \"__current_case__\": 1, \"statistics_condition\": {\"selector\": \"coordinates\", \"__current_case__\": 1, \"out_coord\": \"g\"}, \"locale\": false, \"tabular\": true, \"discover_paths\": false}, \"target_condition\": {\"target_option\": \"false\", \"__current_case__\": 0}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.3.6+galaxy0",
+ "type": "tool",
+ "uuid": "12211a1b-2cff-4de1-a20d-6f88b187a6b1",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "10": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 10,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 2,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "integer_param",
+ "type": "expression.json"
+ }
+ ],
+ "position": {
+ "left": 600,
+ "top": 260
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"integer\", \"__current_case__\": 1, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "62f2e6de-049b-4aad-94f7-6e98a7857284",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "11": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/seqtk/seqtk_telo/1.4+galaxy0",
+ "errors": null,
+ "id": 11,
+ "input_connections": {
+ "in_file": {
+ "id": 0,
+ "output_name": "output"
+ },
+ "m": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "seqtktelo",
+ "name": "seqtk_telo",
+ "outputs": [
+ {
+ "name": "default",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 540
+ },
+ "post_job_actions": {
+ "RenameDatasetActiondefault": {
+ "action_arguments": {
+ "newname": "${hapname}telo"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "default"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/seqtk/seqtk_telo/1.4+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "4b494533146a",
+ "name": "seqtk",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"P\": false, \"d\": \"2000\", \"in_file\": {\"__class__\": \"ConnectedValue\"}, \"m\": {\"__class__\": \"ConnectedValue\"}, \"p\": \"1\", \"s\": \"300\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.4+galaxy0",
+ "type": "tool",
+ "uuid": "4edeb9a4-0d9a-4a25-8b9d-6a20bc407407",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "telo",
+ "output_name": "default",
+ "uuid": "0169a6d5-3cce-48c7-a5b3-2474a0e7a6f3"
+ }
+ ]
+ },
+ "12": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/repeat_masker/repeatmasker_wrapper/4.1.5+galaxy0",
+ "errors": null,
+ "id": 12,
+ "input_connections": {
+ "input_fasta": {
+ "id": 0,
+ "output_name": "output"
+ },
+ "repeat_source|species_source|species_name": {
+ "id": 5,
+ "output_name": "output"
+ },
+ "when": {
+ "id": 4,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "repeatmask",
+ "name": "RepeatMasker",
+ "outputs": [
+ {
+ "name": "output_masked_genome",
+ "type": "fasta"
+ },
+ {
+ "name": "output_log",
+ "type": "tabular"
+ },
+ {
+ "name": "output_table",
+ "type": "txt"
+ },
+ {
+ "name": "output_repeat_catalog",
+ "type": "txt"
+ },
+ {
+ "name": "output_gff",
+ "type": "gff"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 720
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput_gff": {
+ "action_arguments": {
+ "newname": "${hapname}RM.gff"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output_gff"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/repeat_masker/repeatmasker_wrapper/4.1.5+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "ba6d2c32f797",
+ "name": "repeat_masker",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advanced\": {\"is_only\": false, \"is_clip\": false, \"no_is\": false, \"rodspec\": false, \"primspec\": false, \"nolow\": false, \"noint\": false, \"norna\": false, \"alu\": false, \"div\": false, \"search_speed\": \"\", \"frag\": \"40000\", \"gc\": null, \"gccalc\": false, \"nocut\": false, \"xout\": false, \"keep_alignments\": false, \"invert_alignments\": false, \"poly\": false}, \"excln\": false, \"gff\": true, \"input_fasta\": {\"__class__\": \"ConnectedValue\"}, \"repeat_source\": {\"source_type\": \"dfam\", \"__current_case__\": 0, \"species_source\": {\"species_from_list\": \"no\", \"__current_case__\": 1, \"species_name\": {\"__class__\": \"ConnectedValue\"}}}, \"xsmall\": false, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "4.1.5+galaxy0",
+ "type": "tool",
+ "uuid": "f8932aef-e802-40f0-9f35-d12123bdfae8",
+ "when": "$(inputs.when)",
+ "workflow_outputs": []
+ },
+ "13": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "errors": null,
+ "id": 13,
+ "input_connections": {
+ "fastq_input|fastq_input1": {
+ "id": 6,
+ "output_name": "output"
+ },
+ "reference_source|ref_file": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "fastq_input"
+ },
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "reference_source"
+ }
+ ],
+ "label": null,
+ "name": "Map with minimap2",
+ "outputs": [
+ {
+ "name": "alignment_output",
+ "type": "bam"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 1120
+ },
+ "post_job_actions": {
+ "RenameDatasetActionalignment_output": {
+ "action_arguments": {
+ "newname": "${hapname}coverage"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "alignment_output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "5cc34c3f440d",
+ "name": "minimap2",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"alignment_options\": {\"splicing\": {\"splice_mode\": \"preset\", \"__current_case__\": 0}, \"A\": null, \"B\": null, \"O\": null, \"O2\": null, \"E\": null, \"E2\": null, \"z\": null, \"z2\": null, \"s\": null, \"no_end_flt\": true}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 0, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}, \"analysis_type_selector\": \"map-hifi\"}, \"indexing_options\": {\"H\": false, \"k\": null, \"w\": null, \"I\": null}, \"io_options\": {\"output_format\": \"BAM\", \"Q\": false, \"L\": false, \"K\": null, \"cs\": null, \"c\": false, \"eqx\": false, \"Y\": false}, \"mapping_options\": {\"N\": null, \"F\": null, \"f\": null, \"kmer_ocurrence_interval\": {\"interval\": \"\", \"__current_case__\": 1}, \"min_occ_floor\": null, \"q_occ_frac\": \"0.01\", \"g\": null, \"r\": null, \"n\": null, \"m\": null, \"max_chain_skip\": null, \"max_chain_iter\": null, \"X\": false, \"p\": null, \"mask_len\": null}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.28+galaxy0",
+ "type": "tool",
+ "uuid": "5a098800-2d62-447c-ae6d-1b59cda9e6e1",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "hap mapped",
+ "output_name": "alignment_output",
+ "uuid": "b17aecfc-9cf8-4355-b992-a08dddec227e"
+ }
+ ]
+ },
+ "14": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/windowmasker/windowmasker_ustat/1.0",
+ "errors": null,
+ "id": 14,
+ "input_connections": {
+ "fasta_input": {
+ "id": 0,
+ "output_name": "output"
+ },
+ "mkcount_input": {
+ "id": 7,
+ "output_name": "mkcount_output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "WindowMasker ustat",
+ "outputs": [
+ {
+ "name": "mask_output",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 600,
+ "top": 0
+ },
+ "post_job_actions": {
+ "RenameDatasetActionmask_output": {
+ "action_arguments": {
+ "newname": "${hapname}WMmask"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "mask_output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/windowmasker/windowmasker_ustat/1.0",
+ "tool_shed_repository": {
+ "changeset_revision": "d90ae4a02efd",
+ "name": "windowmasker",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"adv\": {\"set_t_high\": null, \"set_t_low\": null, \"t_extend\": null, \"t_low\": null, \"t_high\": null, \"t_thres\": null, \"window\": null}, \"fasta_input\": {\"__class__\": \"ConnectedValue\"}, \"mkcount_input\": {\"__class__\": \"ConnectedValue\"}, \"output_format\": \"interval\", \"parse_seqids\": false, \"use_dust\": {\"use_dust_selector\": \"no\", \"__current_case__\": 1}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0",
+ "type": "tool",
+ "uuid": "1155ff3d-434f-4552-9750-45303aeed708",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "15": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1",
+ "errors": null,
+ "id": 15,
+ "input_connections": {
+ "input": {
+ "id": 8,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Compute",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 600,
+ "top": 480
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1",
+ "tool_shed_repository": {
+ "changeset_revision": "aff5135563c6",
+ "name": "column_maker",
+ "owner": "devteam",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"avoid_scientific_notation\": false, \"error_handling\": {\"auto_col_types\": true, \"fail_on_non_existent_columns\": true, \"non_computable\": {\"action\": \"--fail-on-non-computable\", \"__current_case__\": 0}}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"ops\": {\"header_lines_select\": \"no\", \"__current_case__\": 0, \"expressions\": [{\"__index__\": 0, \"cond\": \"0\", \"add_column\": {\"mode\": \"I\", \"__current_case__\": 1, \"pos\": \"2\"}}, {\"__index__\": 1, \"cond\": \"0\", \"add_column\": {\"mode\": \"\", \"__current_case__\": 0, \"pos\": \"\"}}]}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.1",
+ "type": "tool",
+ "uuid": "9bfaad79-4044-473a-8b36-9adbf92c4ba4",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "16": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1",
+ "errors": null,
+ "id": 16,
+ "input_connections": {
+ "input": {
+ "id": 9,
+ "output_name": "stats"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Compute",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 860,
+ "top": 540
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionout_file1": {
+ "action_arguments": {
+ "newtype": "bed"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "out_file1"
+ },
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "${hapname}gaps"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1",
+ "tool_shed_repository": {
+ "changeset_revision": "aff5135563c6",
+ "name": "column_maker",
+ "owner": "devteam",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"avoid_scientific_notation\": false, \"error_handling\": {\"auto_col_types\": true, \"fail_on_non_existent_columns\": true, \"non_computable\": {\"action\": \"--fail-on-non-computable\", \"__current_case__\": 0}}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"ops\": {\"header_lines_select\": \"no\", \"__current_case__\": 0, \"expressions\": [{\"__index__\": 0, \"cond\": \"abs(int(c3)-int(c2))\", \"add_column\": {\"mode\": \"\", \"__current_case__\": 0, \"pos\": \"\"}}]}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.1",
+ "type": "tool",
+ "uuid": "9d42d926-495d-407f-a0bf-f5fc3123108d",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "17": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 17,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 12,
+ "output_name": "output_gff"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "data_param",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 600,
+ "top": 900
+ },
+ "post_job_actions": {
+ "RenameDatasetActiondata_param": {
+ "action_arguments": {
+ "newname": "${hapname}RM.gff"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "data_param"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"data\", \"__current_case__\": 4, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "09a0d926-fbf5-41ed-a6c6-5d6c1cd91ba0",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "rm gff ",
+ "output_name": "data_param",
+ "uuid": "b4002d36-f01b-44b0-a1c8-5ecc181d5e13"
+ }
+ ]
+ },
+ "18": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/sniffles/sniffles/2.4+galaxy1",
+ "errors": null,
+ "id": 18,
+ "input_connections": {
+ "input": {
+ "id": 13,
+ "output_name": "alignment_output"
+ },
+ "reference_genome|genome": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool sniffles",
+ "name": "input"
+ },
+ {
+ "description": "runtime parameter for tool sniffles",
+ "name": "reference_genome"
+ }
+ ],
+ "label": "sniffles",
+ "name": "sniffles",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "vcf"
+ }
+ ],
+ "position": {
+ "left": 860,
+ "top": 680
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "${hapname}SV.vcf"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/sniffles/sniffles/2.4+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "43fffeed243f",
+ "name": "sniffles",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advanced_options\": {\"mosaic\": false}, \"clustering_options\": {\"clusterbinsize\": \"100\", \"clusterr\": \"2.5\"}, \"general_options\": {\"minsupport\": \"auto\", \"maxsplitskb\": \"0.1\", \"minsvlen\": \"50\", \"mapq\": \"20\", \"minalignmentlength\": \"100\", \"detectlargeins\": false}, \"input\": {\"__class__\": \"RuntimeValue\"}, \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 2, \"genome\": {\"__class__\": \"RuntimeValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.4+galaxy1",
+ "type": "tool",
+ "uuid": "8d450de8-d80f-43ba-8647-5fb8dea6277d",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "sniffles SV vcf",
+ "output_name": "output",
+ "uuid": "d6c5b85b-e438-4512-981f-8235652675f9"
+ }
+ ]
+ },
+ "19": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_coverage/deeptools_bam_coverage/3.5.4+galaxy0",
+ "errors": null,
+ "id": 19,
+ "input_connections": {
+ "bamInput": {
+ "id": 13,
+ "output_name": "alignment_output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "bamCoverage",
+ "outputs": [
+ {
+ "name": "outFileName",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 600,
+ "top": 1160
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutFileName": {
+ "action_arguments": {
+ "newname": "${hapname}coverage"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "outFileName"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_coverage/deeptools_bam_coverage/3.5.4+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "0e49b109abc2",
+ "name": "deeptools_bam_coverage",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advancedOpt\": {\"showAdvancedOpt\": \"no\", \"__current_case__\": 0}, \"bamInput\": {\"__class__\": \"ConnectedValue\"}, \"binSize\": \"100\", \"exactScaling\": false, \"outFileFormat\": \"bigwig\", \"region\": \"\", \"scaling\": {\"type\": \"no\", \"__current_case__\": 3}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.5.4+galaxy0",
+ "type": "tool",
+ "uuid": "1eb7762c-335d-4e76-8040-183635eb5f80",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "hap_coverage",
+ "output_name": "outFileName",
+ "uuid": "4ec216ed-0c36-4081-aa44-cfe4ea02d06a"
+ }
+ ]
+ },
+ "20": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1",
+ "errors": null,
+ "id": 20,
+ "input_connections": {
+ "input": {
+ "id": 14,
+ "output_name": "mask_output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Compute",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 860,
+ "top": 60
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionout_file1": {
+ "action_arguments": {
+ "newtype": "bed"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "out_file1"
+ },
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "${hapname}WM.bed"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1",
+ "tool_shed_repository": {
+ "changeset_revision": "aff5135563c6",
+ "name": "column_maker",
+ "owner": "devteam",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"avoid_scientific_notation\": false, \"error_handling\": {\"auto_col_types\": true, \"fail_on_non_existent_columns\": true, \"non_computable\": {\"action\": \"--fail-on-non-computable\", \"__current_case__\": 0}}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"ops\": {\"header_lines_select\": \"no\", \"__current_case__\": 0, \"expressions\": [{\"__index__\": 0, \"cond\": \"abs(c3-c2)\", \"add_column\": {\"mode\": \"R\", \"__current_case__\": 2, \"pos\": \"4\"}}]}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.1",
+ "type": "tool",
+ "uuid": "54d61a08-6e47-4600-a425-77438cf45141",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "hap wm bed",
+ "output_name": "out_file1",
+ "uuid": "d0270310-7c0a-424f-acd0-82f565d32ea0"
+ }
+ ]
+ },
+ "21": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_makewindowsbed/2.31.1",
+ "errors": null,
+ "id": 21,
+ "input_connections": {
+ "action|windowsize": {
+ "id": 10,
+ "output_name": "integer_param"
+ },
+ "type|input": {
+ "id": 15,
+ "output_name": "out_file1"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool bedtools MakeWindowsBed",
+ "name": "action"
+ },
+ {
+ "description": "runtime parameter for tool bedtools MakeWindowsBed",
+ "name": "type"
+ }
+ ],
+ "label": null,
+ "name": "bedtools MakeWindowsBed",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 860,
+ "top": 260
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_makewindowsbed/2.31.1",
+ "tool_shed_repository": {
+ "changeset_revision": "64e2edfe7a2c",
+ "name": "bedtools",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"action\": {\"action_select\": \"windowsize\", \"__current_case__\": 0, \"windowsize\": {\"__class__\": \"ConnectedValue\"}, \"step_size\": {\"step_size_select\": \"no\", \"__current_case__\": 1}}, \"sourcename\": \"\", \"type\": {\"type_select\": \"bed\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.31.1",
+ "type": "tool",
+ "uuid": "63aeb577-b3f1-4a47-9fe4-dfcf087eff67",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "22": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bbgbigwig/bbgtobigwig/0.1",
+ "errors": null,
+ "id": 22,
+ "input_connections": {
+ "hist_or_builtin|chromfile": {
+ "id": 8,
+ "output_name": "output"
+ },
+ "hist_or_builtin|input1": {
+ "id": 17,
+ "output_name": "data_param"
+ },
+ "when": {
+ "id": 4,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool BAM BED GFF coverage bigWigs",
+ "name": "hist_or_builtin"
+ },
+ {
+ "description": "runtime parameter for tool BAM BED GFF coverage bigWigs",
+ "name": "hist_or_builtin"
+ }
+ ],
+ "label": null,
+ "name": "BAM BED GFF coverage bigWigs",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 860,
+ "top": 880
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "${hapname}RM.bw"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bbgbigwig/bbgtobigwig/0.1",
+ "tool_shed_repository": {
+ "changeset_revision": "b95435276746",
+ "name": "bbgbigwig",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"hist_or_builtin\": {\"genosrc\": \"history\", \"__current_case__\": 1, \"input1\": {\"__class__\": \"ConnectedValue\"}, \"chromfile\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.1",
+ "type": "tool",
+ "uuid": "754593e8-bff0-46b5-a716-202f249e90e7",
+ "when": "$(inputs.when)",
+ "workflow_outputs": [
+ {
+ "label": "hap RM bw",
+ "output_name": "output",
+ "uuid": "69575738-803b-4a38-a0ef-90e5bfbfa275"
+ }
+ ]
+ },
+ "23": {
+ "annotation": "",
+ "id": 23,
+ "input_connections": {
+ "Contig lengths from reference": {
+ "id": 8,
+ "input_subworkflow_step_id": 2,
+ "output_name": "output"
+ },
+ "Dense bed track file": {
+ "id": 20,
+ "input_subworkflow_step_id": 0,
+ "output_name": "out_file1"
+ },
+ "windowbed_for_wiggle": {
+ "id": 21,
+ "input_subworkflow_step_id": 1,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "",
+ "name": "WM bed to bigwig"
+ }
+ ],
+ "label": "WM bed to bigwig",
+ "name": "TreeValGal bed to bigwig",
+ "outputs": [],
+ "position": {
+ "left": 1132,
+ "top": 174
+ },
+ "subworkflow": {
+ "a_galaxy_workflow": "true",
+ "annotation": "",
+ "comments": [],
+ "creator": [
+ {
+ "class": "Organization",
+ "email": "mailto:ross.lazarus@gmail.com",
+ "name": "Ross Lazarus"
+ }
+ ],
+ "format-version": "0.1",
+ "name": "TreeValGal bed to bigwig",
+ "steps": {
+ "0": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 0,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Dense bed track file"
+ }
+ ],
+ "label": "Dense bed track file",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 24
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"format\": [\"bed\"], \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "9ba4005f-6ac1-4541-9965-5549230523ba",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "1": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 1,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "windowbed_for_wiggle"
+ }
+ ],
+ "label": "windowbed_for_wiggle",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 147
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "5e4e430a-9fd6-4fc3-b4ec-31c904d48ce4",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "2": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 2,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Contig lengths from reference"
+ }
+ ],
+ "label": "Contig lengths from reference",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 560,
+ "top": 190
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "19bee45e-1aee-4f8a-94fc-9297627d33a0",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "3": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_coveragebed/2.30.0+galaxy1",
+ "errors": null,
+ "id": 3,
+ "input_connections": {
+ "inputA": {
+ "id": 1,
+ "output_name": "output"
+ },
+ "reduce_or_iterate|inputB": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool bedtools Compute both the depth and breadth of coverage",
+ "name": "reduce_or_iterate"
+ }
+ ],
+ "label": null,
+ "name": "bedtools Compute both the depth and breadth of coverage",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 280,
+ "top": 0
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionoutput": {
+ "action_arguments": {
+ "newtype": "bedgraph"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "output"
+ },
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "#{reduce_or_iterate.inputB}"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_coveragebed/2.30.0+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "a1a923cd89e8",
+ "name": "bedtools",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"a_or_b\": false, \"d\": false, \"hist\": false, \"inputA\": {\"__class__\": \"ConnectedValue\"}, \"mean\": false, \"overlap_a\": null, \"overlap_b\": null, \"reciprocal_overlap\": false, \"reduce_or_iterate\": {\"reduce_or_iterate_selector\": \"iterate\", \"__current_case__\": 0, \"inputB\": {\"__class__\": \"ConnectedValue\"}}, \"sorted\": false, \"split\": false, \"strandedness\": false, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.30.0+galaxy1",
+ "type": "tool",
+ "uuid": "23f8297e-6a60-4345-9cd8-cd08fbafe33c",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "4": {
+ "annotation": "",
+ "content_id": "Cut1",
+ "errors": null,
+ "id": 4,
+ "input_connections": {
+ "input": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Cut",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 560,
+ "top": 56
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionout_file1": {
+ "action_arguments": {
+ "newtype": "bedgraph"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "out_file1"
+ },
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{input}count"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "Cut1",
+ "tool_state": "{\"columnList\": \"c1,c2,c3,c5\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.2",
+ "type": "tool",
+ "uuid": "b3676d0f-f9c7-4bfd-a66d-e626a2ade1a7",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "5": {
+ "annotation": "",
+ "content_id": "Cut1",
+ "errors": null,
+ "id": 5,
+ "input_connections": {
+ "input": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Cut",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 560,
+ "top": 313
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionout_file1": {
+ "action_arguments": {
+ "newtype": "bedgraph"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "out_file1"
+ },
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{input}frac"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "Cut1",
+ "tool_state": "{\"columnList\": \"c1,c2,c3,c7\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.2",
+ "type": "tool",
+ "uuid": "984906a6-28ac-405f-9c3b-bf1766710552",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "6": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/ucsc_wigtobigwig/ucsc_wigtobigwig/447+galaxy0",
+ "errors": null,
+ "id": 6,
+ "input_connections": {
+ "hist_or_builtin|chromfile": {
+ "id": 2,
+ "output_name": "output"
+ },
+ "hist_or_builtin|input1": {
+ "id": 4,
+ "output_name": "out_file1"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool wigtobigwig",
+ "name": "hist_or_builtin"
+ },
+ {
+ "description": "runtime parameter for tool wigtobigwig",
+ "name": "hist_or_builtin"
+ }
+ ],
+ "label": null,
+ "name": "wigtobigwig",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 840,
+ "top": 66
+ },
+ "post_job_actions": {
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{hist_or_builtin.input1}.bw"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/ucsc_wigtobigwig/ucsc_wigtobigwig/447+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a2f83a375bf2",
+ "name": "ucsc_wigtobigwig",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"__input_ext\": \"input\", \"chromInfo\": \"/mnt/galaxy/tool-data/shared/ucsc/chrom/?.len\", \"hist_or_builtin\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"input1\": {\"__class__\": \"ConnectedValue\"}, \"chromfile\": {\"__class__\": \"ConnectedValue\"}}, \"settings\": {\"settingsType\": \"preset\", \"__current_case__\": 0}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "447+galaxy0",
+ "type": "tool",
+ "uuid": "6509c708-9514-414c-b844-ef1f5228a995",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "count",
+ "output_name": "out_file1",
+ "uuid": "8a129e19-bca1-4a89-93f4-443b1dcad6b9"
+ }
+ ]
+ },
+ "7": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/ucsc_wigtobigwig/ucsc_wigtobigwig/447+galaxy0",
+ "errors": null,
+ "id": 7,
+ "input_connections": {
+ "hist_or_builtin|chromfile": {
+ "id": 2,
+ "output_name": "output"
+ },
+ "hist_or_builtin|input1": {
+ "id": 5,
+ "output_name": "out_file1"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool wigtobigwig",
+ "name": "hist_or_builtin"
+ },
+ {
+ "description": "runtime parameter for tool wigtobigwig",
+ "name": "hist_or_builtin"
+ }
+ ],
+ "label": null,
+ "name": "wigtobigwig",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 840,
+ "top": 272
+ },
+ "post_job_actions": {
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{hist_or_builtin.input1}.bw"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/ucsc_wigtobigwig/ucsc_wigtobigwig/447+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a2f83a375bf2",
+ "name": "ucsc_wigtobigwig",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"__input_ext\": \"input\", \"chromInfo\": \"/mnt/galaxy/tool-data/shared/ucsc/chrom/?.len\", \"hist_or_builtin\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"input1\": {\"__class__\": \"ConnectedValue\"}, \"chromfile\": {\"__class__\": \"ConnectedValue\"}}, \"settings\": {\"settingsType\": \"preset\", \"__current_case__\": 0}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "447+galaxy0",
+ "type": "tool",
+ "uuid": "2e97f483-3144-424b-b441-af28265fc190",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "frac",
+ "output_name": "out_file1",
+ "uuid": "1faf46f9-f9bd-4515-b954-5a32afd3a6f4"
+ }
+ ]
+ }
+ },
+ "tags": [],
+ "uuid": "e4a23e22-5d6f-4582-aedf-8fc461933d47"
+ },
+ "tool_id": null,
+ "type": "subworkflow",
+ "uuid": "88dbf572-d2b2-49b6-bdbe-d1666c2dc066",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "wmfrac",
+ "output_name": "frac",
+ "uuid": "71e129ac-7981-49ae-894e-d1d5627cf36f"
+ }
+ ]
+ },
+ "24": {
+ "annotation": "",
+ "id": 24,
+ "input_connections": {
+ "Contig lengths from reference": {
+ "id": 8,
+ "input_subworkflow_step_id": 2,
+ "output_name": "output"
+ },
+ "Dense bed track file": {
+ "id": 16,
+ "input_subworkflow_step_id": 0,
+ "output_name": "out_file1"
+ },
+ "windowbed_for_wiggle": {
+ "id": 21,
+ "input_subworkflow_step_id": 1,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "",
+ "name": "Gaps bed to bigwig"
+ }
+ ],
+ "label": "Gaps bed to bigwig",
+ "name": "TreeValGal bed to bigwig",
+ "outputs": [],
+ "position": {
+ "left": 1132,
+ "top": 452
+ },
+ "subworkflow": {
+ "a_galaxy_workflow": "true",
+ "annotation": "",
+ "comments": [],
+ "creator": [
+ {
+ "class": "Organization",
+ "email": "mailto:ross.lazarus@gmail.com",
+ "name": "Ross Lazarus"
+ }
+ ],
+ "format-version": "0.1",
+ "name": "TreeValGal bed to bigwig",
+ "steps": {
+ "0": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 0,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Dense bed track file"
+ }
+ ],
+ "label": "Dense bed track file",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 24
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"format\": [\"bed\"], \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "2fa8d5f8-1341-4081-960f-166572caade8",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "1": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 1,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "windowbed_for_wiggle"
+ }
+ ],
+ "label": "windowbed_for_wiggle",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 147
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "f29483e6-1d27-42b2-b701-7af50199ab8f",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "2": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 2,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Contig lengths from reference"
+ }
+ ],
+ "label": "Contig lengths from reference",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 560,
+ "top": 190
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "7b983748-91f3-45ee-9f67-2c8a1ef5de0e",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "3": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_coveragebed/2.30.0+galaxy1",
+ "errors": null,
+ "id": 3,
+ "input_connections": {
+ "inputA": {
+ "id": 1,
+ "output_name": "output"
+ },
+ "reduce_or_iterate|inputB": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool bedtools Compute both the depth and breadth of coverage",
+ "name": "reduce_or_iterate"
+ }
+ ],
+ "label": null,
+ "name": "bedtools Compute both the depth and breadth of coverage",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 280,
+ "top": 0
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionoutput": {
+ "action_arguments": {
+ "newtype": "bedgraph"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "output"
+ },
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "#{reduce_or_iterate.inputB}"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_coveragebed/2.30.0+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "a1a923cd89e8",
+ "name": "bedtools",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"a_or_b\": false, \"d\": false, \"hist\": false, \"inputA\": {\"__class__\": \"ConnectedValue\"}, \"mean\": false, \"overlap_a\": null, \"overlap_b\": null, \"reciprocal_overlap\": false, \"reduce_or_iterate\": {\"reduce_or_iterate_selector\": \"iterate\", \"__current_case__\": 0, \"inputB\": {\"__class__\": \"ConnectedValue\"}}, \"sorted\": false, \"split\": false, \"strandedness\": false, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.30.0+galaxy1",
+ "type": "tool",
+ "uuid": "fdb74066-9b23-4ed9-9a6d-b65b74dcdd70",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "4": {
+ "annotation": "",
+ "content_id": "Cut1",
+ "errors": null,
+ "id": 4,
+ "input_connections": {
+ "input": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Cut",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 560,
+ "top": 56
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionout_file1": {
+ "action_arguments": {
+ "newtype": "bedgraph"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "out_file1"
+ },
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{input}count"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "Cut1",
+ "tool_state": "{\"columnList\": \"c1,c2,c3,c5\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.2",
+ "type": "tool",
+ "uuid": "172f11a6-5db0-44af-a417-547b2df8b88c",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "5": {
+ "annotation": "",
+ "content_id": "Cut1",
+ "errors": null,
+ "id": 5,
+ "input_connections": {
+ "input": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Cut",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 560,
+ "top": 313
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionout_file1": {
+ "action_arguments": {
+ "newtype": "bedgraph"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "out_file1"
+ },
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{input}frac"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "Cut1",
+ "tool_state": "{\"columnList\": \"c1,c2,c3,c7\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.2",
+ "type": "tool",
+ "uuid": "ae4c9ab6-e361-431d-9cbf-4393731e21e1",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "6": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/ucsc_wigtobigwig/ucsc_wigtobigwig/447+galaxy0",
+ "errors": null,
+ "id": 6,
+ "input_connections": {
+ "hist_or_builtin|chromfile": {
+ "id": 2,
+ "output_name": "output"
+ },
+ "hist_or_builtin|input1": {
+ "id": 4,
+ "output_name": "out_file1"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool wigtobigwig",
+ "name": "hist_or_builtin"
+ },
+ {
+ "description": "runtime parameter for tool wigtobigwig",
+ "name": "hist_or_builtin"
+ }
+ ],
+ "label": null,
+ "name": "wigtobigwig",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 840,
+ "top": 66
+ },
+ "post_job_actions": {
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{hist_or_builtin.input1}.bw"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/ucsc_wigtobigwig/ucsc_wigtobigwig/447+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a2f83a375bf2",
+ "name": "ucsc_wigtobigwig",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"__input_ext\": \"input\", \"chromInfo\": \"/mnt/galaxy/tool-data/shared/ucsc/chrom/?.len\", \"hist_or_builtin\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"input1\": {\"__class__\": \"ConnectedValue\"}, \"chromfile\": {\"__class__\": \"ConnectedValue\"}}, \"settings\": {\"settingsType\": \"preset\", \"__current_case__\": 0}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "447+galaxy0",
+ "type": "tool",
+ "uuid": "3a83ffa4-3d20-4d23-b896-7212842bb866",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "count",
+ "output_name": "out_file1",
+ "uuid": "01e3bcb0-5df7-4097-9f12-987b43b44cab"
+ }
+ ]
+ },
+ "7": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/ucsc_wigtobigwig/ucsc_wigtobigwig/447+galaxy0",
+ "errors": null,
+ "id": 7,
+ "input_connections": {
+ "hist_or_builtin|chromfile": {
+ "id": 2,
+ "output_name": "output"
+ },
+ "hist_or_builtin|input1": {
+ "id": 5,
+ "output_name": "out_file1"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool wigtobigwig",
+ "name": "hist_or_builtin"
+ },
+ {
+ "description": "runtime parameter for tool wigtobigwig",
+ "name": "hist_or_builtin"
+ }
+ ],
+ "label": null,
+ "name": "wigtobigwig",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 840,
+ "top": 272
+ },
+ "post_job_actions": {
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{hist_or_builtin.input1}.bw"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/ucsc_wigtobigwig/ucsc_wigtobigwig/447+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a2f83a375bf2",
+ "name": "ucsc_wigtobigwig",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"__input_ext\": \"input\", \"chromInfo\": \"/mnt/galaxy/tool-data/shared/ucsc/chrom/?.len\", \"hist_or_builtin\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"input1\": {\"__class__\": \"ConnectedValue\"}, \"chromfile\": {\"__class__\": \"ConnectedValue\"}}, \"settings\": {\"settingsType\": \"preset\", \"__current_case__\": 0}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "447+galaxy0",
+ "type": "tool",
+ "uuid": "551eb1da-3375-40dc-b7ce-e406d9f67831",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "frac",
+ "output_name": "out_file1",
+ "uuid": "3f33a25d-4faf-4461-8e08-dc718eb44b5d"
+ }
+ ]
+ }
+ },
+ "tags": [],
+ "uuid": "d347de1f-3925-4330-afef-bce543819bdc"
+ },
+ "tool_id": null,
+ "type": "subworkflow",
+ "uuid": "6fcbaeac-2e3a-4406-a1cc-2f9e9b5e46bd",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "gapsfrac",
+ "output_name": "frac",
+ "uuid": "d6b2a51d-9c84-4023-a1a1-3217e9d36c22"
+ }
+ ]
+ }
+ },
+ "tags": [],
+ "uuid": "e5bac387-5e4e-4ab7-bc36-9d0ccde2534a"
+ },
+ "tool_id": null,
+ "type": "subworkflow",
+ "uuid": "79867d2a-31e3-4867-a1fe-e2254bf3ae97",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "2:output",
+ "uuid": "2cf3c691-cc5f-4a89-8aae-87b3ca2fc92c"
+ },
+ {
+ "label": null,
+ "output_name": "3:output",
+ "uuid": "0c25065e-f282-4d68-ab83-03259274168d"
+ },
+ {
+ "label": null,
+ "output_name": "4:output",
+ "uuid": "07745f07-5629-45b1-af84-acdac5744641"
+ },
+ {
+ "label": null,
+ "output_name": "5:output",
+ "uuid": "ab3b1690-8ecc-48f6-a7bb-8e1e1bf8bfed"
+ },
+ {
+ "label": null,
+ "output_name": "1:output",
+ "uuid": "a01d4e54-6c01-4c3f-a171-fbb5264d4a64"
+ }
+ ]
+ },
+ "24": {
+ "annotation": "",
+ "id": 24,
+ "input_connections": {
+ "Haplotype": {
+ "id": 3,
+ "input_subworkflow_step_id": 0,
+ "output_name": "output"
+ },
+ "Run repeatmasker? Currently broken": {
+ "id": 10,
+ "input_subworkflow_step_id": 4,
+ "output_name": "output"
+ },
+ "Window size for bed to bigwig - 50 default.": {
+ "id": 8,
+ "input_subworkflow_step_id": 2,
+ "output_name": "output"
+ },
+ "dfam taxon for repeatmasker": {
+ "id": 6,
+ "input_subworkflow_step_id": 5,
+ "output_name": "output"
+ },
+ "fastqsanger pacbio sequence reads for coverage bigwig track": {
+ "id": 0,
+ "input_subworkflow_step_id": 6,
+ "output_name": "output"
+ },
+ "hapname": {
+ "id": 4,
+ "input_subworkflow_step_id": 1,
+ "output_name": "output"
+ },
+ "telomere repeat to suit species.": {
+ "id": 5,
+ "input_subworkflow_step_id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "",
+ "name": "hap2 basics"
+ }
+ ],
+ "label": "hap2 basics",
+ "name": "TreeValGalBaseOneHaplotype",
+ "outputs": [],
+ "position": {
+ "left": 1560,
+ "top": 300
+ },
+ "subworkflow": {
+ "a_galaxy_workflow": "true",
+ "annotation": "",
+ "comments": [],
+ "creator": [
+ {
+ "class": "Person",
+ "identifier": "",
+ "name": "Ross Lazarus"
+ },
+ {
+ "class": "Person",
+ "identifier": "anna.syme@gmail.com",
+ "name": "Anna Syme"
+ },
+ {
+ "class": "Person",
+ "identifier": "nadibraj@gmail.com",
+ "name": "Nadolina Brajuka"
+ },
+ {
+ "class": "Person",
+ "identifier": "lariviere.delphine@gmail.com",
+ "name": "Delphine Lariviere"
+ }
+ ],
+ "format-version": "0.1",
+ "license": "MIT",
+ "name": "TreeValGalBaseOneHaplotype",
+ "report": {
+ "markdown": "\n# Workflow Execution Report\n\n## Workflow Inputs\n```galaxy\ninvocation_inputs()\n```\n\n## Workflow Outputs\n```galaxy\ninvocation_outputs()\n```\n\n## Workflow\n```galaxy\nworkflow_display()\n```\n"
+ },
+ "steps": {
+ "0": {
+ "annotation": "Expects two of these with same contig names to be run",
+ "content_id": null,
+ "errors": null,
+ "id": 0,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "Expects two of these with same contig names to be run",
+ "name": "Haplotype"
+ }
+ ],
+ "label": "Haplotype",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 2,
+ "top": 287
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "34cc6b5f-06ee-4b72-b854-be48855200a6",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "1": {
+ "annotation": "Rename as prefix for jbrowse2 track filenames. These must be short!",
+ "content_id": null,
+ "errors": null,
+ "id": 1,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "Rename as prefix for jbrowse2 track filenames. These must be short!",
+ "name": "hapname"
+ }
+ ],
+ "label": "hapname",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 368
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": \"H1\", \"parameter_type\": \"text\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "703a832b-49ae-4ae6-958c-8462158d4159",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "f845c98d-08c8-4895-8c02-17c54037b3d6"
+ }
+ ]
+ },
+ "2": {
+ "annotation": "The wiggles are all smoothed by measuring over a window with default of 50 bases. Unsmoothed, the wiggles are more useful over small distances, but zoomed out, they become clumped so are not shown.",
+ "content_id": null,
+ "errors": null,
+ "id": 2,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "The wiggles are all smoothed by measuring over a window with default of 50 bases. Unsmoothed, the wiggles are more useful over small distances, but zoomed out, they become clumped so are not shown.",
+ "name": "Window size for bed to bigwig - 50 default."
+ }
+ ],
+ "label": "Window size for bed to bigwig - 50 default.",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 470
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": 50, \"parameter_type\": \"integer\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "a6db9abb-a2c9-4d38-bdd9-189576533852",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "a920b893-6afc-4403-91cf-f9986ed53f23"
+ }
+ ]
+ },
+ "3": {
+ "annotation": "CCCTAA for the treeval test data or for vertebrates seems to work. This uses seqtk-telo and seems to give plausible results with the appropriate repeat element for vertebrates....",
+ "content_id": null,
+ "errors": null,
+ "id": 3,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "CCCTAA for the treeval test data or for vertebrates seems to work. This uses seqtk-telo and seems to give plausible results with the appropriate repeat element for vertebrates....",
+ "name": "telomere repeat to suit species."
+ }
+ ],
+ "label": "telomere repeat to suit species.",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 2,
+ "top": 590
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": \"CCCTAA\", \"parameter_type\": \"text\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "30e2673d-2799-4304-9ad3-220ea31226d8",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "e5f070ea-2e69-40c7-bbf9-184944868046"
+ }
+ ]
+ },
+ "4": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 4,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Run repeatmasker? Currently broken"
+ }
+ ],
+ "label": "Run repeatmasker? Currently broken",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 690
+ },
+ "tool_id": null,
+ "tool_state": "{\"parameter_type\": \"boolean\", \"optional\": false}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "5ec9b239-ee02-462c-9bde-6431a33f6a40",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "04ea9c41-984f-45e4-b839-28fd97e35630"
+ }
+ ]
+ },
+ "5": {
+ "annotation": "dfam is problematic. Aves works for birds! That's why there's also a model free one - windowmasker - for comparison.",
+ "content_id": null,
+ "errors": null,
+ "id": 5,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "dfam is problematic. Aves works for birds! That's why there's also a model free one - windowmasker - for comparison.",
+ "name": "dfam taxon for repeatmasker"
+ }
+ ],
+ "label": "dfam taxon for repeatmasker",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 800
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": \"vertebrates\", \"parameter_type\": \"text\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "1c088391-dded-4dd7-ab6a-4aab95a77f75",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "5566d776-ef75-4805-b95d-2ae0f8144eab"
+ }
+ ]
+ },
+ "6": {
+ "annotation": "For coverage. MUST be fastqsanger. Autodetect uploads return fastq unfortunately although Sanger has been more or less universal for 15 years so manual adjustment may be needed. ",
+ "content_id": null,
+ "errors": null,
+ "id": 6,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "For coverage. MUST be fastqsanger. Autodetect uploads return fastq unfortunately although Sanger has been more or less universal for 15 years so manual adjustment may be needed. ",
+ "name": "fastqsanger pacbio sequence reads for coverage bigwig track"
+ }
+ ],
+ "label": "fastqsanger pacbio sequence reads for coverage bigwig track",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 2,
+ "top": 1175
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "b092dd24-a075-4639-944c-086ae5101a6d",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "7": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/windowmasker/windowmasker_mkcounts/1.0",
+ "errors": null,
+ "id": 7,
+ "input_connections": {
+ "fasta_input": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "WindowMasker mkcounts",
+ "outputs": [
+ {
+ "name": "mkcount_output",
+ "type": "txt"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 100
+ },
+ "post_job_actions": {
+ "RenameDatasetActionmkcount_output": {
+ "action_arguments": {
+ "newname": "${hapname}WMmk"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "mkcount_output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/windowmasker/windowmasker_mkcounts/1.0",
+ "tool_shed_repository": {
+ "changeset_revision": "d90ae4a02efd",
+ "name": "windowmasker",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"adv\": {\"checkdup\": false, \"genome_size\": null, \"sformat\": \"oascii\", \"t_low\": null, \"t_high\": null, \"unit\": null}, \"fasta_input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0",
+ "type": "tool",
+ "uuid": "b436e026-58bc-4246-8296-4a72f3f26c50",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "8": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/fasta_compute_length/fasta_compute_length/1.0.3",
+ "errors": null,
+ "id": 8,
+ "input_connections": {
+ "ref|input": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Compute sequence length",
+ "name": "ref"
+ }
+ ],
+ "label": null,
+ "name": "Compute sequence length",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 260
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/fasta_compute_length/fasta_compute_length/1.0.3",
+ "tool_shed_repository": {
+ "changeset_revision": "7d37cfda8e00",
+ "name": "fasta_compute_length",
+ "owner": "devteam",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"ref\": {\"ref_source\": \"history\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}, \"keep_first\": \"0\", \"keep_first_word\": false}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.3",
+ "type": "tool",
+ "uuid": "6024e40d-9ed1-4602-aeb6-e678cb1dd212",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "9": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/gfastats/gfastats/1.3.6+galaxy0",
+ "errors": null,
+ "id": 9,
+ "input_connections": {
+ "input_file": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "gfastats",
+ "outputs": [
+ {
+ "name": "stats",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 420
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/gfastats/gfastats/1.3.6+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "3ef480892a9f",
+ "name": "gfastats",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"input_file\": {\"__class__\": \"ConnectedValue\"}, \"mode_condition\": {\"selector\": \"statistics\", \"__current_case__\": 1, \"statistics_condition\": {\"selector\": \"coordinates\", \"__current_case__\": 1, \"out_coord\": \"g\"}, \"locale\": false, \"tabular\": true, \"discover_paths\": false}, \"target_condition\": {\"target_option\": \"false\", \"__current_case__\": 0}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.3.6+galaxy0",
+ "type": "tool",
+ "uuid": "12211a1b-2cff-4de1-a20d-6f88b187a6b1",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "10": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 10,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 2,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "integer_param",
+ "type": "expression.json"
+ }
+ ],
+ "position": {
+ "left": 600,
+ "top": 260
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"integer\", \"__current_case__\": 1, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "62f2e6de-049b-4aad-94f7-6e98a7857284",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "11": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/seqtk/seqtk_telo/1.4+galaxy0",
+ "errors": null,
+ "id": 11,
+ "input_connections": {
+ "in_file": {
+ "id": 0,
+ "output_name": "output"
+ },
+ "m": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "seqtktelo",
+ "name": "seqtk_telo",
+ "outputs": [
+ {
+ "name": "default",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 540
+ },
+ "post_job_actions": {
+ "RenameDatasetActiondefault": {
+ "action_arguments": {
+ "newname": "${hapname}telo"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "default"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/seqtk/seqtk_telo/1.4+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "4b494533146a",
+ "name": "seqtk",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"P\": false, \"d\": \"2000\", \"in_file\": {\"__class__\": \"ConnectedValue\"}, \"m\": {\"__class__\": \"ConnectedValue\"}, \"p\": \"1\", \"s\": \"300\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.4+galaxy0",
+ "type": "tool",
+ "uuid": "4edeb9a4-0d9a-4a25-8b9d-6a20bc407407",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "telo",
+ "output_name": "default",
+ "uuid": "0169a6d5-3cce-48c7-a5b3-2474a0e7a6f3"
+ }
+ ]
+ },
+ "12": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/repeat_masker/repeatmasker_wrapper/4.1.5+galaxy0",
+ "errors": null,
+ "id": 12,
+ "input_connections": {
+ "input_fasta": {
+ "id": 0,
+ "output_name": "output"
+ },
+ "repeat_source|species_source|species_name": {
+ "id": 5,
+ "output_name": "output"
+ },
+ "when": {
+ "id": 4,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "repeatmask",
+ "name": "RepeatMasker",
+ "outputs": [
+ {
+ "name": "output_masked_genome",
+ "type": "fasta"
+ },
+ {
+ "name": "output_log",
+ "type": "tabular"
+ },
+ {
+ "name": "output_table",
+ "type": "txt"
+ },
+ {
+ "name": "output_repeat_catalog",
+ "type": "txt"
+ },
+ {
+ "name": "output_gff",
+ "type": "gff"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 720
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput_gff": {
+ "action_arguments": {
+ "newname": "${hapname}RM.gff"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output_gff"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/repeat_masker/repeatmasker_wrapper/4.1.5+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "ba6d2c32f797",
+ "name": "repeat_masker",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advanced\": {\"is_only\": false, \"is_clip\": false, \"no_is\": false, \"rodspec\": false, \"primspec\": false, \"nolow\": false, \"noint\": false, \"norna\": false, \"alu\": false, \"div\": false, \"search_speed\": \"\", \"frag\": \"40000\", \"gc\": null, \"gccalc\": false, \"nocut\": false, \"xout\": false, \"keep_alignments\": false, \"invert_alignments\": false, \"poly\": false}, \"excln\": false, \"gff\": true, \"input_fasta\": {\"__class__\": \"ConnectedValue\"}, \"repeat_source\": {\"source_type\": \"dfam\", \"__current_case__\": 0, \"species_source\": {\"species_from_list\": \"no\", \"__current_case__\": 1, \"species_name\": {\"__class__\": \"ConnectedValue\"}}}, \"xsmall\": false, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "4.1.5+galaxy0",
+ "type": "tool",
+ "uuid": "f8932aef-e802-40f0-9f35-d12123bdfae8",
+ "when": "$(inputs.when)",
+ "workflow_outputs": []
+ },
+ "13": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "errors": null,
+ "id": 13,
+ "input_connections": {
+ "fastq_input|fastq_input1": {
+ "id": 6,
+ "output_name": "output"
+ },
+ "reference_source|ref_file": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "fastq_input"
+ },
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "reference_source"
+ }
+ ],
+ "label": null,
+ "name": "Map with minimap2",
+ "outputs": [
+ {
+ "name": "alignment_output",
+ "type": "bam"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 1120
+ },
+ "post_job_actions": {
+ "RenameDatasetActionalignment_output": {
+ "action_arguments": {
+ "newname": "${hapname}coverage"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "alignment_output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "5cc34c3f440d",
+ "name": "minimap2",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"alignment_options\": {\"splicing\": {\"splice_mode\": \"preset\", \"__current_case__\": 0}, \"A\": null, \"B\": null, \"O\": null, \"O2\": null, \"E\": null, \"E2\": null, \"z\": null, \"z2\": null, \"s\": null, \"no_end_flt\": true}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 0, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}, \"analysis_type_selector\": \"map-hifi\"}, \"indexing_options\": {\"H\": false, \"k\": null, \"w\": null, \"I\": null}, \"io_options\": {\"output_format\": \"BAM\", \"Q\": false, \"L\": false, \"K\": null, \"cs\": null, \"c\": false, \"eqx\": false, \"Y\": false}, \"mapping_options\": {\"N\": null, \"F\": null, \"f\": null, \"kmer_ocurrence_interval\": {\"interval\": \"\", \"__current_case__\": 1}, \"min_occ_floor\": null, \"q_occ_frac\": \"0.01\", \"g\": null, \"r\": null, \"n\": null, \"m\": null, \"max_chain_skip\": null, \"max_chain_iter\": null, \"X\": false, \"p\": null, \"mask_len\": null}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.28+galaxy0",
+ "type": "tool",
+ "uuid": "5a098800-2d62-447c-ae6d-1b59cda9e6e1",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "hap mapped",
+ "output_name": "alignment_output",
+ "uuid": "b17aecfc-9cf8-4355-b992-a08dddec227e"
+ }
+ ]
+ },
+ "14": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/windowmasker/windowmasker_ustat/1.0",
+ "errors": null,
+ "id": 14,
+ "input_connections": {
+ "fasta_input": {
+ "id": 0,
+ "output_name": "output"
+ },
+ "mkcount_input": {
+ "id": 7,
+ "output_name": "mkcount_output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "WindowMasker ustat",
+ "outputs": [
+ {
+ "name": "mask_output",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 600,
+ "top": 0
+ },
+ "post_job_actions": {
+ "RenameDatasetActionmask_output": {
+ "action_arguments": {
+ "newname": "${hapname}WMmask"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "mask_output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/windowmasker/windowmasker_ustat/1.0",
+ "tool_shed_repository": {
+ "changeset_revision": "d90ae4a02efd",
+ "name": "windowmasker",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"adv\": {\"set_t_high\": null, \"set_t_low\": null, \"t_extend\": null, \"t_low\": null, \"t_high\": null, \"t_thres\": null, \"window\": null}, \"fasta_input\": {\"__class__\": \"ConnectedValue\"}, \"mkcount_input\": {\"__class__\": \"ConnectedValue\"}, \"output_format\": \"interval\", \"parse_seqids\": false, \"use_dust\": {\"use_dust_selector\": \"no\", \"__current_case__\": 1}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0",
+ "type": "tool",
+ "uuid": "1155ff3d-434f-4552-9750-45303aeed708",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "15": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1",
+ "errors": null,
+ "id": 15,
+ "input_connections": {
+ "input": {
+ "id": 8,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Compute",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 600,
+ "top": 480
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1",
+ "tool_shed_repository": {
+ "changeset_revision": "aff5135563c6",
+ "name": "column_maker",
+ "owner": "devteam",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"avoid_scientific_notation\": false, \"error_handling\": {\"auto_col_types\": true, \"fail_on_non_existent_columns\": true, \"non_computable\": {\"action\": \"--fail-on-non-computable\", \"__current_case__\": 0}}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"ops\": {\"header_lines_select\": \"no\", \"__current_case__\": 0, \"expressions\": [{\"__index__\": 0, \"cond\": \"0\", \"add_column\": {\"mode\": \"I\", \"__current_case__\": 1, \"pos\": \"2\"}}, {\"__index__\": 1, \"cond\": \"0\", \"add_column\": {\"mode\": \"\", \"__current_case__\": 0, \"pos\": \"\"}}]}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.1",
+ "type": "tool",
+ "uuid": "9bfaad79-4044-473a-8b36-9adbf92c4ba4",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "16": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1",
+ "errors": null,
+ "id": 16,
+ "input_connections": {
+ "input": {
+ "id": 9,
+ "output_name": "stats"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Compute",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 860,
+ "top": 540
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionout_file1": {
+ "action_arguments": {
+ "newtype": "bed"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "out_file1"
+ },
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "${hapname}gaps"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1",
+ "tool_shed_repository": {
+ "changeset_revision": "aff5135563c6",
+ "name": "column_maker",
+ "owner": "devteam",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"avoid_scientific_notation\": false, \"error_handling\": {\"auto_col_types\": true, \"fail_on_non_existent_columns\": true, \"non_computable\": {\"action\": \"--fail-on-non-computable\", \"__current_case__\": 0}}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"ops\": {\"header_lines_select\": \"no\", \"__current_case__\": 0, \"expressions\": [{\"__index__\": 0, \"cond\": \"abs(int(c3)-int(c2))\", \"add_column\": {\"mode\": \"\", \"__current_case__\": 0, \"pos\": \"\"}}]}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.1",
+ "type": "tool",
+ "uuid": "9d42d926-495d-407f-a0bf-f5fc3123108d",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "17": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 17,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 12,
+ "output_name": "output_gff"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "data_param",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 600,
+ "top": 900
+ },
+ "post_job_actions": {
+ "RenameDatasetActiondata_param": {
+ "action_arguments": {
+ "newname": "${hapname}RM.gff"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "data_param"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"data\", \"__current_case__\": 4, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "09a0d926-fbf5-41ed-a6c6-5d6c1cd91ba0",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "rm gff ",
+ "output_name": "data_param",
+ "uuid": "b4002d36-f01b-44b0-a1c8-5ecc181d5e13"
+ }
+ ]
+ },
+ "18": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/sniffles/sniffles/2.4+galaxy1",
+ "errors": null,
+ "id": 18,
+ "input_connections": {
+ "input": {
+ "id": 13,
+ "output_name": "alignment_output"
+ },
+ "reference_genome|genome": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool sniffles",
+ "name": "input"
+ },
+ {
+ "description": "runtime parameter for tool sniffles",
+ "name": "reference_genome"
+ }
+ ],
+ "label": "sniffles",
+ "name": "sniffles",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "vcf"
+ }
+ ],
+ "position": {
+ "left": 860,
+ "top": 680
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "${hapname}SV.vcf"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/sniffles/sniffles/2.4+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "43fffeed243f",
+ "name": "sniffles",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advanced_options\": {\"mosaic\": false}, \"clustering_options\": {\"clusterbinsize\": \"100\", \"clusterr\": \"2.5\"}, \"general_options\": {\"minsupport\": \"auto\", \"maxsplitskb\": \"0.1\", \"minsvlen\": \"50\", \"mapq\": \"20\", \"minalignmentlength\": \"100\", \"detectlargeins\": false}, \"input\": {\"__class__\": \"RuntimeValue\"}, \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 2, \"genome\": {\"__class__\": \"RuntimeValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.4+galaxy1",
+ "type": "tool",
+ "uuid": "8d450de8-d80f-43ba-8647-5fb8dea6277d",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "sniffles SV vcf",
+ "output_name": "output",
+ "uuid": "d6c5b85b-e438-4512-981f-8235652675f9"
+ }
+ ]
+ },
+ "19": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_coverage/deeptools_bam_coverage/3.5.4+galaxy0",
+ "errors": null,
+ "id": 19,
+ "input_connections": {
+ "bamInput": {
+ "id": 13,
+ "output_name": "alignment_output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "bamCoverage",
+ "outputs": [
+ {
+ "name": "outFileName",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 600,
+ "top": 1160
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutFileName": {
+ "action_arguments": {
+ "newname": "${hapname}coverage"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "outFileName"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_bam_coverage/deeptools_bam_coverage/3.5.4+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "0e49b109abc2",
+ "name": "deeptools_bam_coverage",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"advancedOpt\": {\"showAdvancedOpt\": \"no\", \"__current_case__\": 0}, \"bamInput\": {\"__class__\": \"ConnectedValue\"}, \"binSize\": \"100\", \"exactScaling\": false, \"outFileFormat\": \"bigwig\", \"region\": \"\", \"scaling\": {\"type\": \"no\", \"__current_case__\": 3}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.5.4+galaxy0",
+ "type": "tool",
+ "uuid": "1eb7762c-335d-4e76-8040-183635eb5f80",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "hap_coverage",
+ "output_name": "outFileName",
+ "uuid": "4ec216ed-0c36-4081-aa44-cfe4ea02d06a"
+ }
+ ]
+ },
+ "20": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1",
+ "errors": null,
+ "id": 20,
+ "input_connections": {
+ "input": {
+ "id": 14,
+ "output_name": "mask_output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Compute",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 860,
+ "top": 60
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionout_file1": {
+ "action_arguments": {
+ "newtype": "bed"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "out_file1"
+ },
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "${hapname}WM.bed"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1",
+ "tool_shed_repository": {
+ "changeset_revision": "aff5135563c6",
+ "name": "column_maker",
+ "owner": "devteam",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"avoid_scientific_notation\": false, \"error_handling\": {\"auto_col_types\": true, \"fail_on_non_existent_columns\": true, \"non_computable\": {\"action\": \"--fail-on-non-computable\", \"__current_case__\": 0}}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"ops\": {\"header_lines_select\": \"no\", \"__current_case__\": 0, \"expressions\": [{\"__index__\": 0, \"cond\": \"abs(c3-c2)\", \"add_column\": {\"mode\": \"R\", \"__current_case__\": 2, \"pos\": \"4\"}}]}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.1",
+ "type": "tool",
+ "uuid": "54d61a08-6e47-4600-a425-77438cf45141",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "hap wm bed",
+ "output_name": "out_file1",
+ "uuid": "d0270310-7c0a-424f-acd0-82f565d32ea0"
+ }
+ ]
+ },
+ "21": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_makewindowsbed/2.31.1",
+ "errors": null,
+ "id": 21,
+ "input_connections": {
+ "action|windowsize": {
+ "id": 10,
+ "output_name": "integer_param"
+ },
+ "type|input": {
+ "id": 15,
+ "output_name": "out_file1"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool bedtools MakeWindowsBed",
+ "name": "action"
+ },
+ {
+ "description": "runtime parameter for tool bedtools MakeWindowsBed",
+ "name": "type"
+ }
+ ],
+ "label": null,
+ "name": "bedtools MakeWindowsBed",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 860,
+ "top": 260
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_makewindowsbed/2.31.1",
+ "tool_shed_repository": {
+ "changeset_revision": "64e2edfe7a2c",
+ "name": "bedtools",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"action\": {\"action_select\": \"windowsize\", \"__current_case__\": 0, \"windowsize\": {\"__class__\": \"ConnectedValue\"}, \"step_size\": {\"step_size_select\": \"no\", \"__current_case__\": 1}}, \"sourcename\": \"\", \"type\": {\"type_select\": \"bed\", \"__current_case__\": 0, \"input\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.31.1",
+ "type": "tool",
+ "uuid": "63aeb577-b3f1-4a47-9fe4-dfcf087eff67",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "22": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bbgbigwig/bbgtobigwig/0.1",
+ "errors": null,
+ "id": 22,
+ "input_connections": {
+ "hist_or_builtin|chromfile": {
+ "id": 8,
+ "output_name": "output"
+ },
+ "hist_or_builtin|input1": {
+ "id": 17,
+ "output_name": "data_param"
+ },
+ "when": {
+ "id": 4,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool BAM BED GFF coverage bigWigs",
+ "name": "hist_or_builtin"
+ },
+ {
+ "description": "runtime parameter for tool BAM BED GFF coverage bigWigs",
+ "name": "hist_or_builtin"
+ }
+ ],
+ "label": null,
+ "name": "BAM BED GFF coverage bigWigs",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 860,
+ "top": 880
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "${hapname}RM.bw"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bbgbigwig/bbgtobigwig/0.1",
+ "tool_shed_repository": {
+ "changeset_revision": "b95435276746",
+ "name": "bbgbigwig",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"hist_or_builtin\": {\"genosrc\": \"history\", \"__current_case__\": 1, \"input1\": {\"__class__\": \"ConnectedValue\"}, \"chromfile\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.1",
+ "type": "tool",
+ "uuid": "754593e8-bff0-46b5-a716-202f249e90e7",
+ "when": "$(inputs.when)",
+ "workflow_outputs": [
+ {
+ "label": "hap RM bw",
+ "output_name": "output",
+ "uuid": "69575738-803b-4a38-a0ef-90e5bfbfa275"
+ }
+ ]
+ },
+ "23": {
+ "annotation": "",
+ "id": 23,
+ "input_connections": {
+ "Contig lengths from reference": {
+ "id": 8,
+ "input_subworkflow_step_id": 2,
+ "output_name": "output"
+ },
+ "Dense bed track file": {
+ "id": 20,
+ "input_subworkflow_step_id": 0,
+ "output_name": "out_file1"
+ },
+ "windowbed_for_wiggle": {
+ "id": 21,
+ "input_subworkflow_step_id": 1,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "",
+ "name": "WM bed to bigwig"
+ }
+ ],
+ "label": "WM bed to bigwig",
+ "name": "TreeValGal bed to bigwig",
+ "outputs": [],
+ "position": {
+ "left": 1132,
+ "top": 174
+ },
+ "subworkflow": {
+ "a_galaxy_workflow": "true",
+ "annotation": "",
+ "comments": [],
+ "creator": [
+ {
+ "class": "Organization",
+ "email": "mailto:ross.lazarus@gmail.com",
+ "name": "Ross Lazarus"
+ }
+ ],
+ "format-version": "0.1",
+ "name": "TreeValGal bed to bigwig",
+ "steps": {
+ "0": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 0,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Dense bed track file"
+ }
+ ],
+ "label": "Dense bed track file",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 24
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"format\": [\"bed\"], \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "9ba4005f-6ac1-4541-9965-5549230523ba",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "1": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 1,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "windowbed_for_wiggle"
+ }
+ ],
+ "label": "windowbed_for_wiggle",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 147
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "5e4e430a-9fd6-4fc3-b4ec-31c904d48ce4",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "2": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 2,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Contig lengths from reference"
+ }
+ ],
+ "label": "Contig lengths from reference",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 560,
+ "top": 190
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "19bee45e-1aee-4f8a-94fc-9297627d33a0",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "3": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_coveragebed/2.30.0+galaxy1",
+ "errors": null,
+ "id": 3,
+ "input_connections": {
+ "inputA": {
+ "id": 1,
+ "output_name": "output"
+ },
+ "reduce_or_iterate|inputB": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool bedtools Compute both the depth and breadth of coverage",
+ "name": "reduce_or_iterate"
+ }
+ ],
+ "label": null,
+ "name": "bedtools Compute both the depth and breadth of coverage",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 280,
+ "top": 0
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionoutput": {
+ "action_arguments": {
+ "newtype": "bedgraph"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "output"
+ },
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "#{reduce_or_iterate.inputB}"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_coveragebed/2.30.0+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "a1a923cd89e8",
+ "name": "bedtools",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"a_or_b\": false, \"d\": false, \"hist\": false, \"inputA\": {\"__class__\": \"ConnectedValue\"}, \"mean\": false, \"overlap_a\": null, \"overlap_b\": null, \"reciprocal_overlap\": false, \"reduce_or_iterate\": {\"reduce_or_iterate_selector\": \"iterate\", \"__current_case__\": 0, \"inputB\": {\"__class__\": \"ConnectedValue\"}}, \"sorted\": false, \"split\": false, \"strandedness\": false, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.30.0+galaxy1",
+ "type": "tool",
+ "uuid": "23f8297e-6a60-4345-9cd8-cd08fbafe33c",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "4": {
+ "annotation": "",
+ "content_id": "Cut1",
+ "errors": null,
+ "id": 4,
+ "input_connections": {
+ "input": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Cut",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 560,
+ "top": 56
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionout_file1": {
+ "action_arguments": {
+ "newtype": "bedgraph"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "out_file1"
+ },
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{input}count"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "Cut1",
+ "tool_state": "{\"columnList\": \"c1,c2,c3,c5\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.2",
+ "type": "tool",
+ "uuid": "b3676d0f-f9c7-4bfd-a66d-e626a2ade1a7",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "5": {
+ "annotation": "",
+ "content_id": "Cut1",
+ "errors": null,
+ "id": 5,
+ "input_connections": {
+ "input": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Cut",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 560,
+ "top": 313
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionout_file1": {
+ "action_arguments": {
+ "newtype": "bedgraph"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "out_file1"
+ },
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{input}frac"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "Cut1",
+ "tool_state": "{\"columnList\": \"c1,c2,c3,c7\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.2",
+ "type": "tool",
+ "uuid": "984906a6-28ac-405f-9c3b-bf1766710552",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "6": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/ucsc_wigtobigwig/ucsc_wigtobigwig/447+galaxy0",
+ "errors": null,
+ "id": 6,
+ "input_connections": {
+ "hist_or_builtin|chromfile": {
+ "id": 2,
+ "output_name": "output"
+ },
+ "hist_or_builtin|input1": {
+ "id": 4,
+ "output_name": "out_file1"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool wigtobigwig",
+ "name": "hist_or_builtin"
+ },
+ {
+ "description": "runtime parameter for tool wigtobigwig",
+ "name": "hist_or_builtin"
+ }
+ ],
+ "label": null,
+ "name": "wigtobigwig",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 840,
+ "top": 66
+ },
+ "post_job_actions": {
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{hist_or_builtin.input1}.bw"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/ucsc_wigtobigwig/ucsc_wigtobigwig/447+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a2f83a375bf2",
+ "name": "ucsc_wigtobigwig",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"__input_ext\": \"input\", \"chromInfo\": \"/mnt/galaxy/tool-data/shared/ucsc/chrom/?.len\", \"hist_or_builtin\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"input1\": {\"__class__\": \"ConnectedValue\"}, \"chromfile\": {\"__class__\": \"ConnectedValue\"}}, \"settings\": {\"settingsType\": \"preset\", \"__current_case__\": 0}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "447+galaxy0",
+ "type": "tool",
+ "uuid": "6509c708-9514-414c-b844-ef1f5228a995",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "count",
+ "output_name": "out_file1",
+ "uuid": "8a129e19-bca1-4a89-93f4-443b1dcad6b9"
+ }
+ ]
+ },
+ "7": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/ucsc_wigtobigwig/ucsc_wigtobigwig/447+galaxy0",
+ "errors": null,
+ "id": 7,
+ "input_connections": {
+ "hist_or_builtin|chromfile": {
+ "id": 2,
+ "output_name": "output"
+ },
+ "hist_or_builtin|input1": {
+ "id": 5,
+ "output_name": "out_file1"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool wigtobigwig",
+ "name": "hist_or_builtin"
+ },
+ {
+ "description": "runtime parameter for tool wigtobigwig",
+ "name": "hist_or_builtin"
+ }
+ ],
+ "label": null,
+ "name": "wigtobigwig",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 840,
+ "top": 272
+ },
+ "post_job_actions": {
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{hist_or_builtin.input1}.bw"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/ucsc_wigtobigwig/ucsc_wigtobigwig/447+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a2f83a375bf2",
+ "name": "ucsc_wigtobigwig",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"__input_ext\": \"input\", \"chromInfo\": \"/mnt/galaxy/tool-data/shared/ucsc/chrom/?.len\", \"hist_or_builtin\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"input1\": {\"__class__\": \"ConnectedValue\"}, \"chromfile\": {\"__class__\": \"ConnectedValue\"}}, \"settings\": {\"settingsType\": \"preset\", \"__current_case__\": 0}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "447+galaxy0",
+ "type": "tool",
+ "uuid": "2e97f483-3144-424b-b441-af28265fc190",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "frac",
+ "output_name": "out_file1",
+ "uuid": "1faf46f9-f9bd-4515-b954-5a32afd3a6f4"
+ }
+ ]
+ }
+ },
+ "tags": [],
+ "uuid": "e4a23e22-5d6f-4582-aedf-8fc461933d47"
+ },
+ "tool_id": null,
+ "type": "subworkflow",
+ "uuid": "88dbf572-d2b2-49b6-bdbe-d1666c2dc066",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "wmfrac",
+ "output_name": "frac",
+ "uuid": "71e129ac-7981-49ae-894e-d1d5627cf36f"
+ }
+ ]
+ },
+ "24": {
+ "annotation": "",
+ "id": 24,
+ "input_connections": {
+ "Contig lengths from reference": {
+ "id": 8,
+ "input_subworkflow_step_id": 2,
+ "output_name": "output"
+ },
+ "Dense bed track file": {
+ "id": 16,
+ "input_subworkflow_step_id": 0,
+ "output_name": "out_file1"
+ },
+ "windowbed_for_wiggle": {
+ "id": 21,
+ "input_subworkflow_step_id": 1,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "",
+ "name": "Gaps bed to bigwig"
+ }
+ ],
+ "label": "Gaps bed to bigwig",
+ "name": "TreeValGal bed to bigwig",
+ "outputs": [],
+ "position": {
+ "left": 1132,
+ "top": 452
+ },
+ "subworkflow": {
+ "a_galaxy_workflow": "true",
+ "annotation": "",
+ "comments": [],
+ "creator": [
+ {
+ "class": "Organization",
+ "email": "mailto:ross.lazarus@gmail.com",
+ "name": "Ross Lazarus"
+ }
+ ],
+ "format-version": "0.1",
+ "name": "TreeValGal bed to bigwig",
+ "steps": {
+ "0": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 0,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Dense bed track file"
+ }
+ ],
+ "label": "Dense bed track file",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 24
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"format\": [\"bed\"], \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "2fa8d5f8-1341-4081-960f-166572caade8",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "1": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 1,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "windowbed_for_wiggle"
+ }
+ ],
+ "label": "windowbed_for_wiggle",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 147
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "f29483e6-1d27-42b2-b701-7af50199ab8f",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "2": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 2,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Contig lengths from reference"
+ }
+ ],
+ "label": "Contig lengths from reference",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 560,
+ "top": 190
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "7b983748-91f3-45ee-9f67-2c8a1ef5de0e",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "3": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_coveragebed/2.30.0+galaxy1",
+ "errors": null,
+ "id": 3,
+ "input_connections": {
+ "inputA": {
+ "id": 1,
+ "output_name": "output"
+ },
+ "reduce_or_iterate|inputB": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool bedtools Compute both the depth and breadth of coverage",
+ "name": "reduce_or_iterate"
+ }
+ ],
+ "label": null,
+ "name": "bedtools Compute both the depth and breadth of coverage",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 280,
+ "top": 0
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionoutput": {
+ "action_arguments": {
+ "newtype": "bedgraph"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "output"
+ },
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "#{reduce_or_iterate.inputB}"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_coveragebed/2.30.0+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "a1a923cd89e8",
+ "name": "bedtools",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"a_or_b\": false, \"d\": false, \"hist\": false, \"inputA\": {\"__class__\": \"ConnectedValue\"}, \"mean\": false, \"overlap_a\": null, \"overlap_b\": null, \"reciprocal_overlap\": false, \"reduce_or_iterate\": {\"reduce_or_iterate_selector\": \"iterate\", \"__current_case__\": 0, \"inputB\": {\"__class__\": \"ConnectedValue\"}}, \"sorted\": false, \"split\": false, \"strandedness\": false, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.30.0+galaxy1",
+ "type": "tool",
+ "uuid": "fdb74066-9b23-4ed9-9a6d-b65b74dcdd70",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "4": {
+ "annotation": "",
+ "content_id": "Cut1",
+ "errors": null,
+ "id": 4,
+ "input_connections": {
+ "input": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Cut",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 560,
+ "top": 56
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionout_file1": {
+ "action_arguments": {
+ "newtype": "bedgraph"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "out_file1"
+ },
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{input}count"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "Cut1",
+ "tool_state": "{\"columnList\": \"c1,c2,c3,c5\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.2",
+ "type": "tool",
+ "uuid": "172f11a6-5db0-44af-a417-547b2df8b88c",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "5": {
+ "annotation": "",
+ "content_id": "Cut1",
+ "errors": null,
+ "id": 5,
+ "input_connections": {
+ "input": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Cut",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 560,
+ "top": 313
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionout_file1": {
+ "action_arguments": {
+ "newtype": "bedgraph"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "out_file1"
+ },
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{input}frac"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "Cut1",
+ "tool_state": "{\"columnList\": \"c1,c2,c3,c7\", \"delimiter\": \"T\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.2",
+ "type": "tool",
+ "uuid": "ae4c9ab6-e361-431d-9cbf-4393731e21e1",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "6": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/ucsc_wigtobigwig/ucsc_wigtobigwig/447+galaxy0",
+ "errors": null,
+ "id": 6,
+ "input_connections": {
+ "hist_or_builtin|chromfile": {
+ "id": 2,
+ "output_name": "output"
+ },
+ "hist_or_builtin|input1": {
+ "id": 4,
+ "output_name": "out_file1"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool wigtobigwig",
+ "name": "hist_or_builtin"
+ },
+ {
+ "description": "runtime parameter for tool wigtobigwig",
+ "name": "hist_or_builtin"
+ }
+ ],
+ "label": null,
+ "name": "wigtobigwig",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 840,
+ "top": 66
+ },
+ "post_job_actions": {
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{hist_or_builtin.input1}.bw"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/ucsc_wigtobigwig/ucsc_wigtobigwig/447+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a2f83a375bf2",
+ "name": "ucsc_wigtobigwig",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"__input_ext\": \"input\", \"chromInfo\": \"/mnt/galaxy/tool-data/shared/ucsc/chrom/?.len\", \"hist_or_builtin\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"input1\": {\"__class__\": \"ConnectedValue\"}, \"chromfile\": {\"__class__\": \"ConnectedValue\"}}, \"settings\": {\"settingsType\": \"preset\", \"__current_case__\": 0}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "447+galaxy0",
+ "type": "tool",
+ "uuid": "3a83ffa4-3d20-4d23-b896-7212842bb866",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "count",
+ "output_name": "out_file1",
+ "uuid": "01e3bcb0-5df7-4097-9f12-987b43b44cab"
+ }
+ ]
+ },
+ "7": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/ucsc_wigtobigwig/ucsc_wigtobigwig/447+galaxy0",
+ "errors": null,
+ "id": 7,
+ "input_connections": {
+ "hist_or_builtin|chromfile": {
+ "id": 2,
+ "output_name": "output"
+ },
+ "hist_or_builtin|input1": {
+ "id": 5,
+ "output_name": "out_file1"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool wigtobigwig",
+ "name": "hist_or_builtin"
+ },
+ {
+ "description": "runtime parameter for tool wigtobigwig",
+ "name": "hist_or_builtin"
+ }
+ ],
+ "label": null,
+ "name": "wigtobigwig",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "bigwig"
+ }
+ ],
+ "position": {
+ "left": 840,
+ "top": 272
+ },
+ "post_job_actions": {
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{hist_or_builtin.input1}.bw"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/ucsc_wigtobigwig/ucsc_wigtobigwig/447+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a2f83a375bf2",
+ "name": "ucsc_wigtobigwig",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"__input_ext\": \"input\", \"chromInfo\": \"/mnt/galaxy/tool-data/shared/ucsc/chrom/?.len\", \"hist_or_builtin\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"input1\": {\"__class__\": \"ConnectedValue\"}, \"chromfile\": {\"__class__\": \"ConnectedValue\"}}, \"settings\": {\"settingsType\": \"preset\", \"__current_case__\": 0}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "447+galaxy0",
+ "type": "tool",
+ "uuid": "551eb1da-3375-40dc-b7ce-e406d9f67831",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "frac",
+ "output_name": "out_file1",
+ "uuid": "3f33a25d-4faf-4461-8e08-dc718eb44b5d"
+ }
+ ]
+ }
+ },
+ "tags": [],
+ "uuid": "d347de1f-3925-4330-afef-bce543819bdc"
+ },
+ "tool_id": null,
+ "type": "subworkflow",
+ "uuid": "6fcbaeac-2e3a-4406-a1cc-2f9e9b5e46bd",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "gapsfrac",
+ "output_name": "frac",
+ "uuid": "d6b2a51d-9c84-4023-a1a1-3217e9d36c22"
+ }
+ ]
+ }
+ },
+ "tags": [],
+ "uuid": "e5bac387-5e4e-4ab7-bc36-9d0ccde2534a"
+ },
+ "tool_id": null,
+ "type": "subworkflow",
+ "uuid": "29b01743-161c-4eb3-a753-11ff2034b23a",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "5:output",
+ "uuid": "1540aea5-d4c9-4256-b731-b73163bc402c"
+ },
+ {
+ "label": null,
+ "output_name": "1:output",
+ "uuid": "b650820f-fe0e-4db8-817a-7820f93614e1"
+ },
+ {
+ "label": null,
+ "output_name": "2:output",
+ "uuid": "8f3890c2-7f4d-4ce9-bb35-13d806010715"
+ },
+ {
+ "label": null,
+ "output_name": "3:output",
+ "uuid": "f4c83ca7-d9b1-4cc6-a5a0-6d4b56237bbb"
+ },
+ {
+ "label": null,
+ "output_name": "4:output",
+ "uuid": "f9f4396d-5513-4d6b-8bb1-0b0fa24d4e22"
+ }
+ ]
+ },
+ "25": {
+ "annotation": "",
+ "id": 25,
+ "input_connections": {
+ "Collection of closely related species": {
+ "id": 20,
+ "input_subworkflow_step_id": 3,
+ "output_name": "output"
+ },
+ "External reference genome to compare": {
+ "id": 3,
+ "input_subworkflow_step_id": 0,
+ "output_name": "output"
+ },
+ "Haplotype or reference being reported": {
+ "id": 1,
+ "input_subworkflow_step_id": 1,
+ "output_name": "output"
+ },
+ "Will you provide a collection with one or more closely related species for sequence similarity mapping 1?": {
+ "id": 19,
+ "input_subworkflow_step_id": 2,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "TreeValGalMashmaps2haps",
+ "outputs": [],
+ "position": {
+ "left": 1800,
+ "top": 2140
+ },
+ "subworkflow": {
+ "a_galaxy_workflow": "true",
+ "annotation": "",
+ "comments": [],
+ "format-version": "0.1",
+ "name": "TreeValGalMashmaps2haps",
+ "report": {
+ "markdown": "\n# Workflow Execution Report\n\n## Workflow Inputs\n```galaxy\ninvocation_inputs()\n```\n\n## Workflow Outputs\n```galaxy\ninvocation_outputs()\n```\n\n## Workflow\n```galaxy\nworkflow_display()\n```\n"
+ },
+ "steps": {
+ "0": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 0,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "External reference genome to compare"
+ }
+ ],
+ "label": "External reference genome to compare",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 160
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": true, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "e8e7cc05-3d87-4f9b-a623-30886c10353d",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "1": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 1,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Haplotype or reference being reported"
+ }
+ ],
+ "label": "Haplotype or reference being reported",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 410
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "763023ab-fc8f-4d98-a387-89b649863771",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "2": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 2,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Will you provide a collection with one or more closely related species for sequence similarity mapping 1?"
+ }
+ ],
+ "label": "Will you provide a collection with one or more closely related species for sequence similarity mapping 1?",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 640
+ },
+ "tool_id": null,
+ "tool_state": "{\"parameter_type\": \"boolean\", \"optional\": false}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "6020c868-d8af-4fd1-898c-987e1d4d4cd3",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "636c3d3e-5332-4345-a46f-abec2e9a292e"
+ }
+ ]
+ },
+ "3": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 3,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Collection of closely related species"
+ }
+ ],
+ "label": "Collection of closely related species",
+ "name": "Input dataset collection",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 860
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": true, \"tag\": null, \"collection_type\": \"list\"}",
+ "tool_version": null,
+ "type": "data_collection_input",
+ "uuid": "3ee86bd7-5509-489b-81a4-cb404bc18bd7",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "4": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "errors": null,
+ "id": 4,
+ "input_connections": {
+ "query": {
+ "id": 1,
+ "output_name": "output"
+ },
+ "reflist": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "independent mashmap 2k99.5",
+ "name": "mashmap",
+ "outputs": [
+ {
+ "name": "mashout",
+ "type": "paf"
+ }
+ ],
+ "position": {
+ "left": 700,
+ "top": 0
+ },
+ "post_job_actions": {
+ "RenameDatasetActionmashout": {
+ "action_arguments": {
+ "newname": "indepmash2k99"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "mashout"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a3a6b0b31f2d",
+ "name": "mashmap",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dense\": false, \"filter_mode\": \"one-to-one\", \"kmerComplexity\": null, \"kmerThreshold\": null, \"noHgFilter\": false, \"noMerge\": false, \"perc_identity\": \"99.5\", \"query\": {\"__class__\": \"ConnectedValue\"}, \"reflist\": {\"__class__\": \"ConnectedValue\"}, \"reportPercentage\": false, \"seqLength\": \"2000\", \"sketchSize\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.1.3+galaxy0",
+ "type": "tool",
+ "uuid": "9e7f1089-44ed-4992-bc0a-4b64078d1b0d",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "Independent 2k99 mashmap paf",
+ "output_name": "mashout",
+ "uuid": "66029f85-13a4-4eb9-a388-cbdf7e52e299"
+ }
+ ]
+ },
+ "5": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "errors": null,
+ "id": 5,
+ "input_connections": {
+ "query": {
+ "id": 1,
+ "output_name": "output"
+ },
+ "reflist": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "independent mashmap 10k97",
+ "name": "mashmap",
+ "outputs": [
+ {
+ "name": "mashout",
+ "type": "paf"
+ }
+ ],
+ "position": {
+ "left": 700,
+ "top": 300
+ },
+ "post_job_actions": {
+ "RenameDatasetActionmashout": {
+ "action_arguments": {
+ "newname": "indepmash10k97"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "mashout"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a3a6b0b31f2d",
+ "name": "mashmap",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dense\": false, \"filter_mode\": \"one-to-one\", \"kmerComplexity\": null, \"kmerThreshold\": null, \"noHgFilter\": false, \"noMerge\": false, \"perc_identity\": \"97.0\", \"query\": {\"__class__\": \"ConnectedValue\"}, \"reflist\": {\"__class__\": \"ConnectedValue\"}, \"reportPercentage\": false, \"seqLength\": \"10000\", \"sketchSize\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.1.3+galaxy0",
+ "type": "tool",
+ "uuid": "7b8eee19-fad2-4f2d-bd49-bf634a32cd79",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "independent 10k97 mashmap",
+ "output_name": "mashout",
+ "uuid": "d34faa27-79ad-495e-a9b3-5a38c296eb94"
+ }
+ ]
+ },
+ "6": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "errors": null,
+ "id": 6,
+ "input_connections": {
+ "query": {
+ "id": 1,
+ "output_name": "output"
+ },
+ "reflist": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "independent mashmap 20k95",
+ "name": "mashmap",
+ "outputs": [
+ {
+ "name": "mashout",
+ "type": "paf"
+ }
+ ],
+ "position": {
+ "left": 1100,
+ "top": 0
+ },
+ "post_job_actions": {
+ "RenameDatasetActionmashout": {
+ "action_arguments": {
+ "newname": "indepmash20k95"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "mashout"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a3a6b0b31f2d",
+ "name": "mashmap",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dense\": false, \"filter_mode\": \"one-to-one\", \"kmerComplexity\": null, \"kmerThreshold\": null, \"noHgFilter\": false, \"noMerge\": false, \"perc_identity\": \"95.0\", \"query\": {\"__class__\": \"ConnectedValue\"}, \"reflist\": {\"__class__\": \"ConnectedValue\"}, \"reportPercentage\": false, \"seqLength\": \"20000\", \"sketchSize\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.1.3+galaxy0",
+ "type": "tool",
+ "uuid": "bf61eb5b-0800-4855-b234-6ac13c8c0f7d",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "Independent 20k95 mashmap paf",
+ "output_name": "mashout",
+ "uuid": "2e12ede6-2e4d-46eb-b114-a52297491b0e"
+ }
+ ]
+ },
+ "7": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "errors": null,
+ "id": 7,
+ "input_connections": {
+ "query": {
+ "id": 1,
+ "output_name": "output"
+ },
+ "reflist": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "independent mashmap 5k98",
+ "name": "mashmap",
+ "outputs": [
+ {
+ "name": "mashout",
+ "type": "paf"
+ }
+ ],
+ "position": {
+ "left": 1100,
+ "top": 300
+ },
+ "post_job_actions": {
+ "RenameDatasetActionmashout": {
+ "action_arguments": {
+ "newname": "indepmash5k98"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "mashout"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a3a6b0b31f2d",
+ "name": "mashmap",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dense\": false, \"filter_mode\": \"one-to-one\", \"kmerComplexity\": null, \"kmerThreshold\": null, \"noHgFilter\": false, \"noMerge\": false, \"perc_identity\": \"98.0\", \"query\": {\"__class__\": \"ConnectedValue\"}, \"reflist\": {\"__class__\": \"ConnectedValue\"}, \"reportPercentage\": false, \"seqLength\": \"5000\", \"sketchSize\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.1.3+galaxy0",
+ "type": "tool",
+ "uuid": "85a4ff99-1c96-45cd-b024-a390be9f6d23",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "independent 5k 98 mashmap",
+ "output_name": "mashout",
+ "uuid": "feb2affe-370c-4b30-a75c-acb2e873cac6"
+ }
+ ]
+ },
+ "8": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "errors": null,
+ "id": 8,
+ "input_connections": {
+ "query": {
+ "id": 1,
+ "output_name": "output"
+ },
+ "reflist": {
+ "id": 0,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "independent mashmap 50k95",
+ "name": "mashmap",
+ "outputs": [
+ {
+ "name": "mashout",
+ "type": "paf"
+ }
+ ],
+ "position": {
+ "left": 1500,
+ "top": 0
+ },
+ "post_job_actions": {
+ "RenameDatasetActionmashout": {
+ "action_arguments": {
+ "newname": "indepmash50k95"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "mashout"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a3a6b0b31f2d",
+ "name": "mashmap",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dense\": false, \"filter_mode\": \"one-to-one\", \"kmerComplexity\": null, \"kmerThreshold\": null, \"noHgFilter\": false, \"noMerge\": false, \"perc_identity\": \"95.0\", \"query\": {\"__class__\": \"ConnectedValue\"}, \"reflist\": {\"__class__\": \"ConnectedValue\"}, \"reportPercentage\": false, \"seqLength\": \"50000\", \"sketchSize\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.1.3+galaxy0",
+ "type": "tool",
+ "uuid": "1082df05-f73c-4441-8ab7-12f53aef99a4",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "Independent 50k95 mashmap paf",
+ "output_name": "mashout",
+ "uuid": "0ad76d64-f4f9-4c24-a3b7-77ab49d905a0"
+ }
+ ]
+ },
+ "9": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "errors": null,
+ "id": 9,
+ "input_connections": {
+ "query": {
+ "id": 1,
+ "output_name": "output"
+ },
+ "reflist": {
+ "id": 3,
+ "output_name": "output"
+ },
+ "when": {
+ "id": 2,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "multispecies5k85",
+ "name": "mashmap",
+ "outputs": [
+ {
+ "name": "mashout",
+ "type": "paf"
+ }
+ ],
+ "position": {
+ "left": 700,
+ "top": 620
+ },
+ "post_job_actions": {
+ "RenameDatasetActionmashout": {
+ "action_arguments": {
+ "newname": "multimash5k85"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "mashout"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a3a6b0b31f2d",
+ "name": "mashmap",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dense\": false, \"filter_mode\": \"one-to-one\", \"kmerComplexity\": null, \"kmerThreshold\": null, \"noHgFilter\": false, \"noMerge\": false, \"perc_identity\": \"85.0\", \"query\": {\"__class__\": \"ConnectedValue\"}, \"reflist\": {\"__class__\": \"ConnectedValue\"}, \"reportPercentage\": false, \"seqLength\": \"5000\", \"sketchSize\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.1.3+galaxy0",
+ "type": "tool",
+ "uuid": "5fcee661-01f5-41cc-8458-7a4729f3a3fa",
+ "when": "$(inputs.when)",
+ "workflow_outputs": [
+ {
+ "label": "multispecies 5k 85 mashmap",
+ "output_name": "mashout",
+ "uuid": "0766fb29-8cde-4b82-a28f-6359aedab20e"
+ }
+ ]
+ },
+ "10": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "errors": null,
+ "id": 10,
+ "input_connections": {
+ "query": {
+ "id": 1,
+ "output_name": "output"
+ },
+ "reflist": {
+ "id": 3,
+ "output_name": "output"
+ },
+ "when": {
+ "id": 2,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool mashmap",
+ "name": "query"
+ },
+ {
+ "description": "runtime parameter for tool mashmap",
+ "name": "reflist"
+ }
+ ],
+ "label": "multispecies10k85",
+ "name": "mashmap",
+ "outputs": [
+ {
+ "name": "mashout",
+ "type": "paf"
+ }
+ ],
+ "position": {
+ "left": 700,
+ "top": 960
+ },
+ "post_job_actions": {
+ "RenameDatasetActionmashout": {
+ "action_arguments": {
+ "newname": "multimash5k85"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "mashout"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a3a6b0b31f2d",
+ "name": "mashmap",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dense\": false, \"filter_mode\": \"one-to-one\", \"kmerComplexity\": null, \"kmerThreshold\": null, \"noHgFilter\": false, \"noMerge\": false, \"perc_identity\": \"85.0\", \"query\": {\"__class__\": \"RuntimeValue\"}, \"reflist\": {\"__class__\": \"RuntimeValue\"}, \"reportPercentage\": false, \"seqLength\": \"10000\", \"sketchSize\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.1.3+galaxy0",
+ "type": "tool",
+ "uuid": "6889b823-2c7f-405b-9d44-9273ca749424",
+ "when": "$(inputs.when)",
+ "workflow_outputs": [
+ {
+ "label": "multispecies 10k 85 mashmap",
+ "output_name": "mashout",
+ "uuid": "fe4c8e40-6dd3-4dd6-b02f-8beddc73573c"
+ }
+ ]
+ },
+ "11": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "errors": null,
+ "id": 11,
+ "input_connections": {
+ "query": {
+ "id": 1,
+ "output_name": "output"
+ },
+ "reflist": {
+ "id": 3,
+ "output_name": "output"
+ },
+ "when": {
+ "id": 2,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "multispecies 2k 95 mashmap",
+ "name": "mashmap",
+ "outputs": [
+ {
+ "name": "mashout",
+ "type": "paf"
+ }
+ ],
+ "position": {
+ "left": 1100,
+ "top": 620
+ },
+ "post_job_actions": {
+ "RenameDatasetActionmashout": {
+ "action_arguments": {
+ "newname": "multimash2k95"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "mashout"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a3a6b0b31f2d",
+ "name": "mashmap",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dense\": false, \"filter_mode\": \"one-to-one\", \"kmerComplexity\": null, \"kmerThreshold\": null, \"noHgFilter\": false, \"noMerge\": false, \"perc_identity\": \"95.0\", \"query\": {\"__class__\": \"ConnectedValue\"}, \"reflist\": {\"__class__\": \"ConnectedValue\"}, \"reportPercentage\": false, \"seqLength\": \"2000\", \"sketchSize\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.1.3+galaxy0",
+ "type": "tool",
+ "uuid": "4fdc6145-8dd2-48ea-b231-ad65e773400a",
+ "when": "$(inputs.when)",
+ "workflow_outputs": [
+ {
+ "label": "multispecies 2k 95 mashmap",
+ "output_name": "mashout",
+ "uuid": "36007f10-4ddf-4194-b1e2-14045d4afb8b"
+ }
+ ]
+ },
+ "12": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "errors": null,
+ "id": 12,
+ "input_connections": {
+ "query": {
+ "id": 1,
+ "output_name": "output"
+ },
+ "reflist": {
+ "id": 3,
+ "output_name": "output"
+ },
+ "when": {
+ "id": 2,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "multispecies 1k 93",
+ "name": "mashmap",
+ "outputs": [
+ {
+ "name": "mashout",
+ "type": "paf"
+ }
+ ],
+ "position": {
+ "left": 1500,
+ "top": 620
+ },
+ "post_job_actions": {
+ "RenameDatasetActionmashout": {
+ "action_arguments": {
+ "newname": "multimash1k93"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "mashout"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/mashmap/mashmap/3.1.3+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "a3a6b0b31f2d",
+ "name": "mashmap",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dense\": false, \"filter_mode\": \"one-to-one\", \"kmerComplexity\": null, \"kmerThreshold\": null, \"noHgFilter\": false, \"noMerge\": false, \"perc_identity\": \"93.0\", \"query\": {\"__class__\": \"ConnectedValue\"}, \"reflist\": {\"__class__\": \"ConnectedValue\"}, \"reportPercentage\": false, \"seqLength\": \"1000\", \"sketchSize\": \"0\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "3.1.3+galaxy0",
+ "type": "tool",
+ "uuid": "6ae10f7d-2e78-4349-972e-75dfa78f6a22",
+ "when": "$(inputs.when)",
+ "workflow_outputs": [
+ {
+ "label": "multispecies 1k 93 mashmap",
+ "output_name": "mashout",
+ "uuid": "fd57b33c-8861-4d9b-8e42-cb01fd0fd963"
+ }
+ ]
+ }
+ },
+ "tags": [],
+ "uuid": "eb5b1cd8-31b1-47a5-8ac2-626d90488ed4"
+ },
+ "tool_id": null,
+ "type": "subworkflow",
+ "uuid": "b8272427-04ac-47be-8b47-06125d6420ae",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "2:output",
+ "uuid": "ddcaa4a0-6664-4368-8cd9-cff17953ff84"
+ }
+ ]
+ },
+ "26": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_easyjoin_tool/9.3+galaxy1",
+ "errors": null,
+ "id": 26,
+ "input_connections": {
+ "infile1": {
+ "id": 21,
+ "output_name": "output"
+ },
+ "infile2": {
+ "id": 22,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "h2 missing in h1 for fake reference",
+ "name": "Join",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 640,
+ "top": 40
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_easyjoin_tool/9.3+galaxy1",
+ "tool_shed_repository": {
+ "changeset_revision": "86755160afbf",
+ "name": "text_processing",
+ "owner": "bgruening",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"column1\": \"1\", \"column2\": \"1\", \"empty_string_filler\": \"0\", \"header\": false, \"ignore_case\": false, \"infile1\": {\"__class__\": \"ConnectedValue\"}, \"infile2\": {\"__class__\": \"ConnectedValue\"}, \"jointype\": \"-v 2\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "9.3+galaxy1",
+ "type": "tool",
+ "uuid": "f47afb9a-85dc-4110-9935-a4b43197459c",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "27": {
+ "annotation": "",
+ "content_id": "Cut1",
+ "errors": null,
+ "id": 27,
+ "input_connections": {
+ "input": {
+ "id": 26,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": "cut",
+ "name": "Cut",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "tabular"
+ }
+ ],
+ "position": {
+ "left": 910,
+ "top": 40
+ },
+ "post_job_actions": {
+ "ChangeDatatypeActionout_file1": {
+ "action_arguments": {
+ "newtype": "txt"
+ },
+ "action_type": "ChangeDatatypeAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "Cut1",
+ "tool_state": "{\"columnList\": \"c1\", \"delimiter\": \"Sp\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.2",
+ "type": "tool",
+ "uuid": "01fc2b01-54cc-4764-8d9d-ebb42120f2a4",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": "h2 contigs not in h1",
+ "output_name": "out_file1",
+ "uuid": "c5c98f33-2123-47c5-8997-d22b04f40223"
+ }
+ ]
+ },
+ "28": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/galaxyp/filter_by_fasta_ids/filter_by_fasta_ids/2.3",
+ "errors": null,
+ "id": 28,
+ "input_connections": {
+ "header_criteria|identifiers": {
+ "id": 27,
+ "output_name": "out_file1"
+ },
+ "input": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Filter FASTA",
+ "name": "header_criteria"
+ }
+ ],
+ "label": null,
+ "name": "Filter FASTA",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "fasta"
+ }
+ ],
+ "position": {
+ "left": 1290,
+ "top": 40
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "h2_not_in_h1.fa"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/galaxyp/filter_by_fasta_ids/filter_by_fasta_ids/2.3",
+ "tool_shed_repository": {
+ "changeset_revision": "dff7df6fcab5",
+ "name": "filter_by_fasta_ids",
+ "owner": "galaxyp",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"dedup\": false, \"header_criteria\": {\"header_criteria_select\": \"id_list\", \"__current_case__\": 1, \"identifiers\": {\"__class__\": \"ConnectedValue\"}, \"id_regex\": {\"find\": \"beginning\", \"__current_case__\": 0}}, \"input\": {\"__class__\": \"ConnectedValue\"}, \"output_discarded\": false, \"sequence_criteria\": {\"sequence_criteria_select\": \"\", \"__current_case__\": 0}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.3",
+ "type": "tool",
+ "uuid": "31ca34bd-c0dc-45d1-b4d6-9a51e2ce766e",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "29": {
+ "annotation": "",
+ "content_id": "cat1",
+ "errors": null,
+ "id": 29,
+ "input_connections": {
+ "input1": {
+ "id": 1,
+ "output_name": "output"
+ },
+ "queries_0|input2": {
+ "id": 28,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Concatenate datasets",
+ "outputs": [
+ {
+ "name": "out_file1",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 1560,
+ "top": 40
+ },
+ "post_job_actions": {
+ "RenameDatasetActionout_file1": {
+ "action_arguments": {
+ "newname": "#{input1}_#{queries_0.input2}.fa"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "out_file1"
+ }
+ },
+ "tool_id": "cat1",
+ "tool_state": "{\"input1\": {\"__class__\": \"ConnectedValue\"}, \"queries\": [{\"__index__\": 0, \"input2\": {\"__class__\": \"ConnectedValue\"}}], \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "1.0.0",
+ "type": "tool",
+ "uuid": "e02e87de-7449-4f3b-9007-0995b96b60cd",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "30": {
+ "annotation": "",
+ "id": 30,
+ "input_connections": {
+ "CDS fasta if available": {
+ "id": 12,
+ "input_subworkflow_step_id": 2,
+ "output_name": "output"
+ },
+ "Do you have a fasta of CDs - NCBI for example?": {
+ "id": 11,
+ "input_subworkflow_step_id": 1,
+ "output_name": "output"
+ },
+ "Do you have a fasta of genes - NCBI for example?": {
+ "id": 13,
+ "input_subworkflow_step_id": 3,
+ "output_name": "output"
+ },
+ "Do you have a fasta of protein amino acids - NCBI for example?": {
+ "id": 17,
+ "input_subworkflow_step_id": 7,
+ "output_name": "output"
+ },
+ "Do you have a fasta of rna - NCBI for example?": {
+ "id": 15,
+ "input_subworkflow_step_id": 5,
+ "output_name": "output"
+ },
+ "Genes fasta if available": {
+ "id": 14,
+ "input_subworkflow_step_id": 4,
+ "output_name": "output"
+ },
+ "protein fasta if available": {
+ "id": 18,
+ "input_subworkflow_step_id": 8,
+ "output_name": "output"
+ },
+ "reference fasta": {
+ "id": 29,
+ "input_subworkflow_step_id": 0,
+ "output_name": "out_file1"
+ },
+ "rna fasta if available": {
+ "id": 16,
+ "input_subworkflow_step_id": 6,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "TreeValGal_anno_bed_optional",
+ "outputs": [],
+ "position": {
+ "left": 2000,
+ "top": 1250
+ },
+ "subworkflow": {
+ "a_galaxy_workflow": "true",
+ "annotation": "",
+ "comments": [
+ {
+ "color": "none",
+ "data": {
+ "size": 2,
+ "text": "Notes:
Uses Delphine's suggested method for optional inputs.
Not sure if minimap2 mapping preset is right?
.
"
+ },
+ "id": 0,
+ "position": [
+ 1540,
+ 900
+ ],
+ "size": [
+ 420,
+ 220
+ ],
+ "type": "text"
+ }
+ ],
+ "creator": [
+ {
+ "class": "Person",
+ "identifier": "0000-0003-3939-1961",
+ "name": "Ross Lazarus"
+ },
+ {
+ "class": "Person",
+ "identifier": "anna.syme@gmail.com",
+ "name": "Anna Syme"
+ },
+ {
+ "class": "Person",
+ "identifier": "lariviere.delphine@gmail.com",
+ "name": "Delphine Lariviere"
+ },
+ {
+ "class": "Person",
+ "identifier": "nadibraj@gmail.com",
+ "name": "Nadolina Brajuka"
+ }
+ ],
+ "format-version": "0.1",
+ "name": "TreeValGal_anno_bed_optional",
+ "report": {
+ "markdown": "\n# Workflow Execution Report\n\n## Workflow Inputs\n```galaxy\ninvocation_inputs()\n```\n\n## Workflow Outputs\n```galaxy\ninvocation_outputs()\n```\n\n## Workflow\n```galaxy\nworkflow_display()\n```\n"
+ },
+ "steps": {
+ "0": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 0,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "reference fasta"
+ }
+ ],
+ "label": "reference fasta",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 0
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": false, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "c12fd7d7-676a-4259-9bf4-5fb30fb57c03",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "1": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 1,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Do you have a fasta of CDs - NCBI for example?"
+ }
+ ],
+ "label": "Do you have a fasta of CDs - NCBI for example?",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 150
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": false, \"parameter_type\": \"boolean\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "4778f37e-bc66-41e7-8f04-a725ddb83a37",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "f3fc9042-3dd9-49fc-9d02-b073f143b4fe"
+ }
+ ]
+ },
+ "2": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 2,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "CDS fasta if available"
+ }
+ ],
+ "label": "CDS fasta if available",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 250
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": true, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "8d4a9b9a-7da4-4b93-8ef4-e0f4fcf7cc50",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "d32f918e-f83e-4244-ac0e-b75a320701f7"
+ }
+ ]
+ },
+ "3": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 3,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Do you have a fasta of genes - NCBI for example?"
+ }
+ ],
+ "label": "Do you have a fasta of genes - NCBI for example?",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 350
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": false, \"parameter_type\": \"boolean\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "edc75676-a360-4786-8578-b02361315d85",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "973aee94-b719-4d1b-8c66-00fbcb5e38fd"
+ }
+ ]
+ },
+ "4": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 4,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Genes fasta if available"
+ }
+ ],
+ "label": "Genes fasta if available",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 450
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": true, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "b0cc712e-4ce7-4f40-ae52-4d4e707eec2e",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "f1ef1cd2-cd46-4d67-a955-8473cd1999d5"
+ }
+ ]
+ },
+ "5": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 5,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Do you have a fasta of rna - NCBI for example?"
+ }
+ ],
+ "label": "Do you have a fasta of rna - NCBI for example?",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 600
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": false, \"parameter_type\": \"boolean\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "7210c646-a2c4-483c-9df6-822dbe630573",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "ba8b396a-1263-434e-8a21-65b790d03777"
+ }
+ ]
+ },
+ "6": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 6,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "rna fasta if available"
+ }
+ ],
+ "label": "rna fasta if available",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 700
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": true, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "541c4ef3-0f3d-4571-b606-6ebf110e9fe8",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "7298bb06-86c9-4f11-a581-18f4d18b6076"
+ }
+ ]
+ },
+ "7": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 7,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "Do you have a fasta of protein amino acids - NCBI for example?"
+ }
+ ],
+ "label": "Do you have a fasta of protein amino acids - NCBI for example?",
+ "name": "Input parameter",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 820
+ },
+ "tool_id": null,
+ "tool_state": "{\"default\": false, \"parameter_type\": \"boolean\", \"optional\": true}",
+ "tool_version": null,
+ "type": "parameter_input",
+ "uuid": "b6602b82-6e67-4540-bf76-fedf627c2fa6",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "21950534-121a-470f-8d3d-73786d246076"
+ }
+ ]
+ },
+ "8": {
+ "annotation": "",
+ "content_id": null,
+ "errors": null,
+ "id": 8,
+ "input_connections": {},
+ "inputs": [
+ {
+ "description": "",
+ "name": "protein fasta if available"
+ }
+ ],
+ "label": "protein fasta if available",
+ "name": "Input dataset",
+ "outputs": [],
+ "position": {
+ "left": 0,
+ "top": 940
+ },
+ "tool_id": null,
+ "tool_state": "{\"optional\": true, \"tag\": null}",
+ "tool_version": null,
+ "type": "data_input",
+ "uuid": "47914c0d-4a22-4356-bf11-b1437342f91b",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "output",
+ "uuid": "d801f621-43ec-478b-b6cb-588c69f778bd"
+ }
+ ]
+ },
+ "9": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 9,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 1,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "boolean_param",
+ "type": "expression.json"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 0
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"boolean\", \"__current_case__\": 3, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "f8c869a2-c088-4744-9c72-7d4a01a35d9b",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "10": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 10,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 2,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "data_param",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 180
+ },
+ "post_job_actions": {
+ "RenameDatasetActiondata_param": {
+ "action_arguments": {
+ "newname": "cds.fasta"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "data_param"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"data\", \"__current_case__\": 4, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "411dca43-51f1-4960-831f-acbd83c376e9",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "11": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 11,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 3,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "boolean_param",
+ "type": "expression.json"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 360
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"boolean\", \"__current_case__\": 3, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "3bece52a-d779-4a81-9e34-a2837f8361e9",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "12": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 12,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 4,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "data_param",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 500
+ },
+ "post_job_actions": {
+ "RenameDatasetActiondata_param": {
+ "action_arguments": {
+ "newname": "genes.fasta"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "data_param"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"data\", \"__current_case__\": 4, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "be586d18-54bd-4214-bd03-1d9a2b66ecef",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "13": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 13,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 5,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "boolean_param",
+ "type": "expression.json"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 620
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"boolean\", \"__current_case__\": 3, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "85da17b7-f51d-41d5-9a36-21026156c90f",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "14": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 14,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 6,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "data_param",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 760
+ },
+ "post_job_actions": {
+ "RenameDatasetActiondata_param": {
+ "action_arguments": {
+ "newname": "rna.fasta"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "data_param"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"data\", \"__current_case__\": 4, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "0527a45d-064b-4d71-889c-0960b1888d2f",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "15": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 15,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 7,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "boolean_param",
+ "type": "expression.json"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 880
+ },
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"boolean\", \"__current_case__\": 3, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "983dfcac-6d37-4d73-9ff7-3864b2003dbf",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "16": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 16,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 8,
+ "output_name": "output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "data_param",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 300,
+ "top": 1020
+ },
+ "post_job_actions": {
+ "RenameDatasetActiondata_param": {
+ "action_arguments": {
+ "newname": "protein.fasta"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "data_param"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"data\", \"__current_case__\": 4, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "681c88e3-f9d0-46f7-b91b-f6734ecc0a2c",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "17": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "errors": null,
+ "id": 17,
+ "input_connections": {
+ "fastq_input|fastq_input1": {
+ "id": 10,
+ "output_name": "data_param"
+ },
+ "reference_source|ref_file": {
+ "id": 0,
+ "output_name": "output"
+ },
+ "when": {
+ "id": 9,
+ "output_name": "boolean_param"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "fastq_input"
+ },
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "reference_source"
+ }
+ ],
+ "label": null,
+ "name": "Map with minimap2",
+ "outputs": [
+ {
+ "name": "alignment_output",
+ "type": "bam"
+ }
+ ],
+ "position": {
+ "left": 540,
+ "top": 100
+ },
+ "post_job_actions": {
+ "DeleteIntermediatesActionalignment_output": {
+ "action_arguments": {},
+ "action_type": "DeleteIntermediatesAction",
+ "output_name": "alignment_output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "5cc34c3f440d",
+ "name": "minimap2",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"alignment_options\": {\"splicing\": {\"splice_mode\": \"preset\", \"__current_case__\": 0}, \"A\": null, \"B\": null, \"O\": null, \"O2\": null, \"E\": null, \"E2\": null, \"z\": null, \"z2\": null, \"s\": null, \"no_end_flt\": true}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 0, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}, \"analysis_type_selector\": \"sr\"}, \"indexing_options\": {\"H\": false, \"k\": null, \"w\": null, \"I\": null}, \"io_options\": {\"output_format\": \"BAM\", \"Q\": false, \"L\": false, \"K\": null, \"cs\": null, \"c\": false, \"eqx\": false, \"Y\": false}, \"mapping_options\": {\"N\": null, \"F\": null, \"f\": null, \"kmer_ocurrence_interval\": {\"interval\": \"\", \"__current_case__\": 1}, \"min_occ_floor\": null, \"q_occ_frac\": \"0.01\", \"g\": null, \"r\": null, \"n\": null, \"m\": null, \"max_chain_skip\": null, \"max_chain_iter\": null, \"X\": false, \"p\": null, \"mask_len\": null}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.28+galaxy0",
+ "type": "tool",
+ "uuid": "c53a0cf0-5b7d-49b8-a8fb-26a3adfef04c",
+ "when": "$(inputs.when)",
+ "workflow_outputs": []
+ },
+ "18": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "errors": null,
+ "id": 18,
+ "input_connections": {
+ "fastq_input|fastq_input1": {
+ "id": 12,
+ "output_name": "data_param"
+ },
+ "reference_source|ref_file": {
+ "id": 0,
+ "output_name": "output"
+ },
+ "when": {
+ "id": 11,
+ "output_name": "boolean_param"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "fastq_input"
+ },
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "reference_source"
+ }
+ ],
+ "label": null,
+ "name": "Map with minimap2",
+ "outputs": [
+ {
+ "name": "alignment_output",
+ "type": "bam"
+ }
+ ],
+ "position": {
+ "left": 540,
+ "top": 360
+ },
+ "post_job_actions": {
+ "DeleteIntermediatesActionalignment_output": {
+ "action_arguments": {},
+ "action_type": "DeleteIntermediatesAction",
+ "output_name": "alignment_output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "5cc34c3f440d",
+ "name": "minimap2",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"alignment_options\": {\"splicing\": {\"splice_mode\": \"preset\", \"__current_case__\": 0}, \"A\": null, \"B\": null, \"O\": null, \"O2\": null, \"E\": null, \"E2\": null, \"z\": null, \"z2\": null, \"s\": null, \"no_end_flt\": true}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 0, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}, \"analysis_type_selector\": \"sr\"}, \"indexing_options\": {\"H\": false, \"k\": null, \"w\": null, \"I\": null}, \"io_options\": {\"output_format\": \"BAM\", \"Q\": false, \"L\": false, \"K\": null, \"cs\": null, \"c\": false, \"eqx\": false, \"Y\": false}, \"mapping_options\": {\"N\": null, \"F\": null, \"f\": null, \"kmer_ocurrence_interval\": {\"interval\": \"\", \"__current_case__\": 1}, \"min_occ_floor\": null, \"q_occ_frac\": \"0.01\", \"g\": null, \"r\": null, \"n\": null, \"m\": null, \"max_chain_skip\": null, \"max_chain_iter\": null, \"X\": false, \"p\": null, \"mask_len\": null}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.28+galaxy0",
+ "type": "tool",
+ "uuid": "60030f45-e02f-46ce-bbbb-708f4503fd66",
+ "when": "$(inputs.when)",
+ "workflow_outputs": []
+ },
+ "19": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "errors": null,
+ "id": 19,
+ "input_connections": {
+ "fastq_input|fastq_input1": {
+ "id": 14,
+ "output_name": "data_param"
+ },
+ "reference_source|ref_file": {
+ "id": 0,
+ "output_name": "output"
+ },
+ "when": {
+ "id": 13,
+ "output_name": "boolean_param"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "fastq_input"
+ },
+ {
+ "description": "runtime parameter for tool Map with minimap2",
+ "name": "reference_source"
+ }
+ ],
+ "label": null,
+ "name": "Map with minimap2",
+ "outputs": [
+ {
+ "name": "alignment_output",
+ "type": "bam"
+ }
+ ],
+ "position": {
+ "left": 540,
+ "top": 620
+ },
+ "post_job_actions": {
+ "DeleteIntermediatesActionalignment_output": {
+ "action_arguments": {},
+ "action_type": "DeleteIntermediatesAction",
+ "output_name": "alignment_output"
+ },
+ "RenameDatasetActionalignment_output": {
+ "action_arguments": {
+ "newname": "rna.bam"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "alignment_output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/minimap2/minimap2/2.28+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "5cc34c3f440d",
+ "name": "minimap2",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"alignment_options\": {\"splicing\": {\"splice_mode\": \"preset\", \"__current_case__\": 0}, \"A\": null, \"B\": null, \"O\": null, \"O2\": null, \"E\": null, \"E2\": null, \"z\": null, \"z2\": null, \"s\": null, \"no_end_flt\": true}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 0, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}, \"analysis_type_selector\": \"sr\"}, \"indexing_options\": {\"H\": false, \"k\": null, \"w\": null, \"I\": null}, \"io_options\": {\"output_format\": \"BAM\", \"Q\": false, \"L\": false, \"K\": null, \"cs\": null, \"c\": false, \"eqx\": false, \"Y\": false}, \"mapping_options\": {\"N\": null, \"F\": null, \"f\": null, \"kmer_ocurrence_interval\": {\"interval\": \"\", \"__current_case__\": 1}, \"min_occ_floor\": null, \"q_occ_frac\": \"0.01\", \"g\": null, \"r\": null, \"n\": null, \"m\": null, \"max_chain_skip\": null, \"max_chain_iter\": null, \"X\": false, \"p\": null, \"mask_len\": null}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.28+galaxy0",
+ "type": "tool",
+ "uuid": "77ea3fc4-6cd1-4c6a-9e16-a50ac8602faa",
+ "when": "$(inputs.when)",
+ "workflow_outputs": []
+ },
+ "20": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/miniprot/miniprot/0.13+galaxy0",
+ "errors": null,
+ "id": 20,
+ "input_connections": {
+ "db|genomic_fasta": {
+ "id": 0,
+ "output_name": "output"
+ },
+ "protein_fasta": {
+ "id": 16,
+ "output_name": "data_param"
+ },
+ "when": {
+ "id": 15,
+ "output_name": "boolean_param"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Miniprot align",
+ "name": "db"
+ }
+ ],
+ "label": null,
+ "name": "Miniprot align",
+ "outputs": [
+ {
+ "name": "output_alignment",
+ "type": "gff3"
+ }
+ ],
+ "position": {
+ "left": 540,
+ "top": 900
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput_alignment": {
+ "action_arguments": {
+ "newname": "protein_gff"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output_alignment"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/miniprot/miniprot/0.13+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "6b20d051d0dc",
+ "name": "miniprot",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"adv\": {\"options\": \"no\", \"__current_case__\": 1}, \"db\": {\"dbtype\": \"fasta\", \"__current_case__\": 0, \"genomic_fasta\": {\"__class__\": \"ConnectedValue\"}, \"kmer_size\": \"6\", \"bits_per_block\": \"8\", \"modimisers\": \"1\", \"min_ORF\": \"30\"}, \"output_format\": \"gff\", \"protein_fasta\": {\"__class__\": \"ConnectedValue\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.13+galaxy0",
+ "type": "tool",
+ "uuid": "5fa5553f-6123-4207-b783-9e29908e7fda",
+ "when": "$(inputs.when)",
+ "workflow_outputs": [
+ {
+ "label": "protein gff",
+ "output_name": "output_alignment",
+ "uuid": "3593012a-4d8f-4ec4-9275-2fa141f08f92"
+ }
+ ]
+ },
+ "21": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 21,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 17,
+ "output_name": "alignment_output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "data_param",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 800,
+ "top": 100
+ },
+ "post_job_actions": {
+ "RenameDatasetActiondata_param": {
+ "action_arguments": {
+ "newname": "cds.bam"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "data_param"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"data\", \"__current_case__\": 4, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "12647688-f068-47f3-adab-235c530ecc2c",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "22": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 22,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 18,
+ "output_name": "alignment_output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "data_param",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 800,
+ "top": 400
+ },
+ "post_job_actions": {
+ "RenameDatasetActiondata_param": {
+ "action_arguments": {
+ "newname": "genes.bam"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "data_param"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"data\", \"__current_case__\": 4, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "b186a571-fb5c-42b1-aef0-22fc9796d4b3",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "23": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "errors": null,
+ "id": 23,
+ "input_connections": {
+ "style_cond|type_cond|pick_from_0|value": {
+ "id": 19,
+ "output_name": "alignment_output"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "Pick parameter value",
+ "outputs": [
+ {
+ "name": "data_param",
+ "type": "input"
+ }
+ ],
+ "position": {
+ "left": 800,
+ "top": 650
+ },
+ "post_job_actions": {
+ "RenameDatasetActiondata_param": {
+ "action_arguments": {
+ "newname": "rna.bam"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "data_param"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/pick_value/pick_value/0.2.0",
+ "tool_shed_repository": {
+ "changeset_revision": "b19e21af9c52",
+ "name": "pick_value",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"style_cond\": {\"pick_style\": \"first\", \"__current_case__\": 0, \"type_cond\": {\"param_type\": \"data\", \"__current_case__\": 4, \"pick_from\": [{\"__index__\": 0, \"value\": {\"__class__\": \"ConnectedValue\"}}]}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "0.2.0",
+ "type": "tool",
+ "uuid": "c95deee3-de93-40a8-a020-8702f4bc60da",
+ "when": null,
+ "workflow_outputs": []
+ },
+ "24": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_bamtobed/2.31.1+galaxy0",
+ "errors": null,
+ "id": 24,
+ "input_connections": {
+ "input": {
+ "id": 21,
+ "output_name": "data_param"
+ },
+ "when": {
+ "id": 9,
+ "output_name": "boolean_param"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "bedtools BAM to BED",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 1060,
+ "top": 0
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "cds"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_bamtobed/2.31.1+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "64e2edfe7a2c",
+ "name": "bedtools",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"ed_score\": false, \"input\": {\"__class__\": \"ConnectedValue\"}, \"option\": \"\", \"split\": false, \"tag\": null, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.31.1+galaxy0",
+ "type": "tool",
+ "uuid": "591f8c4c-4651-4b23-8958-e143ec5a34d8",
+ "when": "$(inputs.when)",
+ "workflow_outputs": [
+ {
+ "label": "cds bed",
+ "output_name": "output",
+ "uuid": "6f26075a-868f-4b84-850e-e6349fa855d6"
+ }
+ ]
+ },
+ "25": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_bamtobed/2.31.1+galaxy0",
+ "errors": null,
+ "id": 25,
+ "input_connections": {
+ "input": {
+ "id": 22,
+ "output_name": "data_param"
+ },
+ "when": {
+ "id": 11,
+ "output_name": "boolean_param"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "bedtools BAM to BED",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 1060,
+ "top": 300
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "genes"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_bamtobed/2.31.1+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "64e2edfe7a2c",
+ "name": "bedtools",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"ed_score\": false, \"input\": {\"__class__\": \"ConnectedValue\"}, \"option\": \"\", \"split\": false, \"tag\": null, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.31.1+galaxy0",
+ "type": "tool",
+ "uuid": "8f3df0e6-80e4-45be-9b2c-30e0a6adec74",
+ "when": "$(inputs.when)",
+ "workflow_outputs": [
+ {
+ "label": "genes bed",
+ "output_name": "output",
+ "uuid": "f9e93c96-89ca-47e6-b602-54f332fb5451"
+ }
+ ]
+ },
+ "26": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_bamtobed/2.31.1+galaxy0",
+ "errors": null,
+ "id": 26,
+ "input_connections": {
+ "input": {
+ "id": 23,
+ "output_name": "data_param"
+ },
+ "when": {
+ "id": 13,
+ "output_name": "boolean_param"
+ }
+ },
+ "inputs": [],
+ "label": null,
+ "name": "bedtools BAM to BED",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "bed"
+ }
+ ],
+ "position": {
+ "left": 1060,
+ "top": 560
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "rna"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_bamtobed/2.31.1+galaxy0",
+ "tool_shed_repository": {
+ "changeset_revision": "64e2edfe7a2c",
+ "name": "bedtools",
+ "owner": "iuc",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"ed_score\": false, \"input\": {\"__class__\": \"ConnectedValue\"}, \"option\": \"\", \"split\": false, \"tag\": null, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.31.1+galaxy0",
+ "type": "tool",
+ "uuid": "892705ee-7de6-4e6b-8897-2a80870cc0df",
+ "when": "$(inputs.when)",
+ "workflow_outputs": [
+ {
+ "label": "rna bed",
+ "output_name": "output",
+ "uuid": "44aed1df-da4f-49e6-ad2b-ed154829216a"
+ }
+ ]
+ }
+ },
+ "tags": [],
+ "uuid": "484101b1-b5d4-4f0d-a0c5-f6bedf27f498"
+ },
+ "tool_id": null,
+ "type": "subworkflow",
+ "uuid": "97f7c112-98e8-4a13-9d26-2fe3a429ed84",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": null,
+ "output_name": "3:output",
+ "uuid": "a717d1d8-d4cd-4325-9ca0-a14c728e0cc7"
+ },
+ {
+ "label": null,
+ "output_name": "5:output",
+ "uuid": "49205b85-2149-4050-9ecb-cd9cba9dae36"
+ },
+ {
+ "label": null,
+ "output_name": "7:output",
+ "uuid": "2bed85a3-5902-4449-bad3-9062d46cff37"
+ },
+ {
+ "label": null,
+ "output_name": "1:output",
+ "uuid": "872387a8-186d-482c-9992-b563d535bd2b"
+ }
+ ]
+ },
+ "31": {
+ "annotation": "",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/fubar/jbrowse2/jbrowse2/2.15.4+galaxy2",
+ "errors": null,
+ "id": 31,
+ "input_connections": {
+ "assemblies_0|reference_genome|genome": {
+ "id": 29,
+ "output_name": "out_file1"
+ },
+ "assemblies_0|track_groups_0|data_tracks_0|data_format|useuri|annotation": {
+ "id": 23,
+ "output_name": "hap_coverage"
+ },
+ "assemblies_0|track_groups_0|data_tracks_10|data_format|useuri|annotation": {
+ "id": 23,
+ "output_name": "rm gff "
+ },
+ "assemblies_0|track_groups_0|data_tracks_11|data_format|useuri|annotation": {
+ "id": 24,
+ "output_name": "telo"
+ },
+ "assemblies_0|track_groups_0|data_tracks_12|data_format|useuri|annotation": {
+ "id": 23,
+ "output_name": "sniffles SV vcf"
+ },
+ "assemblies_0|track_groups_0|data_tracks_13|data_format|useuri|annotation": {
+ "id": 24,
+ "output_name": "sniffles SV vcf"
+ },
+ "assemblies_0|track_groups_0|data_tracks_1|data_format|useuri|annotation": {
+ "id": 23,
+ "output_name": "hap RM bw"
+ },
+ "assemblies_0|track_groups_0|data_tracks_2|data_format|useuri|annotation": {
+ "id": 23,
+ "output_name": "gapsfrac"
+ },
+ "assemblies_0|track_groups_0|data_tracks_3|data_format|useuri|annotation": {
+ "id": 23,
+ "output_name": "wmfrac"
+ },
+ "assemblies_0|track_groups_0|data_tracks_4|data_format|useuri|annotation": {
+ "id": 24,
+ "output_name": "rm gff "
+ },
+ "assemblies_0|track_groups_0|data_tracks_5|data_format|useuri|annotation": {
+ "id": 23,
+ "output_name": "telo"
+ },
+ "assemblies_0|track_groups_0|data_tracks_6|data_format|useuri|annotation": {
+ "id": 24,
+ "output_name": "hap_coverage"
+ },
+ "assemblies_0|track_groups_0|data_tracks_7|data_format|useuri|annotation": {
+ "id": 24,
+ "output_name": "hap RM bw"
+ },
+ "assemblies_0|track_groups_0|data_tracks_8|data_format|useuri|annotation": {
+ "id": 24,
+ "output_name": "wmfrac"
+ },
+ "assemblies_0|track_groups_0|data_tracks_9|data_format|useuri|annotation": {
+ "id": 24,
+ "output_name": "gapsfrac"
+ },
+ "assemblies_0|track_groups_1|data_tracks_0|data_format|useuri|annotation": {
+ "id": 30,
+ "output_name": "cds bed"
+ },
+ "assemblies_0|track_groups_1|data_tracks_1|data_format|useuri|annotation": {
+ "id": 30,
+ "output_name": "rna bed"
+ },
+ "assemblies_0|track_groups_1|data_tracks_2|data_format|useuri|annotation": {
+ "id": 30,
+ "output_name": "genes bed"
+ },
+ "assemblies_0|track_groups_1|data_tracks_3|data_format|useuri|annotation": {
+ "id": 30,
+ "output_name": "protein gff"
+ },
+ "assemblies_0|track_groups_1|data_tracks_5|data_format|pafuseuri|annotation": {
+ "id": 20,
+ "output_name": "output"
+ },
+ "assemblies_0|track_groups_1|data_tracks_5|data_format|useuri|annotation": {
+ "id": 25,
+ "output_name": "multispecies 1k 93 mashmap"
+ },
+ "assemblies_0|track_groups_1|data_tracks_6|data_format|pafuseuri|annotation": {
+ "id": 20,
+ "output_name": "output"
+ },
+ "assemblies_0|track_groups_1|data_tracks_6|data_format|useuri|annotation": {
+ "id": 25,
+ "output_name": "multispecies 5k 85 mashmap"
+ },
+ "assemblies_0|track_groups_1|data_tracks_7|data_format|pafuseuri|annotation": {
+ "id": 20,
+ "output_name": "output"
+ },
+ "assemblies_0|track_groups_1|data_tracks_7|data_format|useuri|annotation": {
+ "id": 25,
+ "output_name": "multispecies 2k 95 mashmap"
+ },
+ "assemblies_0|track_groups_1|data_tracks_8|data_format|pafuseuri|annotation": {
+ "id": 20,
+ "output_name": "output"
+ },
+ "assemblies_0|track_groups_1|data_tracks_8|data_format|useuri|annotation": {
+ "id": 25,
+ "output_name": "multispecies 10k 85 mashmap"
+ },
+ "assemblies_0|track_groups_2|data_tracks_0|data_format|pafuseuri|annotation": {
+ "id": 3,
+ "output_name": "output"
+ },
+ "assemblies_0|track_groups_2|data_tracks_0|data_format|useuri|annotation": {
+ "id": 25,
+ "output_name": "Independent 2k99 mashmap paf"
+ },
+ "assemblies_0|track_groups_2|data_tracks_1|data_format|pafuseuri|annotation": {
+ "id": 3,
+ "output_name": "output"
+ },
+ "assemblies_0|track_groups_2|data_tracks_1|data_format|useuri|annotation": {
+ "id": 25,
+ "output_name": "independent 10k97 mashmap"
+ },
+ "assemblies_0|track_groups_2|data_tracks_2|data_format|pafuseuri|annotation": {
+ "id": 3,
+ "output_name": "output"
+ },
+ "assemblies_0|track_groups_2|data_tracks_2|data_format|useuri|annotation": {
+ "id": 25,
+ "output_name": "independent 5k 98 mashmap"
+ },
+ "assemblies_0|track_groups_2|data_tracks_3|data_format|pafuseuri|annotation": {
+ "id": 3,
+ "output_name": "output"
+ },
+ "assemblies_0|track_groups_2|data_tracks_3|data_format|useuri|annotation": {
+ "id": 25,
+ "output_name": "Independent 20k95 mashmap paf"
+ },
+ "assemblies_0|track_groups_2|data_tracks_4|data_format|pafuseuri|annotation": {
+ "id": 3,
+ "output_name": "output"
+ },
+ "assemblies_0|track_groups_2|data_tracks_4|data_format|useuri|annotation": {
+ "id": 25,
+ "output_name": "Independent 50k95 mashmap paf"
+ },
+ "jbgen|session_name": {
+ "id": 9,
+ "output_name": "output"
+ }
+ },
+ "inputs": [
+ {
+ "description": "runtime parameter for tool JBrowse2",
+ "name": "jbgen"
+ }
+ ],
+ "label": "JBrowse2 for Viewing",
+ "name": "JBrowse2",
+ "outputs": [
+ {
+ "name": "output",
+ "type": "html"
+ }
+ ],
+ "position": {
+ "left": 2540,
+ "top": 0
+ },
+ "post_job_actions": {
+ "RenameDatasetActionoutput": {
+ "action_arguments": {
+ "newname": "#{assemblies_0.reference_genome.genome}_JBrowse2"
+ },
+ "action_type": "RenameDatasetAction",
+ "output_name": "output"
+ }
+ },
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/fubar/jbrowse2/jbrowse2/2.15.4+galaxy2",
+ "tool_shed_repository": {
+ "changeset_revision": "d08080933718",
+ "name": "jbrowse2",
+ "owner": "fubar",
+ "tool_shed": "toolshed.g2.bx.psu.edu"
+ },
+ "tool_state": "{\"assemblies\": [{\"__index__\": 0, \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"genome\": {\"__class__\": \"RuntimeValue\"}}, \"track_groups\": [{\"__index__\": 0, \"category\": \"Haplotype properties\", \"data_tracks\": [{\"__index__\": 0, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 1, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 2, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_off\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 3, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 4, \"data_format\": {\"data_format_select\": \"gff\", \"__current_case__\": 2, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"match_part\": {\"match_part_select\": \"false\", \"__current_case__\": 1}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": false}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 5, \"data_format\": {\"data_format_select\": \"bed\", \"__current_case__\": 4, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": false}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 6, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 7, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 8, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_off\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 9, \"data_format\": {\"data_format_select\": \"bigwig\", \"__current_case__\": 7, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\", \"jbstyle\": {\"track_style\": {\"display\": \"LinearWiggleDisplay\", \"__current_case__\": 0, \"color\": \"#135560\", \"autoscale\": \"globalsd\", \"resolution\": \"1\", \"summaryScoreMode\": \"whiskers\", \"filled\": true, \"scaleType\": \"linear\", \"displayCrossHatches\": true, \"minScore\": null, \"maxScore\": null}}}}, {\"__index__\": 10, \"data_format\": {\"data_format_select\": \"gff\", \"__current_case__\": 2, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"match_part\": {\"match_part_select\": \"false\", \"__current_case__\": 1}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": false}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 11, \"data_format\": {\"data_format_select\": \"bed\", \"__current_case__\": 4, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": false}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 12, \"data_format\": {\"data_format_select\": \"vcf\", \"__current_case__\": 1, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"track_style\": {\"display\": \"LinearVariantDisplay\", \"__current_case__\": 0, \"show_labels\": false, \"show_descriptions\": false, \"display_mode\": \"normal\", \"max_height\": \"600\"}}, \"track_visibility\": \"default_on\"}}, {\"__index__\": 13, \"data_format\": {\"data_format_select\": \"vcf\", \"__current_case__\": 1, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"track_style\": {\"display\": \"LinearVariantDisplay\", \"__current_case__\": 0, \"show_labels\": false, \"show_descriptions\": false, \"display_mode\": \"normal\", \"max_height\": \"600\"}}, \"track_visibility\": \"default_off\"}}]}, {\"__index__\": 1, \"category\": \"Annotation tracks using external data\", \"data_tracks\": [{\"__index__\": 0, \"data_format\": {\"data_format_select\": \"bed\", \"__current_case__\": 4, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": false}, \"track_visibility\": \"default_on\"}}, {\"__index__\": 1, \"data_format\": {\"data_format_select\": \"bed\", \"__current_case__\": 4, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": false}, \"track_visibility\": \"default_on\"}}, {\"__index__\": 2, \"data_format\": {\"data_format_select\": \"bed\", \"__current_case__\": 4, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": false}, \"track_visibility\": \"default_on\"}}, {\"__index__\": 3, \"data_format\": {\"data_format_select\": \"gff\", \"__current_case__\": 2, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"match_part\": {\"match_part_select\": \"false\", \"__current_case__\": 1}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": false}, \"track_visibility\": \"default_on\"}}, {\"__index__\": 4, \"data_format\": {\"data_format_select\": \"bed\", \"__current_case__\": 4, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": false}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 5, \"data_format\": {\"data_format_select\": \"paf\", \"__current_case__\": 8, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"pafuseuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 6, \"data_format\": {\"data_format_select\": \"paf\", \"__current_case__\": 8, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"pafuseuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 7, \"data_format\": {\"data_format_select\": \"paf\", \"__current_case__\": 8, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"pafuseuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 8, \"data_format\": {\"data_format_select\": \"paf\", \"__current_case__\": 8, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"pafuseuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\"}}]}, {\"__index__\": 2, \"category\": \"Sequence similarity with external reference\", \"data_tracks\": [{\"__index__\": 0, \"data_format\": {\"data_format_select\": \"paf\", \"__current_case__\": 8, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"pafuseuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 1, \"data_format\": {\"data_format_select\": \"paf\", \"__current_case__\": 8, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"pafuseuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\"}}, {\"__index__\": 2, \"data_format\": {\"data_format_select\": \"paf\", \"__current_case__\": 8, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"pafuseuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 3, \"data_format\": {\"data_format_select\": \"paf\", \"__current_case__\": 8, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"pafuseuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_off\"}}, {\"__index__\": 4, \"data_format\": {\"data_format_select\": \"paf\", \"__current_case__\": 8, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"pafuseuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"RuntimeValue\"}}, \"track_visibility\": \"default_on\"}}]}]}], \"jbgen\": {\"ucol\": {\"formcoll\": \"form\", \"__current_case__\": 1}, \"zipOut\": false, \"defaultLocation\": \"\", \"session_name\": {\"__class__\": \"ConnectedValue\"}, \"bpPerPx\": \"50\", \"enableAnalytics\": false, \"primary_color\": \"#0d233f\", \"secondary_color\": \"#721e63\", \"tertiary_color\": \"#135560\", \"quaternary_color\": \"#ffb11d\", \"font_size\": \"10\"}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_version": "2.15.4+galaxy2",
+ "type": "tool",
+ "uuid": "5d357fca-1b0d-4ff1-97a9-9ca995043d06",
+ "when": null,
+ "workflow_outputs": [
+ {
+ "label": " JBrowse2 for viewing",
+ "output_name": "output",
+ "uuid": "65d0c74c-93d1-4115-a537-9d8fb4281923"
+ }
+ ]
+ }
+ },
+ "tags": [],
+ "uuid": "6df22f12-055f-45a7-b5a8-fb13814c302c",
+ "version": 17
+}
\ No newline at end of file