Identification and Evolutionary Analysis of Transcription-Associated Proteins

sequence-analysis-tapscan-streptophyte-algae/main-workflow

Author(s)
Deepti Varshney, Saskia Hiltemann
version Version
1
last_modification Last updated
Mar 26, 2025
license License
MIT
galaxy-tags Tags
sequence-analysis

Features
Tutorial
hands_on Identification and Evolutionary Analysis of Transcription-Associated Proteins in Streptophyte algae and Land plants

Workflow Testing
Tests: ❌
Results: Not yet automated
FAIRness purl PURL
https://gxy.io/GTN:W00323
RO-Crate logo with flask Download Workflow RO-Crate
Launch in Tutorial Mode question
galaxy-download Download
flowchart TD
  0["ℹ️ Input Collection\nInput Dataset Collection"];
  style 0 stroke:#2c3143,stroke-width:4px;
  1["TAPScan Classify"];
  0 -->|output| 1;
  2["Filter"];
  1 -->|taps_detected| 2;
  3["Cut"];
  2 -->|out_file1| 3;
  4["Remove beginning"];
  3 -->|out_file1| 4;
  5["Filter FASTA"];
  4 -->|out_file1| 5;
  0 -->|output| 5;
  6["MAFFT"];
  5 -->|output| 6;
  7["trimAl"];
  6 -->|outputAlignment| 7;
  8["Quicktree"];
  7 -->|trimmed_output| 8;
  9["ETE tree viewer"];
  7 -->|trimmed_output| 9;
  8 -->|output_file| 9;

Inputs

Input Label
Input dataset collection Input Dataset Collection

Outputs

From Output Label

Tools

Tool Links
Cut1
Filter1
Remove beginning1
toolshed.g2.bx.psu.edu/repos/bgruening/tapscan/tapscan_classify/4.76+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/galaxyp/filter_by_fasta_ids/filter_by_fasta_ids/2.3 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/ete_treeviewer/ete_treeviewer/3.1.3+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/quicktree/quicktree/2.5+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/trimal/trimal/1.5.0+galaxy1 View in ToolShed
toolshed.g2.bx.psu.edu/repos/rnateam/mafft/rbc_mafft/7.526+galaxy1 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
2 029ba843c 2025-03-21 12:32:33 add workflow for tutorial
1 a6641df7c 2025-03-17 14:05:20 shorten folder name

For Admins

Installing the workflow tools

wget https://training.galaxyproject.org/training-material/topics/sequence-analysis/tutorials/tapscan-streptophyte-algae/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