End-to-end ChIP-seq analysis pipeline for USF2 (as an example) including alignment, peak calling, annotation, and visualization
⚠️ Please complete this section before running the pipeline.
conda create -n homer_env python=3.10 -y
conda activate homer_envconda config --env --add channels defaults
conda config --env --add channels bioconda
conda config --env --add channels conda-forge
conda config --env --set channel_priority strictconda install -y wget samtools ucsc-bedgraphtobigwig ucsc-fetchchromsizes ucsc-bedtobigbed sra-tools trim-galore bedtools picard bwa deeptoolsmkdir -p $CONDA_PREFIX/homer
cd $CONDA_PREFIX/homerwget http://homer.ucsd.edu/homer/configureHomer.plperl configureHomer.pl -installecho 'export PATH=$CONDA_PREFIX/homer/bin:$PATH' >> $CONDA_PREFIX/etc/conda/activate.d/homer.shconda deactivate
conda activate Env_Homerperl configureHomer.pl -listperl configureHomer.pl -install hg38