- Ubuntu/macOS
- MACS2
- bedtools
- R with installed fitdistrplus package
- Clone Lenti-STARR GitHub repository
git clone https://github.com/Barski-lab/Lenti-STARR.git
- Place sorted and indexed BAM files into two separate folders -
folder_Aandfolder_B, where A is STARRSEQ .bam and B is control plasmid .bam - Create a folder for output files
mkdir results
- Run
process.shscript from the Lenti-STARR repository in the folder where you want the outputs to be saved (a.k.aresults)cd /absolute/path/to/results /absolute/path/to/Lenti-STARR/process.sh /absolute/path/to/folder_A /absolute/path/to/folder_B - See outputs saved in the
resultsdirectory
- Clone Lenti-STARR GitHub repository
git clone https://github.com/Barski-lab/Lenti-STARR.git
- Place sorted and indexed BAM files into two separate folders -
folder_Aandfolder_Bwhere A is STARRSEQ .bam and B is control plasmid .bam - Create a folder for output files
mkdir results
- Start
process.shscript from the docker container mountingfolder_A,folder_B, andresultsfolders as shown belowdocker run --rm -ti -w /tmp/results -v /absolute/path/to/folder_A:/tmp/folder_A -v /absolute/path/to/folder_B:/tmp/folder_B -v /absolute/path/to/results:/tmp/results biowardrobe2/starr:v0.0.1 process.sh /tmp/folder_A /tmp/folder_B
- See outputs saved in the
resultsdirectory
Notes:
/absolute/path/toshould be replaced with the real locations on your file system