Skip to content

Releases: raunaq-m/MultiRes

MultiRes: Error Detection and Rare Variant Detection in Population of Genomes

14 Apr 17:39
Compare
Choose a tag to compare
v0.2

Changed multiRes for error corrected k-mers of any size

Scripts for running MultiRes: Error Correction for Viral Populations

13 Feb 05:29
Compare
Choose a tag to compare

MultiRes: A frame based error correction module for detecting rare variants and removing sequencing errors from Next Generation Sequencing data
The software has been tested for error removal and rare variant detection on Illumina sequencing data from viral populations. The list of files and tools to use for error correction are mentioned below.

Usage Example:
For a fasta file : input.fasta
MultiRes uses a k-mer counter to count for the following kmer counts : k=35, 23, and 13
Run:
perl MultiRes.pl -fas input.fasta -out input.EC.txt

The input.EC.txt will contain error corrected 35-mers for the file input.txt