AUTHOR
Luis M. Rodriguez-R < lmrodriguezr at gmail dot com >
DESCRIPTION
polloc_gel.pl - Draws the expected gel for a given set of amplicons.
LICENSE
This script is distributed under the terms of The Artistic License. See LICENSE.txt for details.
SYNOPSIS
perl polloc_gel.pl arguments
The arguments must be in the following order:
- Input gff
-
GFF3 file containing the amplicons.
Example:
/tmp/polloc-primers.out.amplif.1.gff - Output
-
Path to the base of the output files.
Example:
/tmp/polloc-gel.out - Names
-
The names of the genomes separated by colons (
:). Alternatively, it can be an empty string ('') to assign genome names from files.Example:
Xci3:Xeu8:XamC
Run perl polloc_gel.pl without arguments to see the help message.