diff --git a/topics/assembly/tutorials/chloroplast-assembly/tutorial.md b/topics/assembly/tutorials/chloroplast-assembly/tutorial.md
index ab556419a590d0..0801d87661b043 100644
--- a/topics/assembly/tutorials/chloroplast-assembly/tutorial.md
+++ b/topics/assembly/tutorials/chloroplast-assembly/tutorial.md
@@ -5,7 +5,7 @@ zenodo_link: https://doi.org/10.5281/zenodo.3567224
tags:
- plants
- nanopore
-- jbrowse1
+- jbrowse2
- biodiversity
questions:
- How can we assemble a chloroplast genome?
@@ -20,10 +20,12 @@ key_points:
- The assembly graph is useful to look at and think about genomic structure
- We can map raw reads back to the assembly and investigate areas of high or low read
coverage
-- We can view an assembly, its mapped reads, and its annotations in JBrowse
+- We can view an assembly, its mapped reads, and its annotations in JBrowse2
contributions:
authorship:
- annasyme
+ editing:
+ - tflowers15
funding:
- unimelb
- melbournebioinformatics
@@ -98,12 +100,12 @@ We will look at the quality of the nanopore reads.
> Check read quality
>
-> 1. {% tool [Nanoplot](toolshed.g2.bx.psu.edu/repos/iuc/nanoplot/nanoplot/1.28.2+galaxy1) %}:
+> 1. {% tool [Nanoplot](toolshed.g2.bx.psu.edu/repos/iuc/nanoplot/nanoplot/1.46.2+galaxy0) %}:
> - *"Select multifile mode"*: `batch`
> - *"Type of file to work on"*: `fastq`
> - *"files"*: select the `nanopore FASTQ file`
> 2. **View output**:
-> * There are five output files.
+> * There are three output files: an `HTML report`, `NanoStats` and `NanoStats post filtering`.
> * Look at the `HTML report` to learn about the read quality.
{: .hands_on}
@@ -130,7 +132,7 @@ We will look at the quality of the nanopore reads.
We will assemble the long nanopore reads.
> Assemble reads
-> 1. {% tool [Flye](toolshed.g2.bx.psu.edu/repos/bgruening/flye/flye/2.6+galaxy0) %}:
+> 1. {% tool [Flye](toolshed.g2.bx.psu.edu/repos/bgruening/flye/flye/2.9.6+galaxy0) %}:
> - *"Input reads"*: `sweet-potato-chloroplast-nanopore-reduced.fastq`
> - *"Estimated genome size"*: `160000`
> - *Leave other settings as default*
@@ -148,10 +150,10 @@ We will assemble the long nanopore reads.
> View the assembly
-> 1. {% tool [Bandage Info](toolshed.g2.bx.psu.edu/repos/iuc/bandage/bandage_info/0.8.1+galaxy1) %}
+> 1. {% tool [Bandage Info](toolshed.g2.bx.psu.edu/repos/iuc/bandage/bandage_info/2022.09+galaxy2) %}
> - *"Graphical Fragment Assembly"*: the Flye output file `Graphical Fragment Assembly` (not the "assembly_graph" file)
> - *Leave other settings as default*
-> 2. {% tool [Bandage Image](toolshed.g2.bx.psu.edu/repos/iuc/bandage/bandage_image/0.8.1+galaxy2) %}
+> 2. {% tool [Bandage Image](toolshed.g2.bx.psu.edu/repos/iuc/bandage/bandage_image/2022.09+galaxy4) %}
> - *"Graphical Fragment Assembly"*: the Flye output file `Graphical Fragment Assembly` (not the "assembly_graph" file)
> - *"Node length labels"*: `Yes`
> - *Leave other settings as default*
@@ -183,7 +185,7 @@ Short illumina reads are more accurate the nanopore reads. We will use them to c
First, we will map the short reads to the assembly and create an alignment file.
> Map reads
-> 1. {% tool [Map with BWA-MEM](toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.17.1) %}:
+> 1. {% tool [Map with BWA-MEM](toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.19) %}:
> - *"Will you select a reference genome from your history"*: `Use a genome from history`
> - *"Use the following dataset as the reference sequence"*: `flye-assembly.fasta`
> - *"Algorithm for constructing the BWT index"*: `Auto. Let BWA decide`
@@ -212,7 +214,7 @@ Next, we will compare the short reads to the assembly, and create a polished (co
>
> {% snippet faqs/galaxy/datasets_rename.md name="polished-assembly.fasta" %}
>
-> 3. {% tool [Fasta Statistics](toolshed.g2.bx.psu.edu/repos/iuc/fasta_stats/fasta-stats/1.0.1) %}
+> 3. {% tool [Fasta Statistics](toolshed.g2.bx.psu.edu/repos/iuc/fasta_stats/fasta-stats/2.0) %}
> - Find and run the tool called "Fasta statistics" on both the original flye assembly and the polished version.
{: .hands_on}
@@ -235,7 +237,7 @@ We can now annotate our assembled genome with information about genomic features
> Annotate with Prokka
>
-> 1. {% tool [Prokka](toolshed.g2.bx.psu.edu/repos/crs4/prokka/prokka/1.14.5+galaxy0) %} with the following parameters (leave everything else unchanged)
+> 1. {% tool [Prokka](toolshed.g2.bx.psu.edu/repos/crs4/prokka/prokka/1.14.6+galaxy1) %} with the following parameters (leave everything else unchanged)
> - {% icon param-file %} *"contigs to annotate"*: `polished-assembly.fasta`
> 2. **View output**:
> * The GFF and GBK files contain all of the information about the features annotated (in different formats.)
@@ -257,31 +259,33 @@ Alternatively, you might want to use a web-based tool designed for chloroplast g
> * In Galaxy, import the annotation `GFF3` file.
{: .hands_on}
-Now make a JBrowse file to view the annotations (the GFF3 file - produced from either Prokka or GeSeq) under the assembly (the polished-assembly.fasta file).
+Now make a JBrowse2 file to view the annotations (the GFF3 file - produced from either Prokka or GeSeq) under the assembly (the polished-assembly.fasta file).
> View annotations
-> 1. {% tool [JBrowse genome browser](toolshed.g2.bx.psu.edu/repos/iuc/jbrowse/jbrowse/1.16.4+galaxy3) %}:
-> - *"Reference genome to display"*: `Use a genome from history`
-> - *"Select a reference genome"*: `polished-assembly.fasta`
-> - *"Output JBrowse"*: `Minimal for viewing (Documentation removed)`
-> - *"Genetic Code"*: `11. The Bacterial, Archaeal and Plant Plastid Code`
-> - *"JBrowse-in-Galaxy Action"*: `New JBrowse instance`
-> - *"Insert Track Group"*
-> - *"Insert Annotation Track"*
-> - *"Track Type"*: `GFF/GFF3/BED Features`
-> - *"GFF/GFF3/BED Track Data"*: the `GFF3` file
+> 1. {% tool [JBrowse2 genome browser](toolshed.g2.bx.psu.edu/repos/fubar/jbrowse2/jbrowse2/2.13.0+galaxy0) %}:
+> - *"1: Genome for a set of tracks"*:
+> - *"Reference genome source"*: `Use a genome fasta file from the current history`
+> - *"Select a reference genome"*: `polished-assembly.fasta`
+> - *"+ Insert Track Group"*
+> - *"+ Insert Annotation Track"*
+> - *"Track Type"*: `GFF/GFF3 track`
+> - *"Define track data as a history file or an internet URI"*: `Track data from a history file`
+> - *"GFF/GFF3 Track Data"*: the `GFF3` file
> - *Leave the other track features as default*
> 2. **Re-name output file**:
-> - JBrowse may take a few minutes to run. There is one output file: re-name it `view-annotations`
+> - JBrowse2 may take a few minutes to run. There is one output file: re-name it `view-annotations`
> 3. **View output**:
-> * Click on the eye icon to view the annotations file.
-> * Select the right contig to view, in the drop down box.
-> * Zoom out (with the minus button) until annotations are visible.
+> * Click on the eye icon to view. (For more room, collapse the Galaxy Tools panel by clicking on `Tools` on the ribbon on the left side of the window).
+> * The annotation track should be visible by default. Track visibility can be toggled on/off using the `Open track selector` menu icon to the left of the arrow buttons used for navigating along the genome.
+> * Show annotation track labels by toggling the annotation track off and then back on again.
+> * Toggle on the reference genome assembly track. Tracks can be reordered in the JBrowse2 viewer by toggling all tracks off and then toggling tracks on in the order that you want to add them to the viewer (e.g. first toggle on the reference genome track followed by annotation track to display the reference genome at the top of the viewer with the annotations displayed below the reference genome).
+> * Choose a contig in the drop down menu. Zoom in and out with magnifying glass `+` and `-` buttons.
{: .hands_on}
-Here is an embedded snippet showing JBrowse and the annotations:
+The JBrowse2 output is interactive so you can explore the genome (e.g. zoom in on specific regions and navigate along the genome). Here is an image of the JBrowse2 output showing the annotations:
+
+
-{% snippet topics/visualisation/faqs/visualizations_jbrowse.html datadir="data2" %}
# View reads
@@ -306,34 +310,33 @@ We will look at the original sequencing reads mapped to the genome assembly. In
{: .hands_on}
> Visualise mapped reads
-> 1. {% tool [JBrowse genome browser](toolshed.g2.bx.psu.edu/repos/iuc/jbrowse/jbrowse/1.16.4+galaxy3) %}:
-> - *"Reference genome to display"*: `Use a genome from history`
-> - *"Select a reference genome"*: `polished-assembly.fasta`
-> - *"Output JBrowse"*: `Minimal for viewing (Documentation removed)`
-> - *"Genetic Code"*: `11. The Bacterial, Archaeal and Plant Plastid Code`
-> - *"JBrowse-in-Galaxy Action"*: `New JBrowse instance`
-> - *"Insert Track Group"*
-> - *"Insert Annotation Track"*
-> - *"Track Type"*: `BAM pileups`
-> - *"BAM track data"*: `nanopore-tiny.bam`
-> - *"Autogenerate SNP track"*: `No`
+> 1. {% tool [JBrowse2 genome browser](toolshed.g2.bx.psu.edu/repos/fubar/jbrowse2/jbrowse2/2.13.0+galaxy0) %}:
+> - *"1: Genome for a set of tracks"*:
+> - *"Reference genome source"*: `Use a genome fasta file from the current history`
+> - *"Select a reference genome"*: `polished-assembly.fasta`
+> - *"+ Insert Track Group"*
+> - *"+ Insert Annotation Track"*
+> - *"Track Type"*: `BAM track. Recommend converting to BED/bigWig unless mapping annotations needed`
+> - *"Define track data as a history file or an internet URI"*: `Track data from a history file`
+> - *"BAM Track Data"*: `illumina-tiny.bam`
> - *Leave the other track features as default*
-> - *"Insert Annotation Track"*.
-> - *"Track Type"*: `BAM pileups`
-> - *"BAM track data"*: `illumina-tiny.bam`
-> - *"Autogenerate SNP track"*: `No`
+> - *"+ Insert Track Group"*
+> - *"+ Insert Annotation Track"*
+> - *"Track Type"*: `BAM track. Recommend converting to BED/bigWig unless mapping annotations needed`
+> - *"Define track data as a history file or an internet URI"*: `Track data from a history file`
+> - *"BAM Track Data"*: `nanopore-tiny.bam`
> - *Leave the other track features as default*
> 2. **Re-name output file**:
-> - JBrowse may take a few minutes to run. There is one output file: re-name it `assembly-and-reads`
+> - JBrowse2 may take a few minutes to run. There is one output file: re-name it `assembly-and-reads`
> 3. **View output**:
-> * Click on the eye icon to view. (For more room, collapse Galaxy side menus with corner < > signs).
-> * Make sure the bam files are ticked in the left hand panel.
-> * Choose a contig in the drop down menu. Zoom in and out with + and - buttons.
+> * Click on the eye icon to view. (For more room, collapse the Galaxy Tools panel by clicking on `Tools` on the ribbon on the left side of the window).
+> * The BAM tracks should be visible by default. Track visibility can be toggled on/off using the `Open track selector` menu icon to the left of the arrow buttons used for navigating along the genome.
+> * Choose a contig in the drop down menu. Zoom in and out with magnifying glass `+` and `-` buttons.
{: .hands_on}
-Here is an embedded snippet showing JBrowse and the mapped reads:
+Here is an image of the JBrowse2 output showing the mapped reads:
-{% snippet topics/visualisation/faqs/visualizations_jbrowse.html datadir="data" %}
+
>
@@ -347,8 +350,6 @@ Here is an embedded snippet showing JBrowse and the mapped reads:
> {: .solution}
{: .question}
-* To learn more about JBrowse and its features, see the [Genomic Data Visualisation with JBrowse tutorial]({{site.baseurl}}/topics/visualisation/tutorials/jbrowse/tutorial.html)
-
# Repeat with new data
@@ -362,7 +363,7 @@ We can assemble another chloroplast genome using sequence data from a different
> * Assemble: Use Flye to assemble the nanopore reads, then get Fasta statistics *Note: this may take several hours.*
> * Polish assembly: Use Pilon to polish the assembly with short Illumina reads. *Note: Don't forget to map these Illumina reads to the assembly first using bwa-mem, then use the resulting `bam` file as input to Pilon.*
> * Annotate: Use the GeSeq tool at [Chlorobox](https://chlorobox.mpimp-golm.mpg.de/geseq.html) or the Prokka tool within Galaxy.
-> * View annotations:Use JBrowse to view the assembled, annotated genome.
+> * View annotations: Use JBrowse2 to view the assembled, annotated genome.
{: .hands_on}
# Conclusion
diff --git a/topics/assembly/tutorials/chloroplast-assembly/workflows/Galaxy-Workflow-Chloroplast-genome-assembly-and-annotation-tests.yml b/topics/assembly/tutorials/chloroplast-assembly/workflows/Galaxy-Workflow-Chloroplast-genome-assembly-and-annotation-tests.yml
new file mode 100644
index 00000000000000..2c1903f2557334
--- /dev/null
+++ b/topics/assembly/tutorials/chloroplast-assembly/workflows/Galaxy-Workflow-Chloroplast-genome-assembly-and-annotation-tests.yml
@@ -0,0 +1,39 @@
+- doc: Test outline for Galaxy-Workflow-Chloroplast-genome-assembly-and-annotation
+ job:
+ Illumina_reads:
+ class: File
+ location: https://zenodo.org/record/3567224/files/sweet-potato-chloroplast-illumina-reduced.fastq
+ filetype: fastqsanger
+ Nanopore_reads:
+ class: File
+ location: https://zenodo.org/record/3567224/files/sweet-potato-chloroplast-nanopore-reduced.fastq
+ filetype: fastqsanger
+ Tiny_set_illumina_read:
+ class: File
+ location: https://zenodo.org/record/3567224/files/sweet-potato-chloroplast-illumina-tiny.fastq
+ filetype: fastqsanger
+ Tiny_set_nanopore_reads:
+ class: File
+ location: https://zenodo.org/record/3567224/files/sweet-potato-chloroplast-nanopore-tiny.fastq
+ filetype: fastqsanger
+ outputs:
+ assembly_info:
+ asserts:
+ has_text_matching:
+ expression: 'contig_1'
+ stats_output_fasta_flye:
+ asserts:
+ has_text_matching:
+ expression: 'Scaffold L50'
+ stats_output_fasta_pilon:
+ asserts:
+ has_text_matching:
+ expression: 'Scaffold L50'
+ nanostats:
+ asserts:
+ has_text_matching:
+ expression: '2000'
+ out_tsv:
+ asserts:
+ has_text_matching:
+ expression: '16S ribosomal RNA'
diff --git a/topics/assembly/tutorials/chloroplast-assembly/workflows/Galaxy-Workflow-Chloroplast-genome-assembly-and-annotation.ga b/topics/assembly/tutorials/chloroplast-assembly/workflows/Galaxy-Workflow-Chloroplast-genome-assembly-and-annotation.ga
index 0e1899f977861b..bc47004aeb8f64 100644
--- a/topics/assembly/tutorials/chloroplast-assembly/workflows/Galaxy-Workflow-Chloroplast-genome-assembly-and-annotation.ga
+++ b/topics/assembly/tutorials/chloroplast-assembly/workflows/Galaxy-Workflow-Chloroplast-genome-assembly-and-annotation.ga
@@ -1,8 +1,25 @@
{
"a_galaxy_workflow": "true",
- "annotation": "Assembly",
+ "annotation": "Chloroplast Genome Assembly and Annotation Tutorial Workflow",
+ "comments": [],
+ "creator": [
+ {
+ "class": "Person",
+ "identifier": "https://orcid.org/0000-0002-6606-5953",
+ "name": "Tristan Reynolds"
+ },
+ {
+ "class": "Person",
+ "identifier": "https://orcid.org/0000-0001-6421-3484",
+ "name": "Delphine Lariviere"
+ }
+ ],
"format-version": "0.1",
+ "license": "CC-BY-4.0",
"name": "Chloroplast-genome-assembly-and-annotation",
+ "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": "",
@@ -21,13 +38,14 @@
"outputs": [],
"position": {
"left": 294.1953125,
- "top": 123.90625
+ "top": 126.76226787755087
},
"tool_id": null,
"tool_state": "{\"optional\": false, \"tag\": null}",
"tool_version": null,
"type": "data_input",
- "uuid": "35434963-8a88-47e2-99f0-ef3eb0484f7e",
+ "uuid": "aeaea4b0-ff3d-45f2-a46d-03b02c46ed73",
+ "when": null,
"workflow_outputs": []
},
"1": {
@@ -46,14 +64,15 @@
"name": "Input dataset",
"outputs": [],
"position": {
- "left": 0.0,
- "top": 354.859375
+ "left": 0,
+ "top": 357.71539287755087
},
"tool_id": null,
"tool_state": "{\"optional\": false, \"tag\": null}",
"tool_version": null,
"type": "data_input",
- "uuid": "59b157b8-f5c4-498c-b66c-0d206ba06ee9",
+ "uuid": "c9b1178a-5731-4e82-9d30-67f1d0037191",
+ "when": null,
"workflow_outputs": []
},
"2": {
@@ -73,13 +92,14 @@
"outputs": [],
"position": {
"left": 908.265625,
- "top": 919.359375
+ "top": 922.2153928775508
},
"tool_id": null,
"tool_state": "{\"optional\": false, \"tag\": null}",
"tool_version": null,
"type": "data_input",
- "uuid": "39c47516-8e9c-4d44-b6bc-326c4be142ee",
+ "uuid": "60fe81b5-258f-4ebf-b2c7-c642312d069f",
+ "when": null,
"workflow_outputs": []
},
"3": {
@@ -99,18 +119,19 @@
"outputs": [],
"position": {
"left": 908.2734375,
- "top": 1040.5703125
+ "top": 1043.4263303775508
},
"tool_id": null,
"tool_state": "{\"optional\": false, \"tag\": null}",
"tool_version": null,
"type": "data_input",
- "uuid": "1257e34e-ad76-4f76-88dc-f22c5cc60b8b",
+ "uuid": "bbdee401-162c-463e-8fcc-efc60fa1d3da",
+ "when": null,
"workflow_outputs": []
},
"4": {
"annotation": "",
- "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/flye/flye/2.6",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/bgruening/flye/flye/2.9.6+galaxy0",
"errors": null,
"id": 4,
"input_connections": {
@@ -121,7 +142,7 @@
},
"inputs": [],
"label": null,
- "name": "Flye assembly",
+ "name": "Flye",
"outputs": [
{
"name": "consensus",
@@ -133,7 +154,7 @@
},
{
"name": "assembly_gfa",
- "type": "txt"
+ "type": "gfa1"
},
{
"name": "assembly_info",
@@ -146,7 +167,7 @@
],
"position": {
"left": 301.03125,
- "top": 244.03125
+ "top": 246.88726787755087
},
"post_job_actions": {
"RenameDatasetActionconsensus": {
@@ -157,48 +178,50 @@
"output_name": "consensus"
}
},
- "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/flye/flye/2.6",
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/bgruening/flye/flye/2.9.6+galaxy0",
"tool_shed_repository": {
- "changeset_revision": "3ee0ef312022",
+ "changeset_revision": "643e0ff70be5",
"name": "flye",
"owner": "bgruening",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
- "tool_state": "{\"asm\": null, \"g\": \"160000\", \"i\": \"1\", \"inputs\": {\"__class__\": \"ConnectedValue\"}, \"m\": null, \"meta\": \"false\", \"mode\": \"--nano-raw\", \"no_trestle\": \"false\", \"plasmids\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
- "tool_version": "2.6",
+ "tool_state": "{\"asm\": {\"asm_select\": \"false\", \"__current_case__\": 1}, \"generate_log\": true, \"inputs\": {\"__class__\": \"ConnectedValue\"}, \"iterations\": \"1\", \"keep_haplotypes\": false, \"meta\": false, \"min_overlap\": null, \"mode_conditional\": {\"mode\": \"--nano-raw\", \"__current_case__\": 0}, \"no_alt_contigs\": false, \"scaffold\": false, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_uuid": null,
+ "tool_version": "2.9.6+galaxy0",
"type": "tool",
- "uuid": "efcc01cf-bb71-4c46-9eec-83488a79859e",
+ "uuid": "fdfeb909-46fc-4054-8b00-d4857868d2cf",
+ "when": null,
"workflow_outputs": [
{
"label": null,
- "output_name": "assembly_info",
- "uuid": "f14c4d31-93bc-4e19-9d81-f3061ed8898e"
+ "output_name": "assembly_graph",
+ "uuid": "6a4f9f69-4214-44ef-8bfd-4e825d011940"
},
{
"label": null,
- "output_name": "flye_log",
- "uuid": "33126b99-3149-4da0-bcaa-031156d82f09"
+ "output_name": "consensus",
+ "uuid": "f28c02b8-87d5-4b7e-98af-12d0e61d3e43"
},
{
"label": null,
- "output_name": "consensus",
- "uuid": "1e33ae8a-4d67-44bf-933e-ade1a94b7f85"
+ "output_name": "assembly_gfa",
+ "uuid": "925c15bf-f154-4262-a846-66e66631c921"
},
{
- "label": null,
- "output_name": "assembly_graph",
- "uuid": "89d53ead-feef-4079-8988-627850312bd9"
+ "label": "assembly_info",
+ "output_name": "assembly_info",
+ "uuid": "239489d0-dd1a-45fd-99ec-547d9bc43fe8"
},
{
"label": null,
- "output_name": "assembly_gfa",
- "uuid": "de2f80a8-f73f-419c-81e2-208b63c84c1f"
+ "output_name": "flye_log",
+ "uuid": "bafcac0f-e261-4310-a478-3c61bbafe01c"
}
]
},
"5": {
"annotation": "",
- "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/nanoplot/nanoplot/1.28.2+galaxy1",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/nanoplot/nanoplot/1.46.2+galaxy0",
"errors": null,
"id": 5,
"input_connections": {
@@ -217,68 +240,52 @@
},
{
"name": "nanostats",
- "type": "txt"
+ "type": "tabular"
},
{
"name": "nanostats_post_filtering",
- "type": "txt"
- },
- {
- "name": "read_length",
- "type": "png"
- },
- {
- "name": "log_read_length",
- "type": "png"
+ "type": "tabular"
}
],
"position": {
- "left": 315.015625,
- "top": 701.8125
+ "left": 315.066650390625,
+ "top": 704.6666259765625
},
"post_job_actions": {},
- "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/nanoplot/nanoplot/1.28.2+galaxy1",
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/nanoplot/nanoplot/1.46.2+galaxy0",
"tool_shed_repository": {
- "changeset_revision": "edbb6c5028f5",
+ "changeset_revision": "9eab750c367d",
"name": "nanoplot",
"owner": "iuc",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
- "tool_state": "{\"customization\": {\"color\": null, \"format\": \"png\", \"plots\": null, \"N50\": \"false\"}, \"filter\": {\"maxlength\": null, \"minlength\": null, \"drop_outliers\": \"false\", \"downsample\": null, \"loglength\": \"false\", \"percentqual\": \"false\", \"alength\": \"false\", \"minqual\": null, \"readtype\": null, \"barcoded\": \"false\"}, \"mode\": {\"choice\": \"batch\", \"__current_case__\": 0, \"reads\": {\"type\": \"fastq\", \"__current_case__\": 0, \"files\": {\"__class__\": \"ConnectedValue\"}}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
- "tool_version": "1.28.2+galaxy1",
+ "tool_state": "{\"customization\": {\"color\": null, \"plots\": null, \"N50\": false}, \"filter\": {\"maxlength\": null, \"minlength\": null, \"drop_outliers\": false, \"downsample\": null, \"loglength\": false, \"percentqual\": false, \"alength\": false, \"minqual\": null, \"runtime_until\": null, \"readtype\": null, \"barcoded\": false, \"no_supplementary\": false}, \"mode\": {\"choice\": \"batch\", \"__current_case__\": 0, \"reads\": {\"type\": \"fastq\", \"__current_case__\": 0, \"files\": {\"__class__\": \"ConnectedValue\"}}}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_uuid": null,
+ "tool_version": "1.46.2+galaxy0",
"type": "tool",
- "uuid": "655afaaf-7a0f-4103-b68c-32ad0c03a32b",
+ "uuid": "6107cbe6-dfe2-4629-a942-6410bdbf267a",
+ "when": null,
"workflow_outputs": [
{
"label": null,
- "output_name": "log_read_length",
- "uuid": "a87ac909-55de-42d8-b637-981e0b37c062"
- },
- {
- "label": null,
- "output_name": "nanostats_post_filtering",
- "uuid": "46189275-9aef-4c23-8410-d6a6eb14299d"
+ "output_name": "output_html",
+ "uuid": "7d29d8e7-fe4d-46b5-87f5-477962562e02"
},
{
- "label": null,
+ "label": "nanostats",
"output_name": "nanostats",
- "uuid": "1f5ce9f1-eec9-48c9-b175-8d530b9d9024"
- },
- {
- "label": null,
- "output_name": "read_length",
- "uuid": "18ebb4bc-a4a3-48a5-b2e2-c8f9fb801dd6"
+ "uuid": "6f20ceba-d879-400c-866a-8381861aab40"
},
{
"label": null,
- "output_name": "output_html",
- "uuid": "5192b242-50f9-4205-aac7-d1deca088724"
+ "output_name": "nanostats_post_filtering",
+ "uuid": "fa153562-6b9d-4311-bf7e-b8fe2e7f30fd"
}
]
},
"6": {
"annotation": "",
- "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.17.1",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.19",
"errors": null,
"id": 6,
"input_connections": {
@@ -291,7 +298,16 @@
"output_name": "consensus"
}
},
- "inputs": [],
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Map with BWA-MEM",
+ "name": "fastq_input"
+ },
+ {
+ "description": "runtime parameter for tool Map with BWA-MEM",
+ "name": "reference_source"
+ }
+ ],
"label": null,
"name": "Map with BWA-MEM",
"outputs": [
@@ -301,8 +317,8 @@
}
],
"position": {
- "left": 637.8359375,
- "top": 0.0
+ "left": 637.8333740234375,
+ "top": 2.856017877550862
},
"post_job_actions": {
"RenameDatasetActionbam_output": {
@@ -313,22 +329,24 @@
"output_name": "bam_output"
}
},
- "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.17.1",
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.19",
"tool_shed_repository": {
- "changeset_revision": "dfd8b7f78c37",
+ "changeset_revision": "1dfc975b48d5",
"name": "bwa",
"owner": "devteam",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
- "tool_state": "{\"analysis_type\": {\"analysis_type_selector\": \"illumina\", \"__current_case__\": 0}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 1, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}, \"index_a\": \"auto\"}, \"rg\": {\"rg_selector\": \"do_not_set\", \"__current_case__\": 3}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
- "tool_version": "0.7.17.1",
+ "tool_state": "{\"analysis_type\": {\"analysis_type_selector\": \"illumina\", \"__current_case__\": 0}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 1, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}}, \"output_sort\": \"coordinate\", \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}, \"index_a\": \"auto\"}, \"rg\": {\"rg_selector\": \"do_not_set\", \"__current_case__\": 3}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_uuid": null,
+ "tool_version": "0.7.19",
"type": "tool",
- "uuid": "95ed65e8-2534-4cef-888f-6de9f83a3770",
+ "uuid": "0a800a33-2220-43e6-86b2-96b0d9bf6fb5",
+ "when": null,
"workflow_outputs": [
{
"label": null,
"output_name": "bam_output",
- "uuid": "2a0f0b99-d8b1-4585-8272-159d9f3a6a6d"
+ "uuid": "2db44785-f928-457c-95f5-1a3406d72832"
}
]
},
@@ -354,7 +372,7 @@
],
"position": {
"left": 640.78125,
- "top": 365.859375
+ "top": 368.71539287755087
},
"post_job_actions": {
"RenameDatasetActionstats": {
@@ -379,21 +397,23 @@
"owner": "iuc",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
- "tool_state": "{\"fasta\": {\"__class__\": \"ConnectedValue\"}, \"gaps_option\": \"false\", \"genome_size\": null, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_state": "{\"fasta\": {\"__class__\": \"ConnectedValue\"}, \"gaps_option\": false, \"genome_size\": null, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_uuid": null,
"tool_version": "2.0",
"type": "tool",
- "uuid": "e4b5dd88-a21b-4b20-93b6-5de72b3883e1",
+ "uuid": "097e631f-1d55-401c-b02a-7c18f596e262",
+ "when": null,
"workflow_outputs": [
{
- "label": null,
+ "label": "stats_output_fasta_flye",
"output_name": "stats_output",
- "uuid": "083a96d6-2e0f-408e-a343-9df5cccbcbae"
+ "uuid": "f35d8cad-08f1-4020-9c3a-6ddb299bd78f"
}
]
},
"8": {
"annotation": "",
- "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bandage/bandage_info/0.8.1+galaxy1",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bandage/bandage_info/2022.09+galaxy2",
"errors": null,
"id": 8,
"input_connections": {
@@ -408,36 +428,38 @@
"outputs": [
{
"name": "outfile",
- "type": "txt"
+ "type": "tabular"
}
],
"position": {
"left": 608.78125,
- "top": 588.5859375
+ "top": 591.4419553775508
},
"post_job_actions": {},
- "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bandage/bandage_info/0.8.1+galaxy1",
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bandage/bandage_info/2022.09+galaxy2",
"tool_shed_repository": {
- "changeset_revision": "b2860df42e16",
+ "changeset_revision": "ddddce450736",
"name": "bandage",
"owner": "iuc",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
- "tool_state": "{\"input_file\": {\"__class__\": \"ConnectedValue\"}, \"tsv\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
- "tool_version": "0.8.1+galaxy1",
+ "tool_state": "{\"input_file\": {\"__class__\": \"ConnectedValue\"}, \"tsv\": false, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_uuid": null,
+ "tool_version": "2022.09+galaxy2",
"type": "tool",
- "uuid": "11a0fc24-13ed-4199-8524-1ebc317e449e",
+ "uuid": "dfbbef84-74f1-4597-b22b-481f253d218d",
+ "when": null,
"workflow_outputs": [
{
"label": null,
"output_name": "outfile",
- "uuid": "5bfce93b-c6bd-42c2-8910-d99b2f472b70"
+ "uuid": "4bc65ab6-1e5e-4a28-b60d-74d3507ad7cd"
}
]
},
"9": {
"annotation": "",
- "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bandage/bandage_image/0.8.1+galaxy2",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/bandage/bandage_image/2022.09+galaxy4",
"errors": null,
"id": 9,
"input_connections": {
@@ -457,25 +479,27 @@
],
"position": {
"left": 605.78125,
- "top": 764.40625
+ "top": 767.2622678775508
},
"post_job_actions": {},
- "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bandage/bandage_image/0.8.1+galaxy2",
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/bandage/bandage_image/2022.09+galaxy4",
"tool_shed_repository": {
- "changeset_revision": "b2860df42e16",
+ "changeset_revision": "ddddce450736",
"name": "bandage",
"owner": "iuc",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
- "tool_state": "{\"height\": \"1000\", \"input_file\": {\"__class__\": \"ConnectedValue\"}, \"lengths\": \"true\", \"names\": \"false\", \"output_format\": \"jpg\", \"width\": null, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
- "tool_version": "0.8.1+galaxy2",
+ "tool_state": "{\"fontsize\": null, \"height\": \"1000\", \"input_file\": {\"__class__\": \"ConnectedValue\"}, \"lengths\": true, \"names\": false, \"nodewidth\": null, \"output_format\": \"jpg\", \"width\": null, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_uuid": null,
+ "tool_version": "2022.09+galaxy4",
"type": "tool",
- "uuid": "528ebaa8-2c95-472b-b719-4752804e2d00",
+ "uuid": "95ca1e9c-4142-432a-9ef7-963850b703c5",
+ "when": null,
"workflow_outputs": [
{
"label": null,
"output_name": "outfile",
- "uuid": "64a6e260-f828-42a7-9ff6-415e3fa5c496"
+ "uuid": "f10e2eae-e4bb-4c5e-b5f3-7442f1f7fb37"
}
]
},
@@ -494,7 +518,16 @@
"output_name": "consensus"
}
},
- "inputs": [],
+ "inputs": [
+ {
+ "description": "runtime parameter for tool pilon",
+ "name": "auto_selection"
+ },
+ {
+ "description": "runtime parameter for tool pilon",
+ "name": "reference_genome"
+ }
+ ],
"label": null,
"name": "pilon",
"outputs": [
@@ -509,7 +542,7 @@
],
"position": {
"left": 886.65625,
- "top": 262.0625
+ "top": 264.91851787755087
},
"post_job_actions": {
"RenameDatasetActionoutput_fasta": {
@@ -527,20 +560,22 @@
"owner": "iuc",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
- "tool_state": "{\"auto_selection\": {\"auto_enabled\": \"true\", \"__current_case__\": 0, \"bam\": {\"__class__\": \"ConnectedValue\"}}, \"changes\": \"true\", \"options\": {\"selection_mode\": \"default\", \"__current_case__\": 0}, \"reference_genome\": {\"reference_genome_source\": \"history\", \"__current_case__\": 0, \"history_item\": {\"__class__\": \"ConnectedValue\"}}, \"variant\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_state": "{\"auto_selection\": {\"auto_enabled\": true, \"__current_case__\": 0, \"bam\": {\"__class__\": \"ConnectedValue\"}}, \"changes\": true, \"options\": {\"selection_mode\": \"default\", \"__current_case__\": 0}, \"reference_genome\": {\"reference_genome_source\": \"history\", \"__current_case__\": 0, \"history_item\": {\"__class__\": \"ConnectedValue\"}}, \"variant\": false, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_uuid": null,
"tool_version": "1.20.1",
"type": "tool",
- "uuid": "a445d29c-7b0c-48a0-984b-945f2acb64ac",
+ "uuid": "bf9661d3-b361-4f03-a953-666bae3eb2e2",
+ "when": null,
"workflow_outputs": [
{
"label": null,
- "output_name": "output_changes",
- "uuid": "d48e11c7-ea49-457b-8a96-38b6dc0f1bc2"
+ "output_name": "output_fasta",
+ "uuid": "c2ad86c9-94ad-4c32-b691-fdf494d43680"
},
{
"label": null,
- "output_name": "output_fasta",
- "uuid": "e898b32c-b4ae-4f5a-b3be-f7a2681e4fa0"
+ "output_name": "output_changes",
+ "uuid": "dbdb6336-b483-4016-9638-575c130a1202"
}
]
},
@@ -566,7 +601,7 @@
],
"position": {
"left": 1170.40625,
- "top": 139.0625
+ "top": 141.91851787755087
},
"post_job_actions": {
"RenameDatasetActionstats": {
@@ -591,21 +626,23 @@
"owner": "iuc",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
- "tool_state": "{\"fasta\": {\"__class__\": \"ConnectedValue\"}, \"gaps_option\": \"false\", \"genome_size\": null, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_state": "{\"fasta\": {\"__class__\": \"ConnectedValue\"}, \"gaps_option\": false, \"genome_size\": null, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_uuid": null,
"tool_version": "2.0",
"type": "tool",
- "uuid": "465a0ecf-4f47-4679-ad02-c06eb48449fc",
+ "uuid": "2c5d1436-6f9d-417d-80be-04a69b46d5ec",
+ "when": null,
"workflow_outputs": [
{
- "label": null,
+ "label": "stats_output_fasta_pilon",
"output_name": "stats_output",
- "uuid": "ae93f473-d571-439c-8fa6-3927026fdb49"
+ "uuid": "9b632ebd-98be-4ef0-b404-df4f6b6aa04b"
}
]
},
"12": {
"annotation": "",
- "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.17.1",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.19",
"errors": null,
"id": 12,
"input_connections": {
@@ -618,7 +655,16 @@
"output_name": "output_fasta"
}
},
- "inputs": [],
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Map with BWA-MEM",
+ "name": "fastq_input"
+ },
+ {
+ "description": "runtime parameter for tool Map with BWA-MEM",
+ "name": "reference_source"
+ }
+ ],
"label": null,
"name": "Map with BWA-MEM",
"outputs": [
@@ -629,7 +675,7 @@
],
"position": {
"left": 1195.359375,
- "top": 628.0546875
+ "top": 630.9107053775508
},
"post_job_actions": {
"RenameDatasetActionbam_output": {
@@ -640,28 +686,30 @@
"output_name": "bam_output"
}
},
- "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.17.1",
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.19",
"tool_shed_repository": {
- "changeset_revision": "dfd8b7f78c37",
+ "changeset_revision": "1dfc975b48d5",
"name": "bwa",
"owner": "devteam",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
- "tool_state": "{\"analysis_type\": {\"analysis_type_selector\": \"illumina\", \"__current_case__\": 0}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 1, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}, \"index_a\": \"auto\"}, \"rg\": {\"rg_selector\": \"do_not_set\", \"__current_case__\": 3}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
- "tool_version": "0.7.17.1",
+ "tool_state": "{\"analysis_type\": {\"analysis_type_selector\": \"illumina\", \"__current_case__\": 0}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 1, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}}, \"output_sort\": \"coordinate\", \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}, \"index_a\": \"auto\"}, \"rg\": {\"rg_selector\": \"do_not_set\", \"__current_case__\": 3}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_uuid": null,
+ "tool_version": "0.7.19",
"type": "tool",
- "uuid": "79954680-1c4f-4831-889c-53c4e502aa3c",
+ "uuid": "c619182e-819f-4217-8629-a4d48e66b43c",
+ "when": null,
"workflow_outputs": [
{
"label": null,
"output_name": "bam_output",
- "uuid": "d2513973-0987-4260-9db6-3ac95c45c770"
+ "uuid": "f82d1896-6452-491f-9e2a-366e1b2123ed"
}
]
},
"13": {
"annotation": "",
- "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.17.1",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.19",
"errors": null,
"id": 13,
"input_connections": {
@@ -674,7 +722,16 @@
"output_name": "output_fasta"
}
},
- "inputs": [],
+ "inputs": [
+ {
+ "description": "runtime parameter for tool Map with BWA-MEM",
+ "name": "fastq_input"
+ },
+ {
+ "description": "runtime parameter for tool Map with BWA-MEM",
+ "name": "reference_source"
+ }
+ ],
"label": null,
"name": "Map with BWA-MEM",
"outputs": [
@@ -685,7 +742,7 @@
],
"position": {
"left": 1192.3828125,
- "top": 904.5859375
+ "top": 907.4419553775508
},
"post_job_actions": {
"RenameDatasetActionbam_output": {
@@ -696,28 +753,30 @@
"output_name": "bam_output"
}
},
- "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.17.1",
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/devteam/bwa/bwa_mem/0.7.19",
"tool_shed_repository": {
- "changeset_revision": "dfd8b7f78c37",
+ "changeset_revision": "1dfc975b48d5",
"name": "bwa",
"owner": "devteam",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
- "tool_state": "{\"analysis_type\": {\"analysis_type_selector\": \"ont2d\", \"__current_case__\": 2}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 1, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}}, \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}, \"index_a\": \"auto\"}, \"rg\": {\"rg_selector\": \"do_not_set\", \"__current_case__\": 3}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
- "tool_version": "0.7.17.1",
+ "tool_state": "{\"analysis_type\": {\"analysis_type_selector\": \"ont2d\", \"__current_case__\": 2}, \"fastq_input\": {\"fastq_input_selector\": \"single\", \"__current_case__\": 1, \"fastq_input1\": {\"__class__\": \"ConnectedValue\"}}, \"output_sort\": \"coordinate\", \"reference_source\": {\"reference_source_selector\": \"history\", \"__current_case__\": 1, \"ref_file\": {\"__class__\": \"ConnectedValue\"}, \"index_a\": \"auto\"}, \"rg\": {\"rg_selector\": \"do_not_set\", \"__current_case__\": 3}, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_uuid": null,
+ "tool_version": "0.7.19",
"type": "tool",
- "uuid": "c91315b3-c7f8-458c-a182-2b561d825837",
+ "uuid": "ae5161fa-ef34-42ed-a7f9-60a1cae8b89c",
+ "when": null,
"workflow_outputs": [
{
"label": null,
"output_name": "bam_output",
- "uuid": "bebb5b25-00c2-456a-92a0-cd133a169e0e"
+ "uuid": "1412c404-6938-4267-ab6b-1f597d80521f"
}
]
},
"14": {
"annotation": "",
- "content_id": "toolshed.g2.bx.psu.edu/repos/crs4/prokka/prokka/1.14.5",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/crs4/prokka/prokka/1.14.6+galaxy1",
"errors": null,
"id": 14,
"input_connections": {
@@ -737,11 +796,11 @@
"outputs": [
{
"name": "out_gff",
- "type": "gff"
+ "type": "gff3"
},
{
"name": "out_gbk",
- "type": "txt"
+ "type": "genbank"
},
{
"name": "out_fna",
@@ -785,106 +844,108 @@
}
],
"position": {
- "left": 1704.984375,
- "top": 350.234375
+ "left": 1737,
+ "top": 210.0999755859375
},
"post_job_actions": {},
- "tool_id": "toolshed.g2.bx.psu.edu/repos/crs4/prokka/prokka/1.14.5",
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/crs4/prokka/prokka/1.14.6+galaxy1",
"tool_shed_repository": {
- "changeset_revision": "bf68eb663bc3",
+ "changeset_revision": "8a22554cdde2",
"name": "prokka",
"owner": "crs4",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
- "tool_state": "{\"centre\": \"\", \"compliant\": {\"compliant_select\": \"no\", \"__current_case__\": 0, \"addgenes\": \"false\", \"mincontig\": \"200\"}, \"evalue\": \"1e-06\", \"fast\": \"false\", \"genus\": \"\", \"gffver\": \"3\", \"increment\": \"1\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"kingdom\": {\"kingdom_select\": \"Bacteria\", \"__current_case__\": 1, \"gcode\": \"11\"}, \"locustag\": \"\", \"metagenome\": \"false\", \"norrna\": \"false\", \"notrna\": \"false\", \"outputs\": [\"gff\", \"gbk\", \"fna\", \"faa\", \"ffn\", \"sqn\", \"fsa\", \"tbl\", \"tsv\", \"err\", \"txt\"], \"plasmid\": \"\", \"proteins\": {\"__class__\": \"RuntimeValue\"}, \"rfam\": \"false\", \"species\": \"\", \"strain\": \"\", \"usegenus\": \"false\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
- "tool_version": "1.14.5",
+ "tool_state": "{\"centre\": \"\", \"compliant\": {\"compliant_select\": \"no\", \"__current_case__\": 0, \"addgenes\": false, \"mincontig\": \"200\"}, \"evalue\": \"1e-06\", \"fast\": false, \"genus\": \"\", \"gffver\": \"3\", \"increment\": \"1\", \"input\": {\"__class__\": \"ConnectedValue\"}, \"kingdom\": {\"kingdom_select\": \"Bacteria\", \"__current_case__\": 1, \"gcode\": \"11\"}, \"locustag\": \"\", \"metagenome\": false, \"norrna\": false, \"notrna\": false, \"outputs\": [\"gff\", \"gbk\", \"fna\", \"faa\", \"ffn\", \"sqn\", \"fsa\", \"tbl\", \"tsv\", \"err\", \"txt\"], \"plasmid\": \"\", \"proteins\": {\"__class__\": \"RuntimeValue\"}, \"rfam\": false, \"species\": \"\", \"strain\": \"\", \"usegenus\": false, \"__page__\": null, \"__rerun_remap_job_id__\": null}",
+ "tool_uuid": null,
+ "tool_version": "1.14.6+galaxy1",
"type": "tool",
- "uuid": "489e19de-1324-472c-8c8e-77e95572b6c3",
+ "uuid": "a4060197-8280-492a-9c53-bf6b0156ab06",
+ "when": null,
"workflow_outputs": [
{
"label": null,
- "output_name": "out_err",
- "uuid": "a5f8d2e3-b2ca-46c3-83c5-36bc15507046"
+ "output_name": "out_log",
+ "uuid": "eecb632c-dd60-4b51-b3a6-2ea8999f0f66"
},
{
"label": null,
- "output_name": "out_fna",
- "uuid": "1d83fde1-6207-46cc-b65e-a71815c578d8"
+ "output_name": "out_gff",
+ "uuid": "d75cc976-dabc-4885-9fd8-dcb10149bff2"
},
{
"label": null,
- "output_name": "out_faa",
- "uuid": "8e49b1a0-fd5b-4a80-8714-5fe51e7e6096"
+ "output_name": "out_gbk",
+ "uuid": "3cbacf1d-711a-4549-91ae-7aa33df9ba9b"
},
{
"label": null,
- "output_name": "out_tbl",
- "uuid": "638f81aa-0004-4497-aeb9-6c1964cb27a7"
+ "output_name": "out_err",
+ "uuid": "a9939529-7b3b-4c73-8cbb-898ace03f446"
},
{
"label": null,
- "output_name": "out_fsa",
- "uuid": "773f3ba6-43ff-41aa-b498-ee509d71a58a"
+ "output_name": "out_tbl",
+ "uuid": "54d737a5-bf89-4e6d-bcb2-0206eafec16c"
},
{
- "label": null,
- "output_name": "out_ffn",
- "uuid": "fd75d3c5-5cff-448e-9fd6-92b8af36e5cf"
+ "label": "out_tsv",
+ "output_name": "out_tsv",
+ "uuid": "a8566d53-1dfe-4b18-aef3-4274603c22c3"
},
{
"label": null,
- "output_name": "out_tsv",
- "uuid": "0efb82cf-84b6-49dd-bab4-d64d7356e0c7"
+ "output_name": "out_faa",
+ "uuid": "731e7110-b19a-41d5-9e54-c6054ccb8c0b"
},
{
"label": null,
- "output_name": "out_txt",
- "uuid": "da1cc1bc-e00c-4f65-afbc-1a118b23274a"
+ "output_name": "out_fna",
+ "uuid": "23d97c65-6248-478f-a156-4a9a5b1da593"
},
{
"label": null,
- "output_name": "out_sqn",
- "uuid": "a5a04271-fc67-4ce3-95dc-9f01ee77775c"
+ "output_name": "out_fsa",
+ "uuid": "ec442e3e-106a-457d-8c2c-c1c7855e5c28"
},
{
"label": null,
- "output_name": "out_log",
- "uuid": "ca98afab-a3d2-4beb-b3f0-de7f38bf5c6b"
+ "output_name": "out_txt",
+ "uuid": "50eaeea7-f647-40b5-9c37-deb36c1fda60"
},
{
"label": null,
- "output_name": "out_gff",
- "uuid": "bae78be6-7c70-42bf-95c1-cae45c51871d"
+ "output_name": "out_ffn",
+ "uuid": "b9c9925d-60a6-400c-aa1e-8ae326eb134e"
},
{
"label": null,
- "output_name": "out_gbk",
- "uuid": "9a2a7aab-fde6-4a9c-b098-17b958ff2f20"
+ "output_name": "out_sqn",
+ "uuid": "265edf4b-c2fa-4841-852a-fa7ced8f67b5"
}
]
},
"15": {
"annotation": "",
- "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/jbrowse/jbrowse/1.16.9+galaxy0",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/fubar/jbrowse2/jbrowse2/2.13.0+galaxy0",
"errors": null,
"id": 15,
"input_connections": {
- "reference_genome|genome": {
+ "assemblies_0|reference_genome|genome": {
"id": 10,
"output_name": "output_fasta"
},
- "track_groups_0|data_tracks_0|data_format|annotation": {
+ "assemblies_0|track_groups_0|data_tracks_0|data_format|useuri|annotation": {
"id": 12,
"output_name": "bam_output"
},
- "track_groups_0|data_tracks_1|data_format|annotation": {
+ "assemblies_0|track_groups_0|data_tracks_1|data_format|useuri|annotation": {
"id": 13,
"output_name": "bam_output"
}
},
"inputs": [],
"label": null,
- "name": "JBrowse",
+ "name": "JBrowse2",
"outputs": [
{
"name": "output",
@@ -892,55 +953,43 @@
}
],
"position": {
- "left": 1469.125,
- "top": 558.828125
- },
- "post_job_actions": {
- "RenameDatasetActionoutput": {
- "action_arguments": {
- "newname": "JBrowse-view-assembly-and-reads"
- },
- "action_type": "RenameDatasetAction",
- "output_name": "output"
- }
+ "left": 1488.933349609375,
+ "top": 560.5333251953125
},
- "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/jbrowse/jbrowse/1.16.9+galaxy0",
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/fubar/jbrowse2/jbrowse2/2.13.0+galaxy0",
"tool_shed_repository": {
- "changeset_revision": "17359b808b01",
- "name": "jbrowse",
- "owner": "iuc",
+ "changeset_revision": "878c27dfea9d",
+ "name": "jbrowse2",
+ "owner": "fubar",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
- "tool_state": "{\"action\": {\"action_select\": \"create\", \"__current_case__\": 0}, \"gencode\": \"11\", \"jbgen\": {\"defaultLocation\": \"\", \"trackPadding\": \"20\", \"shareLink\": \"true\", \"aboutDescription\": \"\", \"show_tracklist\": \"true\", \"show_nav\": \"true\", \"show_overview\": \"true\", \"show_menu\": \"true\", \"hideGenomeOptions\": \"false\"}, \"plugins\": {\"BlastView\": \"true\", \"ComboTrackSelector\": \"false\", \"GCContent\": \"false\"}, \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"genome\": {\"__class__\": \"ConnectedValue\"}}, \"standalone\": \"minimal\", \"track_groups\": [{\"__index__\": 0, \"category\": \"Default\", \"data_tracks\": [{\"__index__\": 0, \"data_format\": {\"data_format_select\": \"pileup\", \"__current_case__\": 3, \"annotation\": {\"__class__\": \"ConnectedValue\"}, \"auto_snp\": \"false\", \"chunkSizeLimit\": \"5000000\", \"jb_custom_config\": {\"option\": []}, \"track_visibility\": \"force\", \"override_apollo_plugins\": \"False\", \"override_apollo_drag\": \"False\"}}, {\"__index__\": 1, \"data_format\": {\"data_format_select\": \"pileup\", \"__current_case__\": 3, \"annotation\": {\"__class__\": \"ConnectedValue\"}, \"auto_snp\": \"false\", \"chunkSizeLimit\": \"5000000\", \"jb_custom_config\": {\"option\": []}, \"track_visibility\": \"force\", \"override_apollo_plugins\": \"False\", \"override_apollo_drag\": \"False\"}}]}], \"uglyTestingHack\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
- "tool_version": "1.16.9+galaxy0",
+ "tool_state": "{\"assemblies\": [{\"__index__\": 0, \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"genome\": {\"__class__\": \"ConnectedValue\"}}, \"track_groups\": [{\"__index__\": 0, \"category\": \"Default\", \"data_tracks\": [{\"__index__\": 0, \"data_format\": {\"data_format_select\": \"bam\", \"__current_case__\": 3, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"ConnectedValue\"}}, \"track_visibility\": \"default_on\"}}, {\"__index__\": 1, \"data_format\": {\"data_format_select\": \"bam\", \"__current_case__\": 3, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"ConnectedValue\"}}, \"track_visibility\": \"default_on\"}}]}]}], \"jbgen\": {\"ucol\": {\"formcoll\": \"form\", \"__current_case__\": 1}, \"zipOut\": false, \"defaultLocation\": \"\", \"session_name\": \"New JBrowse2 session\", \"bpPerPx\": \"50\", \"enableAnalytics\": false, \"primary_color\": \"#0d233f\", \"secondary_color\": \"#721e63\", \"tertiary_color\": \"#135560\", \"quaternary_color\": \"#ffb11d\", \"font_size\": \"10\"}, \"__page__\": 0, \"__rerun_remap_job_id__\": null}",
+ "tool_uuid": null,
+ "tool_version": "2.13.0+galaxy0",
"type": "tool",
- "uuid": "9ae0aa01-72e9-4481-b992-248f3ec20a07",
- "workflow_outputs": [
- {
- "label": null,
- "output_name": "output",
- "uuid": "b5c7a4ed-bb41-4486-b01f-270071e23e52"
- }
- ]
+ "uuid": "f254b7bf-ae4d-4fb3-a1a8-cc53d983d551",
+ "when": null,
+ "workflow_outputs": []
},
"16": {
"annotation": "",
- "content_id": "toolshed.g2.bx.psu.edu/repos/iuc/jbrowse/jbrowse/1.16.9+galaxy0",
+ "content_id": "toolshed.g2.bx.psu.edu/repos/fubar/jbrowse2/jbrowse2/2.13.0+galaxy0",
"errors": null,
"id": 16,
"input_connections": {
- "reference_genome|genome": {
+ "assemblies_0|reference_genome|genome": {
"id": 10,
"output_name": "output_fasta"
},
- "track_groups_0|data_tracks_0|data_format|annotation": {
+ "assemblies_0|track_groups_0|data_tracks_0|data_format|useuri|annotation": {
"id": 14,
"output_name": "out_gff"
}
},
"inputs": [],
"label": null,
- "name": "JBrowse",
+ "name": "JBrowse2",
"outputs": [
{
"name": "output",
@@ -948,41 +997,29 @@
}
],
"position": {
- "left": 1981.40625,
- "top": 224.328125
+ "left": 2064.166748046875,
+ "top": 0
},
- "post_job_actions": {
- "RenameDatasetActionoutput": {
- "action_arguments": {
- "newname": "JBrowse-view-annotations"
- },
- "action_type": "RenameDatasetAction",
- "output_name": "output"
- }
- },
- "tool_id": "toolshed.g2.bx.psu.edu/repos/iuc/jbrowse/jbrowse/1.16.9+galaxy0",
+ "post_job_actions": {},
+ "tool_id": "toolshed.g2.bx.psu.edu/repos/fubar/jbrowse2/jbrowse2/2.13.0+galaxy0",
"tool_shed_repository": {
- "changeset_revision": "17359b808b01",
- "name": "jbrowse",
- "owner": "iuc",
+ "changeset_revision": "878c27dfea9d",
+ "name": "jbrowse2",
+ "owner": "fubar",
"tool_shed": "toolshed.g2.bx.psu.edu"
},
- "tool_state": "{\"action\": {\"action_select\": \"create\", \"__current_case__\": 0}, \"gencode\": \"11\", \"jbgen\": {\"defaultLocation\": \"\", \"trackPadding\": \"20\", \"shareLink\": \"true\", \"aboutDescription\": \"\", \"show_tracklist\": \"true\", \"show_nav\": \"true\", \"show_overview\": \"true\", \"show_menu\": \"true\", \"hideGenomeOptions\": \"false\"}, \"plugins\": {\"BlastView\": \"true\", \"ComboTrackSelector\": \"false\", \"GCContent\": \"false\"}, \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"genome\": {\"__class__\": \"ConnectedValue\"}}, \"standalone\": \"minimal\", \"track_groups\": [{\"__index__\": 0, \"category\": \"Default\", \"data_tracks\": [{\"__index__\": 0, \"data_format\": {\"data_format_select\": \"gene_calls\", \"__current_case__\": 2, \"annotation\": {\"__class__\": \"ConnectedValue\"}, \"match_part\": {\"match_part_select\": \"false\", \"__current_case__\": 1}, \"index\": \"false\", \"track_config\": {\"track_class\": \"NeatHTMLFeatures/View/Track/NeatFeatures\", \"__current_case__\": 3, \"html_options\": {\"topLevelFeatures\": \"\"}}, \"jbstyle\": {\"style_classname\": \"feature\", \"style_label\": \"product,name,id\", \"style_description\": \"note,description\", \"style_height\": \"10px\", \"max_height\": \"600\"}, \"jbcolor_scale\": {\"color_score\": {\"color_score_select\": \"none\", \"__current_case__\": 0, \"color\": {\"color_select\": \"automatic\", \"__current_case__\": 0}}}, \"jb_custom_config\": {\"option\": []}, \"jbmenu\": {\"track_menu\": []}, \"track_visibility\": \"force\", \"override_apollo_plugins\": \"False\", \"override_apollo_drag\": \"False\"}}]}], \"uglyTestingHack\": \"\", \"__page__\": null, \"__rerun_remap_job_id__\": null}",
- "tool_version": "1.16.9+galaxy0",
+ "tool_state": "{\"assemblies\": [{\"__index__\": 0, \"reference_genome\": {\"genome_type_select\": \"history\", \"__current_case__\": 1, \"genome\": {\"__class__\": \"ConnectedValue\"}}, \"track_groups\": [{\"__index__\": 0, \"category\": \"Default\", \"data_tracks\": [{\"__index__\": 0, \"data_format\": {\"data_format_select\": \"gff\", \"__current_case__\": 2, \"useuri\": {\"insource\": \"history\", \"__current_case__\": 0, \"annotation\": {\"__class__\": \"ConnectedValue\"}}, \"match_part\": {\"match_part_select\": \"false\", \"__current_case__\": 1}, \"jbstyle\": {\"show_labels\": false, \"show_descriptions\": false, \"display\": \"LinearBasicDisplay\", \"usebedscore\": false}, \"track_visibility\": \"default_on\"}}]}]}], \"jbgen\": {\"ucol\": {\"formcoll\": \"form\", \"__current_case__\": 1}, \"zipOut\": false, \"defaultLocation\": \"\", \"session_name\": \"New JBrowse2 session\", \"bpPerPx\": \"50\", \"enableAnalytics\": false, \"primary_color\": \"#0d233f\", \"secondary_color\": \"#721e63\", \"tertiary_color\": \"#135560\", \"quaternary_color\": \"#ffb11d\", \"font_size\": \"10\"}, \"__page__\": 0, \"__rerun_remap_job_id__\": null}",
+ "tool_uuid": null,
+ "tool_version": "2.13.0+galaxy0",
"type": "tool",
- "uuid": "7e5c8b63-2538-4898-9644-71453e17c0ba",
- "workflow_outputs": [
- {
- "label": null,
- "output_name": "output",
- "uuid": "5ad68433-82c3-47aa-b3e4-ef1b07ed790e"
- }
- ]
+ "uuid": "50098314-cba5-4da1-b841-d1670a0607cd",
+ "when": null,
+ "workflow_outputs": []
}
},
"tags": [
"assembly"
],
- "uuid": "e86f3679-9409-4b7a-88fc-66cf83c860e5",
+ "uuid": "0dc1088d-16f9-48cb-ae8e-5980bd05f6eb",
"version": 4
-}
\ No newline at end of file
+}