GTN - Sequence Analyses - Mapping (imported from uploaded file)

sequence-analysis-mapping/mapping

Author(s)

version Version
4
last_modification Last updated
Apr 21, 2021
license License
None Specified, defaults to CC-BY-4.0
galaxy-tags Tags
sequence-analysis

Features

Tutorial
hands_on Mapping
workflow Other workflows associated with this material
Workflow Testing
Tests: ✅
Results:
FAIRness purl PURL
https://gxy.io/GTN:W00182
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
output
output
output
output
text_file
text_file
trimmed_reads_pair1
trimmed_reads_pair2
output
output
out_file1
ℹ️ Input Dataset
reads_1
ℹ️ Input Dataset
reads_2
FastQC
FastQC
Trim Galore!
MultiQC
Bowtie2
Stats
Filter
Stats
Output
bowtie2_mapping_stats
Output
bam_stats_1
Output
bam_stats_2

Inputs

Input Label
Input dataset reads_1
Input dataset reads_2

Outputs

From Output Label
toolshed.g2.bx.psu.edu/repos/devteam/bowtie2/bowtie2/2.4.2+galaxy0 Bowtie2
toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.1 Stats
toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.1 Stats

Tools

Tool Links
toolshed.g2.bx.psu.edu/repos/bgruening/trim_galore/trim_galore/0.4.3.1 View in ToolShed
toolshed.g2.bx.psu.edu/repos/devteam/bamtools_filter/bamFilter/2.4.1 View in ToolShed
toolshed.g2.bx.psu.edu/repos/devteam/bowtie2/bowtie2/2.4.2+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/devteam/fastqc/fastqc/0.72+galaxy1 View in ToolShed
toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats/samtools_stats/2.0.1 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.9 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
4 505f7550f 2021-04-20 17:22:17 update-workflows
3 667ff3de9 2020-01-22 10:59:29 annotation
2 eb4d724e0 2020-01-15 10:41:35 Workflow renaming
1 c06c5b151 2018-09-14 15:01:17 Expand mapping tutorial and add workflow + tests

For Admins

Installing the workflow tools

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