Pipeline for analysing ATAC-seq data from raw fastq files to called genomic peaks
conda env create -f atacseq.yml
fastqc -t 8 *fastq.gz -o ./fastqc_initial
cd ./fastqc_initial/
multiqc .
firefox multiqc_report.html
cd ../trimming
./trim-reads-paired.sh
fastqc -t 8 *fq.gz -o fastqc_trimming/
cd ./fastqc_trimming/
multiqc .
firefox multiqc_report.html
Download index files from https://benlangmead.github.io/aws-indexes/bowtie and add them to the mapping folder.
cd ../../../mapping
./bowtie2-mapping-paired.sh
./sam-to-bam.sh
cd ../peak_call
./filter.sh
./peak_call.sh
igv
In the IGV GUI choose file > Load from File