Each assay-named workflow does the following general steps: \
- Adapter trimming and Quality Control checks with
FastQC. - Alignment to a reference genome (
STARfor RNA,BWA memfor ChIP/ATAC) - Multiple rounds of filtering after alignment:
- Remove scaffolds (keep list of cannonical chromosomes in
chromNoScaffoldinput parameter - Mark and remove duplicate alignments
- Remove unmapped alignments
- Conditionally remove blacklisted regions, if such a file is supplied to the
blackListinput parameter - Sort and index the final bam.
- Remove scaffolds (keep list of cannonical chromosomes in
- Produce normalized (TPM) track (bigWig) files
READMEs in each of the subdirectories outline parameters, steps, and outputs of each workflow.