Workflows

These workflows are associated with Pre-processing of 10X Single-Cell ATAC-seq Datasets

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.

scATAC-seq Count Matrix Filtering
Pavankumar Videm

Last updated Apr 24, 2023

Launch in Tutorial Mode question
License: CC-BY-4.0
Tests: ✅ Results: Not yet automated

flowchart TD
  0["ℹ️ Input Dataset\nscATAC-seq Anndata"];
  style 0 stroke:#2c3143,stroke-width:4px;
  1["scATAC-seq Preprocessing"];
  0 -->|output| 1;
  2["scATAC-seq Preprocessing"];
  1 -->|anndata_out| 2;
  3["scATAC-seq Preprocessing"];
  2 -->|anndata_out| 3;
  4["Plot"];
  3 -->|anndata_out| 4;
  5["scATAC-seq Preprocessing"];
  3 -->|anndata_out| 5;
  6["scATAC-seq Preprocessing"];
  3 -->|anndata_out| 6;
  7["scATAC-seq Preprocessing"];
  3 -->|anndata_out| 7;
  8["scATAC-seq Preprocessing"];
  3 -->|anndata_out| 8;
  9["scATAC-seq Preprocessing"];
  8 -->|anndata_out| 9;
  10["scATAC-seq Preprocessing"];
  9 -->|anndata_out| 10;
  11["scATAC-seq Preprocessing"];
  10 -->|anndata_out| 11;
  12["Plot"];
  11 -->|anndata_out| 12;
	
scATAC-seq FASTQ to Count Matrix
Pavankumar Videm

Last updated Apr 24, 2023

Launch in Tutorial Mode question
License: CC-BY-4.0
Tests: ✅ Results: Not yet automated

flowchart TD
  0["ℹ️ Input Dataset\nForward reads FASTQ R1"];
  style 0 stroke:#2c3143,stroke-width:4px;
  1["ℹ️ Input Dataset\nBarcodes FASTQ R2"];
  style 1 stroke:#2c3143,stroke-width:4px;
  2["ℹ️ Input Dataset\nReverse reads FASTQ R3"];
  style 2 stroke:#2c3143,stroke-width:4px;
  3["Sinto barcode"];
  1 -->|output| 3;
  0 -->|output| 3;
  2 -->|output| 3;
  4["FastQC"];
  3 -->|read1_out| 4;
  5["FastQC"];
  3 -->|read2_out| 5;
  6["Map with BWA-MEM"];
  3 -->|read1_out| 6;
  3 -->|read2_out| 6;
  7["Sinto fragments"];
  6 -->|bam_output| 7;
  8["bedtools SortBED"];
  7 -->|fragments| 8;
  9["MACS2 callpeak"];
  8 -->|output| 9;
  10["Unique"];
  9 -->|output_narrowpeaks| 10;
  11["Build count matrix"];
  8 -->|output| 11;
  10 -->|outfile| 11;
  12["Inspect AnnData"];
  11 -->|anndata_out| 12;
  13["Inspect AnnData"];
  11 -->|anndata_out| 13;
  14["Inspect AnnData"];
  11 -->|anndata_out| 14;
  15["Inspect AnnData"];
  11 -->|anndata_out| 15;
	

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: