Workflows

These workflows are associated with Genome Assembly of a bacterial genome (MRSA) sequenced using Illumina MiSeq 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 Illumina MiSeq Data
Bazante Sanders, Bérénice Batut

Last updated Jan 23, 2024

Launch in Tutorial Mode question
License: MIT
Tests: ✅ Results: Not yet automated

flowchart TD
  0["ℹ️ Input Dataset\nDRR187559_2"];
  style 0 stroke:#2c3143,stroke-width:4px;
  1["ℹ️ Input Dataset\nDRR187559_1"];
  style 1 stroke:#2c3143,stroke-width:4px;
  2["FastQC"];
  0 -->|output| 2;
  3["fastp"];
  1 -->|output| 3;
  0 -->|output| 3;
  7aa74ace-4ea5-4a71-b9fe-e6f3075d3d0f["Output\nfastp_json"];
  3 --> 7aa74ace-4ea5-4a71-b9fe-e6f3075d3d0f;
  style 7aa74ace-4ea5-4a71-b9fe-e6f3075d3d0f stroke:#2c3143,stroke-width:4px;
  4["FastQC"];
  1 -->|output| 4;
  5["Shovill"];
  3 -->|out1| 5;
  3 -->|out2| 5;
  aca146fd-4681-4e94-8089-30a7b3856a77["Output\nshovill_log"];
  5 --> aca146fd-4681-4e94-8089-30a7b3856a77;
  style aca146fd-4681-4e94-8089-30a7b3856a77 stroke:#2c3143,stroke-width:4px;
  6["Quast"];
  5 -->|contigs| 6;
  96e18e19-94cb-4088-8e16-88e7ca083359["Output\nquast_output"];
  6 --> 96e18e19-94cb-4088-8e16-88e7ca083359;
  style 96e18e19-94cb-4088-8e16-88e7ca083359 stroke:#2c3143,stroke-width:4px;
  7["Bandage Image"];
  5 -->|contigs_graph| 7;
  8["Bandage Info"];
  5 -->|contigs_graph| 8;
  f57b2dcd-eba4-4e06-b360-55464a67b8b8["Output\nbandage_info_output"];
  8 --> f57b2dcd-eba4-4e06-b360-55464a67b8b8;
  style f57b2dcd-eba4-4e06-b360-55464a67b8b8 stroke:#2c3143,stroke-width:4px;
	

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: