Genome Assembly using PacBio data

assembly-hifi-assembly/main-workflow

Author(s)
Erwan Corre, Stéphanie Robin, Anthony Bretaudeau, Alexandre Cormier, Solenne Correard
version Version
1
last_modification Last updated
May 16, 2025
license License
GPL-3.0-or-later
galaxy-tags Tags
assembly

Features

Tutorial
hands_on Genome assembly using PacBio data

Workflow Testing
Tests: ✅
Results: Not yet automated
FAIRness purl PURL
https://gxy.io/GTN:
RO-Crate logo with flask Download Workflow RO-Crate
Launch in Tutorial Mode question
galaxy-download Download
flowchart TD
  0["ℹ️ Input Dataset\nPacBio reads"];
  style 0 stroke:#2c3143,stroke-width:4px;
  1["ℹ️ Input Dataset\nReference genome"];
  style 1 stroke:#2c3143,stroke-width:4px;
  2["Flye"];
  0 -->|output| 2;
  d7badcb2-4d38-4dda-b89b-b4bd3ffbc64a["Output\nFlye on input dataset(s): assembly info"];
  2 --> d7badcb2-4d38-4dda-b89b-b4bd3ffbc64a;
  style d7badcb2-4d38-4dda-b89b-b4bd3ffbc64a stroke:#2c3143,stroke-width:4px;
  c8f96c22-e06e-4fec-bbfa-d993b7b103eb["Output\nFlye on input dataset(s): consensus"];
  2 --> c8f96c22-e06e-4fec-bbfa-d993b7b103eb;
  style c8f96c22-e06e-4fec-bbfa-d993b7b103eb stroke:#2c3143,stroke-width:4px;
  a288fb93-5aa5-4231-89e4-958c57106978["Output\nFlye on input dataset(s): graphical fragment assembly"];
  2 --> a288fb93-5aa5-4231-89e4-958c57106978;
  style a288fb93-5aa5-4231-89e4-958c57106978 stroke:#2c3143,stroke-width:4px;
  0e064181-5cd4-42c8-98f9-fe417303956c["Output\nFlye on input dataset(s): assembly graph"];
  2 --> 0e064181-5cd4-42c8-98f9-fe417303956c;
  style 0e064181-5cd4-42c8-98f9-fe417303956c stroke:#2c3143,stroke-width:4px;
  3["Fasta Statistics"];
  1 -->|output| 3;
  4["Busco"];
  1 -->|output| 4;
  5["Fasta Statistics"];
  2 -->|consensus| 5;
  6["Quast"];
  1 -->|output| 6;
  2 -->|consensus| 6;
  bea191cb-f88d-4103-b8fa-b3683d77cc93["Output\nQuast on input dataset(s):  HTML report"];
  6 --> bea191cb-f88d-4103-b8fa-b3683d77cc93;
  style bea191cb-f88d-4103-b8fa-b3683d77cc93 stroke:#2c3143,stroke-width:4px;
  7["Busco"];
  2 -->|consensus| 7;

Inputs

Input Label
Input dataset PacBio reads
Input dataset Reference genome

Outputs

From Output Label
toolshed.g2.bx.psu.edu/repos/bgruening/flye/flye/2.9+galaxy0 Flye
toolshed.g2.bx.psu.edu/repos/iuc/fasta_stats/fasta-stats/2.0 Fasta Statistics
toolshed.g2.bx.psu.edu/repos/iuc/quast/quast/5.0.2+galaxy3 Quast
toolshed.g2.bx.psu.edu/repos/iuc/busco/busco/5.2.2+galaxy2 Busco

Tools

Tool Links
toolshed.g2.bx.psu.edu/repos/bgruening/flye/flye/2.9+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/busco/busco/5.2.2+galaxy2 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/fasta_stats/fasta-stats/2.0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/quast/quast/5.0.2+galaxy3 View in ToolShed

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.

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
  1. Click on galaxy-workflows-activity Workflows in the Galaxy activity bar (on the left side of the screen, or in the top menu bar of older Galaxy instances). You will see a list of all your workflows
  2. Click on galaxy-upload Import at the top-right of the screen
  3. 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”
  4. Click the Import workflow button

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

Video: Importing a workflow from URL

Version History

Version Commit Time Comments
2 26dd756cb 2025-05-06 11:28:59 Update main_workflow.ga
1 76f27aca0 2025-04-30 13:44:55 Updated the folder name and the tutorial following feedback during a training

For Admins

Installing the workflow tools

wget https://training.galaxyproject.org/training-material/topics/assembly/tutorials/hifi-assembly/workflows/main_workflow.ga -O workflow.ga
workflow-to-tools -w workflow.ga -o tools.yaml
shed-tools install -g GALAXY -a API_KEY -t tools.yaml
workflow-install -g GALAXY -a API_KEY -w workflow.ga --publish-workflows