Debruijn Graph Velvet Optimiser and SPAdes Assembly

assembly-debruijn-graph-assembly/debruijn-graph-velvet-optimiser-and-spades-assembly

Author(s)
Tristan Reynolds, Delphine Lariviere
version Version
1
last_modification Last updated
Jan 7, 2026
license License
CC-BY-4.0
galaxy-tags Tags
assembly

Features
Tutorial
hands_on De Bruijn Graph Assembly
workflow Other workflows associated with this material
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\nmutant_R1.fastq"];
  style 0 stroke:#2c3143,stroke-width:4px;
  1["ℹ️ Input Dataset\nmutant_R2.fastq"];
  style 1 stroke:#2c3143,stroke-width:4px;
  2["ℹ️ Input Collection\nInput Paired Reads Collection"];
  style 2 stroke:#2c3143,stroke-width:4px;
  3["VelvetOptimiser"];
  0 -->|output| 3;
  1 -->|output| 3;
  4["SPAdes"];
  2 -->|output| 4;
  a3b09011-16ab-406f-9bea-d78c2695d611["Output\nspades_log"];
  4 --> a3b09011-16ab-406f-9bea-d78c2695d611;
  style a3b09011-16ab-406f-9bea-d78c2695d611 stroke:#2c3143,stroke-width:4px;
  5["Fasta Statistics"];
  3 -->|contigs| 5;
  432fc97e-afab-48b8-87dd-621fe11d0739["Output\nfasta_stats_velvet"];
  5 --> 432fc97e-afab-48b8-87dd-621fe11d0739;
  style 432fc97e-afab-48b8-87dd-621fe11d0739 stroke:#2c3143,stroke-width:4px;
  6["Bandage Image"];
  4 -->|out_ags| 6;
  7["Fasta Statistics"];
  4 -->|out_cn| 7;
  0435b5e5-e189-42ee-97cf-c21dc6cf0b31["Output\nfasta_stats_spades"];
  7 --> 0435b5e5-e189-42ee-97cf-c21dc6cf0b31;
  style 0435b5e5-e189-42ee-97cf-c21dc6cf0b31 stroke:#2c3143,stroke-width:4px;

Inputs

Input Label
Input dataset mutant_R1.fastq
Input dataset mutant_R2.fastq
Input dataset collection Input Paired Reads Collection

Outputs

From Output Label
toolshed.g2.bx.psu.edu/repos/simon-gladman/velvetoptimiser/velvetoptimiser/2.2.6 VelvetOptimiser
toolshed.g2.bx.psu.edu/repos/nml/spades/spades/4.2.0+galaxy0 SPAdes
toolshed.g2.bx.psu.edu/repos/iuc/fasta_stats/fasta-stats/1.0.1 Fasta Statistics
toolshed.g2.bx.psu.edu/repos/iuc/bandage/bandage_image/0.8.1+galaxy0 Bandage Image
toolshed.g2.bx.psu.edu/repos/iuc/fasta_stats/fasta-stats/1.0.1 Fasta Statistics

Tools

Tool Links
toolshed.g2.bx.psu.edu/repos/iuc/bandage/bandage_image/0.8.1+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/fasta_stats/fasta-stats/1.0.1 View in ToolShed
toolshed.g2.bx.psu.edu/repos/nml/spades/spades/4.2.0+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/simon-gladman/velvetoptimiser/velvetoptimiser/2.2.6 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 cf489e98a 2025-12-18 00:05:51 Updated workflows using velvet
1 b6d57eea6 2025-12-18 00:04:31 Rename Debruijn-Graph-Velvet-Optimiser-and-SPAdes-Assembly---EU.ga to Debruijn-Graph-Velvet-Optimiser-and-SPAdes-Assembly.ga

For Admins

Installing the workflow tools

wget https://training.galaxyproject.org/training-material/topics/assembly/tutorials/debruijn-graph-assembly/workflows/Debruijn-Graph-Velvet-Optimiser-and-SPAdes-Assembly.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