# SYNOPSIS simulate_reads [options] simulate_reads help simulate_reads ... # DESCRIPTION **simulate\_reads** is a bioinformatic tool that provides a simple engine to generate single-end/paired-end reads from a given fasta file. # INSTALLATION If you have cpanm, you only need one line: % cpanm App::SimulateReads As a last resort, you can manually install it. Download the tarball, untar it, then build it: % perl Makefile.PL % make && make test Then install it: % make install For more details, see INSTALL file