PAINT: Leishmania Sexual Reproductive Strategies As Resolved Through Compuational Methods Designed for Aneuploid Genomes |
MAIN INDEX ANALYTICAL PIPELINE CONTACT SYSTEM REQUIREMENTS AGELESS Package Example Data | Divide Coverage FilesThis page walks you though various steps required to generate Individual coverage Files from read depth filePrerequisites1) Align the fastq files to the reference genome of interest using your favourite aligner (Bowtie, BWA, Novoalign etc.)2) Sort the generated Binary alignment map (BAM) file using samtools 'sort' function 3) Generate an coverage files using findReadDepth utility of PAINT. Place all the coverage files in one directory How to Run it?Divide each coverage file into individual chromosome coverage files using the divideReadDepthFile utility of PAINT. Type java -jar PAINT.jar divideReadDepthFile -h for options.
Command Examplejava -jar PAINT.jar divideReadDepthFile -i "..\DemoData\readDepth\LV39c5Hyg_srt.depth" -o "..DemoData\individualDepthFiles\LV39c5Hyg_srt"OutputThe output of the divideReadDepthFile ulitity looks as follows:
|