Workflows

These workflows are associated with Genome Assembly of MRSA using Oxford Nanopore MinION Data

To use these workflows in Galaxy you can either click the links to download the workflows, or you can right-click and copy the link to the workflow which can be used in the Galaxy form to import workflows.

Genome Assembly of MRSA using Oxford Nanopore MinION Data (imported from uploaded file)
Avans Hogeschool, Helena Rasche, Miaomiao Zhou

Last updated Sep 9, 2021

Launch in Tutorial Mode
License: AGPL-3.0-or-later
Tests: ❌ Results: Not yet automated

Download Galaxy Workflow.ga EU US AU Import to another server (≥23.0+ only!)
flowchart TD
  0["Input dataset"];
  1["Convert compressed file to uncompressed."];
  2["filtlong"];
  3["NanoPlot"];
  4["NanoPlot"];
  5["Flye assembly"];
  6["Bandage Image"];
  7["Quast"];
  8["staramr"];
  9["Prokka"];
  10["Select"];
  11["Table to GFF3"];
  12["JBrowse"];
  0 -->|output| 1;
  1 -->|output1| 2;
  1 -->|output1| 3;
  2 -->|outfile| 4;
  2 -->|outfile| 5;
  5 -->|assembly_gfa| 6;
  5 -->|consensus| 7;
  5 -->|consensus| 8;
  5 -->|consensus| 9;
  8 -->|detailed_summary| 10;
  10 -->|out_file1| 11;
  5 -->|consensus| 12;
  9 -->|out_gff| 12;
  11 -->|output| 12;

	

Importing into Galaxy

Below are the instructions for importing these workflows directly into your Galaxy server of choice to start using them!
Hands-on: Importing a workflow
  • Click on Workflow on the top menu bar of Galaxy. You will see a list of all your workflows.
  • Click on galaxy-upload Import at the top-right of the screen
  • Provide your workflow
    • Option 1: Paste the URL of the workflow into the box labelled “Archived Workflow URL”
    • Option 2: Upload the workflow file in the box labelled “Archived Workflow File”
  • Click the Import workflow button

Below is a short video demonstrating how to import a workflow from GitHub using this procedure: