A pipeline for ATAC-seq data analysis built on SRAlign.
SRAtac is a Nextflow pipeline for processing ATAC-seq data.
SRAtac is designed to be highly flexible pipeline for ATAC-seq data processing. The goal of this pipeline is to perform end-to-end data processing of ATAC-seq samples with extensive QC at all steps.
- Trim reads
- QC of reads
- Raw reads FastQC
- Trim reads FastQC
- Summary MultiQC
- Align reads
- Align to reference genome/transcriptome
- Check contamination
- Preprocess alignments
- Mark duplicates
- Compress sam to bam
- Index bam
- QC of alignments
- samtools stats
- Samtools index stats
- Percent duplicates
- Percent aligned to contamination reference
- Summary MultiQC
- Library complexity and reproducibility
- Preseq library complexity
- DeepTools correlation
- DeepTools PCA
- Full pipeline MultiQC
- Install Nextflow
- Install Docker
- Download SRAtac:
nextflow pull trev-f/SRAtac
- Run SRAtac in test mode:
nextflow run trev-f/SRAtac -profile test
- Run your analysis:
nextflow run trev-f/SRAtac -profile docker --input <input.csv> --genome <valid genome key>