Music Stage 3 - Preprocess Visualisations

single-cell-bulk-deconvolution-evaluate/deconv-eval-stage-3-process

Author(s)
Morgan Howells
version Version
1
last_modification Last updated
Feb 2, 2025
license License
MIT
galaxy-tags Tags
name:deconv-eval

Features
Tutorial
hands_on Evaluating Reference Data for Bulk RNA Deconvolution
workflow Other workflows associated with this material
Workflow Testing
Tests: ✅
Results: Not yet automated
FAIRness purl PURL
https://gxy.io/GTN:W00309
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
flowchart TD
  0["ℹ️ Input Collection\nCell Proportions"];
  style 0 stroke:#2c3143,stroke-width:4px;
  1["Remove beginning"];
  0 -->|output| 1;
  2["Collapse Collection"];
  1 -->|out_file1| 2;
  16dc3303-7544-448d-8dbe-cad8ec816a45["Output\nResults Table"];
  2 --> 16dc3303-7544-448d-8dbe-cad8ec816a45;
  style 16dc3303-7544-448d-8dbe-cad8ec816a45 stroke:#2c3143,stroke-width:4px;
  3["Compute diff error"];
  1 -->|out_file1| 3;
  4["cut diff error"];
  3 -->|out_file1| 4;
  5["Join subsamples"];
  4 -->|out_file1| 5;
  6["Remove header"];
  5 -->|tabular_output| 6;
  7["Transpose"];
  6 -->|out_file1| 7;
  02e85528-3327-4ce8-a514-99d7886a0839["Output\nError Table"];
  7 --> 02e85528-3327-4ce8-a514-99d7886a0839;
  style 02e85528-3327-4ce8-a514-99d7886a0839 stroke:#2c3143,stroke-width:4px;

Inputs

Input Label
Input dataset collection Cell Proportions

Outputs

From Output Label
toolshed.g2.bx.psu.edu/repos/nml/collapse_collections/collapse_dataset/5.1.0 Collapse Collection
toolshed.g2.bx.psu.edu/repos/iuc/datamash_transpose/datamash_transpose/1.8+galaxy1 Transpose

Tools

Tool Links
Cut1
Remove beginning1
toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/collection_column_join/collection_column_join/0.0.3 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/datamash_transpose/datamash_transpose/1.8+galaxy1 View in ToolShed
toolshed.g2.bx.psu.edu/repos/nml/collapse_collections/collapse_dataset/5.1.0 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 34d7ecdab 2025-01-16 14:53:12 add a licence to the workflows
2 83ea1db0b 2025-01-16 14:46:00 add author metadata to workflows
1 1d02ea013 2025-01-16 12:04:13 add workflow files

For Admins

Installing the workflow tools

wget https://training.galaxyproject.org/training-material/topics/single-cell/tutorials/bulk-deconvolution-evaluate/workflows/deconv-eval-stage-3-process.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