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;
  a7fda542-5399-4218-933a-6487a0c2ced5["Output\nfastp_json"];
  3 --> a7fda542-5399-4218-933a-6487a0c2ced5;
  style a7fda542-5399-4218-933a-6487a0c2ced5 stroke:#2c3143,stroke-width:4px;
  4["FastQC"];
  1 -->|output| 4;
  5["Shovill"];
  3 -->|out1| 5;
  3 -->|out2| 5;
  e502e141-d313-4348-bab2-4fbee6f19194["Output\nshovill_log"];
  5 --> e502e141-d313-4348-bab2-4fbee6f19194;
  style e502e141-d313-4348-bab2-4fbee6f19194 stroke:#2c3143,stroke-width:4px;
  6["Quast"];
  5 -->|contigs| 6;
  75c7362c-b7d8-449f-80dc-29bd8b4e50cd["Output\nquast_output"];
  6 --> 75c7362c-b7d8-449f-80dc-29bd8b4e50cd;
  style 75c7362c-b7d8-449f-80dc-29bd8b4e50cd stroke:#2c3143,stroke-width:4px;
  7["Bandage Image"];
  5 -->|contigs_graph| 7;
  8["Bandage Info"];
  5 -->|contigs_graph| 8;
  250af36f-5b5b-4986-88dd-2e0fde1f441c["Output\nbandage_info_output"];
  8 --> 250af36f-5b5b-4986-88dd-2e0fde1f441c;
  style 250af36f-5b5b-4986-88dd-2e0fde1f441c 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: