Workflows

These workflows are associated with metaQuantome 2: Function

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.

metaquantome-function-worklow

Last updated Nov 9, 2021

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

flowchart TD
  0["metaQuantome: database"];
  1["metaQuantome: create samples file"];
  2["ℹ️ Input Dataset\nFunctional file"];
  style 2 stroke:#2c3143,stroke-width:4px;
  3["ℹ️ Input Dataset\nIntensity file"];
  style 3 stroke:#2c3143,stroke-width:4px;
  4["metaQuantome: expand"];
  0 -->|outfile| 4;
  3 -->|output| 4;
  2 -->|output| 4;
  1 -->|samples_file| 4;
  5["metaQuantome: filter"];
  4 -->|outfile| 5;
  1 -->|samples_file| 5;
  6["metaQuantome: stat"];
  5 -->|outfile| 6;
  1 -->|samples_file| 6;
  7["T2-Bar-Plot"];
  6 -->|outfile| 7;
  6 -->|outfile| 7;
  8["T4-Bar-Plot"];
  6 -->|outfile| 8;
  1 -->|samples_file| 8;
  9["T7-Bar-Plot"];
  6 -->|outfile| 9;
  1 -->|samples_file| 9;
  10["T7-T2-Volcano-Plot"];
  6 -->|outfile| 10;
  1 -->|samples_file| 10;
  11["T4-T2-Volcano-Plot"];
  6 -->|outfile| 11;
  1 -->|samples_file| 11;
	

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: