ATAC-seq GTM

epigenetics-atac-seq/main-workflow

Author(s)

version Version
20
last_modification Last updated
Apr 29, 2021
license License
None Specified, defaults to CC-BY-4.0
galaxy-tags Tags
epigenetics

Features

Tutorial
hands_on ATAC-Seq data analysis

Workflow Testing
Tests: ❌
Results: Not yet automated
FAIRness purl PURL
https://gxy.io/GTN:W00063
RO-Crate logo with flask Download Workflow RO-Crate Workflowhub cloud with gears logo View on WorkflowHub
Launch in Tutorial Mode question
galaxy-download Download
flowchart TD
  0["ℹ️ Input Dataset\nbed file with genes"];
  style 0 stroke:#2c3143,stroke-width:4px;
  1["ℹ️ Input Dataset\nctcf peaks"];
  style 1 stroke:#2c3143,stroke-width:4px;
  2["ℹ️ Input Dataset\nATAC R2 read in fastq.gz format"];
  style 2 stroke:#2c3143,stroke-width:4px;
  3["ℹ️ Input Dataset\nATAC R1 read in fastq.gz format"];
  style 3 stroke:#2c3143,stroke-width:4px;
  4["Filter"];
  1 -->|output| 4;
  5["FastQC"];
  2 -->|output| 5;
  6["ATAC remove nextera adapters with cutadapt"];
  3 -->|output| 6;
  2 -->|output| 6;
  7["FastQC"];
  3 -->|output| 7;
  8["bedtools Intersect intervals"];
  4 -->|out_file1| 8;
  0 -->|output| 8;
  9["FastQC"];
  6 -->|out2| 9;
  10["Bowtie2"];
  6 -->|out1| 10;
  6 -->|out2| 10;
  11["FastQC"];
  6 -->|out1| 11;
  12["Filter BAM ATAC"];
  10 -->|output| 12;
  13["MarkDuplicates"];
  12 -->|out_file1| 13;
  14["bedtools BAM to BED"];
  13 -->|outFile| 14;
  15["Paired-end histogram"];
  13 -->|outFile| 15;
  16["MACS2 callpeak"];
  14 -->|output| 16;
  17["Wig/BedGraph-to-bigWig"];
  16 -->|output_treat_pileup| 17;
  18["computeMatrix"];
  17 -->|out_file1| 18;
  0 -->|output| 18;
  19["pyGenomeTracks"];
  17 -->|out_file1| 19;
  16 -->|output_narrowpeaks| 19;
  0 -->|output| 19;
  1 -->|output| 19;
  20["computeMatrix"];
  17 -->|out_file1| 20;
  8 -->|output| 20;
  65159c9c-050b-4069-8704-8f66c0563a98["Output\ncomputeMatrix on input dataset(s): Matrix"];
  20 --> 65159c9c-050b-4069-8704-8f66c0563a98;
  style 65159c9c-050b-4069-8704-8f66c0563a98 stroke:#2c3143,stroke-width:4px;
  21["plotHeatmap"];
  18 -->|outFileName| 21;
  22["plotHeatmap"];
  20 -->|outFileName| 22;
  74a36643-b88f-4378-8f9c-c1b20ee2651e["Output\nplotHeatmap on input dataset(s): Image"];
  22 --> 74a36643-b88f-4378-8f9c-c1b20ee2651e;
  style 74a36643-b88f-4378-8f9c-c1b20ee2651e stroke:#2c3143,stroke-width:4px;

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
20 96d212779 2021-04-29 16:26:19 update deeptools tools + parameters
19 ba3bf335e 2021-04-12 14:41:50 use pygenometracks 3.6
18 af99da9c0 2021-04-02 16:42:29 update the workflow
17 d5cd0ab56 2021-03-30 15:33:26 update tutorial
16 d4aee8b0d 2020-06-16 09:02:06 change bedtools to allow to sort encodePeak
15 c1cf1143c 2020-06-11 07:22:17 macs2 to MACS2 in figures and workflow
14 69d703ece 2020-06-11 06:10:41 add tag and annotation
13 83f254a2b 2020-06-10 21:28:18 update new version of pgt
12 667ff3de9 2020-01-22 10:59:29 annotation
11 eb4d724e0 2020-01-15 10:41:35 Workflow renaming
10 05fb8eedb 2019-12-20 09:55:47 New workflows unflattened
9 2ebad4e59 2019-12-20 09:53:24 rebase
8 bc9c7ce8a 2019-12-19 15:51:45 changed awk step
7 1bef60c2d 2019-12-19 15:17:31 updated workflow
6 faf6d298a 2019-12-12 13:02:33 unflatten workflows
5 397de5ef9 2019-08-27 13:33:45 modified version of genrich and pygenometracks
4 93027360b 2019-08-15 08:08:49 Changes to workflow atac
3 b2bcfc0d7 2019-07-06 12:40:48 Add visualisation step to workflow (pygenometracks)
2 7dec9b919 2019-07-05 14:15:22 Updates to workflow
1 bb008c8c9 2019-07-05 13:24:04 First draft of ATAC-seq tut from CoFest (WIP)

For Admins

Installing the workflow tools

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