Workflows

These workflows are associated with Unicycler assembly of SARS-CoV-2 genome with preprocessing to remove human genome reads

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.

assembly_with_preprocessing

Last updated Apr 22, 2020

Launch in Tutorial Mode question
License: None Specified, defaults to CC-BY-4.0
Tests: ❌ Results: Not yet automated

flowchart TD
  0["Input dataset collection"];
  1["Input dataset collection"];
  10["Samtools fastx"];
  11["Samtools fastx"];
  12["Collapse Collection"];
  13["Zip Collection"];
  14["Collapse Collection"];
  15["Collapse Collection"];
  16["seqtk_sample"];
  17["seqtk_sample"];
  18["Create assemblies with Unicycler"];
  19["Bandage Info"];
  2["fastp"];
  20["Filter sequences by length"];
  21["Bandage Image"];
  3["NanoPlot"];
  4["Map with minimap2"];
  5["MultiQC"];
  6["Bowtie2"];
  7["Samtools view"];
  8["Samtools stats"];
  9["Samtools view"];
  7 -->|outputsam| 10;
  9 -->|outputsam| 11;
  10 -->|nonspecific| 12;
  11 -->|forward| 13;
  11 -->|reverse| 13;
  11 -->|forward| 14;
  11 -->|reverse| 15;
  14 -->|output| 16;
  15 -->|output| 17;
  12 -->|output| 18;
  16 -->|default| 18;
  17 -->|default| 18;
  18 -->|assembly_graph| 19;
  0 -->|output| 2;
  18 -->|assembly| 20;
  18 -->|assembly_graph| 21;
  1 -->|output| 3;
  1 -->|output| 4;
  2 -->|report_json| 5;
  2 -->|output_paired_coll| 6;
  4 -->|alignment_output| 7;
  4 -->|alignment_output| 8;
  6 -->|output| 9;

	
assembly_with_preprocessing_and_sra_download

Last updated Apr 22, 2020

Launch in Tutorial Mode question
License: None Specified, defaults to CC-BY-4.0
Tests: ❌ Results: Not yet automated

flowchart TD
  0["Input dataset"];
  1["Input dataset"];
  10["Samtools stats"];
  11["Samtools view"];
  12["Samtools fastx"];
  13["Samtools fastx"];
  14["Collapse Collection"];
  15["Zip Collection"];
  16["Collapse Collection"];
  17["Collapse Collection"];
  18["seqtk_sample"];
  19["seqtk_sample"];
  2["Faster Download and Extract Reads in FASTQ"];
  20["Create assemblies with Unicycler"];
  21["Bandage Info"];
  22["Bandage Image"];
  23["Filter sequences by length"];
  3["Faster Download and Extract Reads in FASTQ"];
  4["fastp"];
  5["NanoPlot"];
  6["Map with minimap2"];
  7["MultiQC"];
  8["Bowtie2"];
  9["Samtools view"];
  6 -->|alignment_output| 10;
  8 -->|output| 11;
  9 -->|outputsam| 12;
  11 -->|outputsam| 13;
  12 -->|nonspecific| 14;
  13 -->|forward| 15;
  13 -->|reverse| 15;
  13 -->|forward| 16;
  13 -->|reverse| 17;
  16 -->|output| 18;
  17 -->|output| 19;
  0 -->|output| 2;
  14 -->|output| 20;
  18 -->|default| 20;
  19 -->|default| 20;
  20 -->|assembly_graph| 21;
  20 -->|assembly_graph| 22;
  20 -->|assembly| 23;
  1 -->|output| 3;
  2 -->|list_paired| 4;
  3 -->|output_collection| 5;
  3 -->|output_collection| 6;
  4 -->|report_json| 7;
  4 -->|output_paired_coll| 8;
  6 -->|alignment_output| 9;

	

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: