Genome Assembly using PacBio data

assembly-flye-assembly/main-workflow

Author(s)
Erwan Corre, Stéphanie Robin, Anthony Bretaudeau, Alexandre Cormier
version Version
1
last_modification Last updated
Nov 29, 2021
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:W00007
RO-Crate logo with flask Download Workflow RO-Crate Workflowhub cloud with gears logo View on (Dev) WorkflowHub
Launch in Tutorial Mode question
galaxy-download Download
output
output
output
consensus
output
consensus
consensus
ℹ️ Input Dataset
PacBio reads
ℹ️ Input Dataset
Reference genome
Flye
Fasta Statistics
Busco
Fasta Statistics
Quast
Busco
Output
Flye on input dataset(s): assembly info
Output
Flye on input dataset(s): consensus
Output
Flye on input dataset(s): graphical fragment assembly
Output
Flye on input dataset(s): assembly graph
Output
Quast on input dataset(s): HTML report

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
4 6e12dcba4 2021-11-29 09:11:49 update quast
3 a086911d0 2021-11-26 14:56:18 update workflow + minor changes
2 b8606bace 2021-11-26 12:58:23 flye-assembly workflow modified with new tools versions
1 e817e8cfd 2021-10-26 15:11:00 added flye assembly tutorial

For Admins

Installing the workflow tools

wget https://training.galaxyproject.org/training-material/topics/assembly/tutorials/flye-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