.\" -*- mode: troff; coding: utf-8 -*-
.\" Automatically generated by Pod::Man 5.0102 (Pod::Simple 3.45)
.\"
.\" Standard preamble:
.\" ========================================================================
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim text
.ft R
.fi
..
.\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.
.ie n \{\
.    ds C` ""
.    ds C' ""
'br\}
.el\{\
.    ds C`
.    ds C'
'br\}
.\"
.\" Escape single quotes in literal strings from groff's Unicode transform.
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\"
.\" If the F register is >0, we'll generate index entries on stderr for
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
.\" entries marked with X<> in POD.  Of course, you'll have to process the
.\" output yourself in some meaningful fashion.
.\"
.\" Avoid warning from groff about undefined register 'F'.
.de IX
..
.nr rF 0
.if \n(.g .if rF .nr rF 1
.if (\n(rF:(\n(.g==0)) \{\
.    if \nF \{\
.        de IX
.        tm Index:\\$1\t\\n%\t"\\$2"
..
.        if !\nF==2 \{\
.            nr % 0
.            nr F 2
.        \}
.    \}
.\}
.rr rF
.\" ========================================================================
.\"
.IX Title "SIMPLEGRAPH 1"
.TH SIMPLEGRAPH 1 2024-11-09 "perl v5.40.0" "User Contributed Perl Documentation"
.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH NAME
simplegraph.pl \- Provides dotplot/chaos style plot of murasaki alignments
.SH SYNOPSIS
.IX Header "SYNOPSIS"
simplegraph.pl <murasaki ailgnment file> [\-output=<output prefix>]
.SH OPTIONS
.IX Header "OPTIONS"
.IP "\fBmurasaki alignment file\fR The main one outputted by murasaki." 8
.IX Item "murasaki alignment file The main one outputted by murasaki."
.PD 0
.IP "\-\-output Prefix for output files." 8
.IX Item "--output Prefix for output files."
.IP "\-\-nostitch Don't draw lines for stitch file breaks." 8
.IX Item "--nostitch Don't draw lines for stitch file breaks."
.IP \-\-signed 8
.IX Item "--signed"
.PD
Leave signedness alone (otherwise absolute coordinates are drawn)
.IP \-\-keepplot 8
.IX Item "--keepplot"
Keep the file containing the gnuplot commands (helpful if you want to run gnuplot interactively).
.IP \-\-interactive=<S> 8
.IX Item "--interactive=<S>"
Run gnuplot interactively for some set of sequences <S> (default all)
.IP "\-\-order=<S> Reorder input sequences on the fly (or consider only a subset)" 8
.IX Item "--order=<S> Reorder input sequences on the fly (or consider only a subset)"
<S> can be specified as a simple permutation like 201 (which would
mean sequence 2, then 0, then 1), or if you have more than 10 sequences you can separate
digits with any non-digit character (eg: "2,0,1").
.SH DESCRIPTION
.IX Header "DESCRIPTION"
Draws graphs of murasaki alignments.
