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 | Find Single nucleotide variations (SNVs) using a Reference Fasta FileThis page walks you though various steps required to call Single nucleotide variations 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 3) Generate an allele file using findAlleles utility of PAINT 4) Generate a list file using listAlleles utility of PAINT 5) Generate ploidy matrix using ConcatenatedPloidyMatrix utility of PAINT How to Run it?The findSNPsSomy utility of PAINT takes as input a list file, a reference fasta file and a chromosome somy file as inputs and generates a snv file.
Command Examplejava -jar PAINT.jar findSNPsSomy -i "..\DemoData\listFiles\LV39c5Hyg_srt.list" -j "..\DemoData\LmajorFriedlin6Trunc.fasta" -k "vcf" -m 25 -l "..\DemoData\otherFiles\LV39Somies.txt" -o "..\DemoData\snpFile\LV39c5Hyg_srt.vcf"OutputThe output is in standard VCF format. If -k is set to "tab", the output is in tabular format where some additional information is incorporated into the snv file. The headers are self explanatory. |