CUT&RUN GTN

epigenetics-cut_and_run/main-workflow

Author(s)
Florian Heyl
version Version
2
last_modification Last updated
Feb 17, 2025
license License
MIT
galaxy-tags Tags
epigenetics

Features
Tutorial
hands_on CUT&RUN data analysis

Workflow Testing
Tests: ✅
Results: Not yet automated
FAIRness purl PURL
https://gxy.io/GTN:W00064
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\nFastq PE inputs"];
  style 0 stroke:#2c3143,stroke-width:4px;
  1["ℹ️ Input Dataset\nGATA1_ChIP-Seq peaks"];
  style 1 stroke:#2c3143,stroke-width:4px;
  2["ℹ️ Input Parameter\nNon-Commercial purposes"];
  style 2 fill:#ded,stroke:#393,stroke-width:4px;
  3["Flatten collection for FastQC"];
  0 -->|output| 3;
  4["Trim Galore!"];
  0 -->|output| 4;
  5["FastQC on raw reads"];
  3 -->|output| 5;
  6["Bowtie2"];
  4 -->|trimmed_reads_paired_collection| 6;
  7["MultiQC"];
  5 -->|text_file| 7;
  8["Filter BAM"];
  6 -->|output| 8;
  9["MarkDuplicates"];
  8 -->|out_file1| 9;
  10["FastQC"];
  9 -->|outFile| 10;
  11["Paired-end histogram"];
  9 -->|outFile| 11;
  12["bedtools BAM to BED"];
  9 -->|outFile| 12;
  13["MACS2 callpeak"];
  12 -->|output| 13;
  14["Get Rep1 peaks"];
  13 -->|output_narrowpeaks| 14;
  15["Get Rep2 peaks"];
  13 -->|output_narrowpeaks| 15;
  16["Get Robust GATA1 CUT and RUN peaks"];
  14 -->|output| 16;
  15 -->|output| 16;
  17["Get True GATA1 CUT and RUN peaks"];
  16 -->|output| 17;
  1 -->|output| 17;
  18["Extract Genomic DNA"];
  17 -->|output| 18;
  19["Get motif"];
  18 -->|output| 19;
  2 -->|output| 19;
  af32c4fc-332a-4a6b-af0e-fd11d31a5bb5["Output\nMEME-ChIP html output"];
  19 --> af32c4fc-332a-4a6b-af0e-fd11d31a5bb5;
  style af32c4fc-332a-4a6b-af0e-fd11d31a5bb5 stroke:#2c3143,stroke-width:4px;

Inputs

Input Label
Input dataset collection Fastq PE inputs
Input dataset GATA1_ChIP-Seq peaks
Input parameter Non-Commercial purposes

Outputs

From Output Label
toolshed.g2.bx.psu.edu/repos/iuc/meme_chip/meme_chip/4.11.2+galaxy1 MEME-ChIP Get motif

Tools

Tool Links
__EXTRACT_DATASET__
__FLATTEN__
toolshed.g2.bx.psu.edu/repos/bgruening/trim_galore/trim_galore/0.6.7+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/devteam/bamtools_filter/bamFilter/2.5.2+galaxy2 View in ToolShed
toolshed.g2.bx.psu.edu/repos/devteam/bowtie2/bowtie2/2.5.3+galaxy1 View in ToolShed
toolshed.g2.bx.psu.edu/repos/devteam/fastqc/fastqc/0.73+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/devteam/fastqc/fastqc/0.74+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/devteam/picard/picard_MarkDuplicates/3.1.1.0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_bamtobed/2.31.1+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/bedtools/bedtools_intersectbed/2.31.1+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/extract_genomic_dna/Extract genomic DNA 1/3.0.3+galaxy2 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/macs2/macs2_callpeak/2.2.9.1+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/meme_chip/meme_chip/4.11.2+galaxy1 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/multiqc/multiqc/1.24.1+galaxy0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/pe_histogram/pe_histogram/1.0.1 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
2 124988023 2024-12-06 16:30:03 update workflow and add tests
1 c32dabaf3 2021-07-26 11:12:40 Adding cut and run

For Admins

Installing the workflow tools

wget https://training.galaxyproject.org/training-material/topics/epigenetics/tutorials/cut_and_run/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