Trowel - Sequencing Error Corrector Code
Error Correction Module for Illumina Sequencing Reads
Status: Beta
Brought to you by:
abysslover
===============================================================================
Trowel(v0.1.3)
-------------------------------------------------------------------------------
by Euncheon Lim in WeigelWorld
Trowel is a high accurate and massively parallelized error correction module for the Illumina sequencing data. This tool only supports FASTQ file.
1. Recommanded Environment
RAM: 128 GB memory
Cores: 64
Compiler: Latest GCC
2. Minimum Environment
Arch: linux 64bit
RAM: input file size + hash size(depending on the genome you used)
Core: 1
Compiler: GCC 4.3
Library: Boost 1.53.0
3. Usage
(1) vi fastq_files
(2) save the fastq_files with fastq files.
(3) trowel -f fastq_files -k 19 -t 32
4. Contents of fastq_files
(1) Paired-ended read
uncorrected_1.fastq uncorrected_2.fastq
(2) Single-ended read
uncorrected.fastq