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 a Merged Allele FileThis page walks you though various steps required to generate Individual Chromosome Files from merged Allele 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 allele file using findAlleles utility of PAINT 4) Generate an list file using listAlleles utility of PAINT 5) Find parental SNVs using findSNPsSomy utility of PAINT. Extract Homozygous SNVs from the parental lines and place them in a directory. 6) Generate a merged allele file using findAllelesSNPpositions utility of PAINT. How to Run it?Divide the merged allele file into individual chromosome files using the DivideMergedFiles2ChrFiles utility of PAINT. Type java -jar PAINT.jar DivideMergedFiles2ChrFiles -h for options.
Command Examplejava -jar PAINT.jar DivideMergedFiles2ChrFiles -i "../DemoData/otherFiles/mergedAlleles.txt" -o "../DemoData/individualMergedAlleleFiles" -j "AlleleFile"OutputThe output of the DivideMergedFiles2ChrFiles program looks as follows:
|