PAINT: Leishmania Sexual Reproductive Strategies As Resolved Through Compuational Methods Designed for Aneuploid Genomes |
MAIN INDEX ANALYTICAL PIPELINE CONTACT SYSTEM REQUIREMENTS PAINT Package Example Data | Generate a Coverage FileThis page walks you though various steps required to generate an read depth(coverage) file using PAINT package.Prerequisites1) 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 How to Run it?The findReadDepth utility of PAINT package takes a sorted bam file as input and finds coverage values at each genomic position. Type java -jar PAINT.jar findReadDepth -h for options.The parameter -i is a sorted Binary alignment map (BAM) file as input. The paramter -n specifies the intervals in which the read depth must be reported. If -n is set to 1, read depth at each genomic position is specified. The paramter -o specifies the location where the output file is written. Command Examplejava -jar PAINT.jar findReadDepth -i "../DemoData/BAMS/FV1_SAT_srt.bam" -o "./DemoData/readDepth/FV1_SAT_srt.depth" -n 1OutputThe output of the listAlleles program looks as follows:
|