The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

simulate_reads - Creates single-end and paired-end fastq reads for transcriptome and genome simulation.

VERSION

version 0.05

SYNOPSIS

 simulate_reads [options]
 simulate_reads help <command>
 simulate_reads <command> ...

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

AUTHOR

Thiago L. A. Miller <tmiller@mochsl.org.br>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2017 by Teaching and Research Institute from Sírio-Libanês Hospital.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007