sRNA Seq Step 2: Salmon And DESeq2

transcriptomics-srna/srna-seq-step-2-salmon-and-deseq2

Author(s)

version Version
3
last_modification Last updated
Jan 17, 2020
license License
None Specified, defaults to CC-BY-4.0
galaxy-tags Tags
transcriptomics

Features

Tutorial
hands_on Differential abundance testing of small RNAs
workflow Other workflows associated with this material
Workflow Testing
Tests: ❌
Results: Not yet automated
FAIRness purl PURL
https://gxy.io/GTN:W00256
RO-Crate logo with flask Download Workflow RO-Crate Workflowhub cloud with gears logo View on WorkflowHub
Launch in Tutorial Mode question
galaxy-download Download
flowchart TD
  0["ℹ️ Input Collection\nDataset collection - Control"];
  style 0 stroke:#2c3143,stroke-width:4px;
  1["ℹ️ Input Dataset\nDataset - Ref Txome"];
  style 1 stroke:#2c3143,stroke-width:4px;
  2["ℹ️ Input Collection\nDataset collection - Case"];
  style 2 stroke:#2c3143,stroke-width:4px;
  3["ℹ️ Input Dataset\nInput dataset"];
  style 3 stroke:#2c3143,stroke-width:4px;
  4["Salmon"];
  1 -->|output| 4;
  0 -->|output| 4;
  5["Salmon"];
  1 -->|output| 5;
  0 -->|output| 5;
  6["Salmon"];
  1 -->|output| 6;
  2 -->|output| 6;
  7["Salmon"];
  1 -->|output| 7;
  2 -->|output| 7;
  8["DESeq2"];
  6 -->|output_quant| 8;
  4 -->|output_quant| 8;
  3 -->|output| 8;
  9["DESeq2"];
  7 -->|output_quant| 9;
  5 -->|output_quant| 9;
  3 -->|output| 9;
  10["Filter"];
  8 -->|deseq_out| 10;
  11["Filter"];
  9 -->|deseq_out| 11;

Inputs

Input Label
Input dataset collection Dataset collection - Control
Input dataset Dataset - Ref Txome
Input dataset collection Dataset collection - Case
Input dataset

Outputs

From Output Label

Tools

Tool Links
Filter1
toolshed.g2.bx.psu.edu/repos/bgruening/salmon/salmon/0.8.2 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/deseq2/deseq2/2.11.39 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
  • 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:

Video: Importing a workflow from URL

Version History

Version Commit Time Comments
3 eb4d724e0 2020-01-15 10:41:35 Workflow renaming
2 93d498545 2017-07-13 20:51:55 Update Salmon calls
1 6efea8d06 2017-06-29 10:21:58 Move the srna tutorial to transcriptomics topic

For Admins

Installing the workflow tools

wget https://training.galaxyproject.org/training-material/topics/transcriptomics/tutorials/srna/workflows/sRNA_seq_Step_2_Salmon_and_DESeq2.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