Skip to content

EGeorgia/Quick-ChIP

Repository files navigation

⏳ Quick-ChIP

Quick and easy analysis of ChIP-seq data for visualisation using the UCSC genome browser.

Emily Georgiades, Hughes Lab, July 2021.

Screenshot 2021-08-06 at 09 35 10


Steps for setup:

1. Create a directory containing:

2. Create a public directory where bigwigs will be copied to.

3. Ensure fastqs are gunzipped and named as follows:

Paired-end reads:
sample_name_R1.fastq.gz
sample_name_R2.fastq.gz

Single-end reads:
sample_name.fastq.gz

4. Edit flags in jobscript:

bash quick-chip_withflags.sh -r paired -g genome -t trimming -p public_dir

-r     Specify whether reads are 'single' or 'paired'.
-g    Specify genome build (mm39, mm39-R2, mm39-R1R2 or hg38).
-t     Specify if/which adapters should be trimmed? (no/chip/chipment).
-p    Give path to public directory where bigwigs will be saved (excluding /datashare/).
-h    Display help.

📝  Notes:

Preliminary step is to trim adapters, specifically for NEBNext® Ultra™ / NEBNext® Ultra™ II DNA Library Prep Kits for Illumina®.
Adapter sequence: GAT CGG AAG AGC ACA CGT


To run the script:
$ sbatch jobscript-quick-chip.sh

To check that it's running:
$ squeue | grep username

To check progress of run (where xxx is jobID):
$ less xxx_quick-chip.out

To cancel the run (where xxx is jobID):
$ scancel xxx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published