.\" -*- 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 "MAF2ANCHORS 1"
.TH MAF2ANCHORS 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
maf2anchors \-\- Converts maf files into Murasaki anchor sets
.SH SYNOPSIS
.IX Header "SYNOPSIS"
maf2anchors <file.maf>
.SH OPTIONS
.IX Header "OPTIONS"
.IP \-\-prefix=<S> 4
.IX Item "--prefix=<S>"
use <S> as a prefix for output file names (otherwise uses <file.maf>)
.IP \-\-rifts=<I> 4
.IX Item "--rifts=<I>"
allow up to <I> rifts.
.IP \-\-fakeseqs 4
.IX Item "--fakeseqs"
generate fake sequence length files and sequence stubs based on sequence length data in MAF file
.IP \-\-trust 4
.IX Item "--trust"
trust the comment annotation added by TBA on the second line of the
file (if present) that it lists tree used in the alignment and all of
the sequences involved. Defaults to on. use \-\-notrust to distrust TBA
tags (technically this data isn't part of the file format
specification and is just crammed into comments that TBA produces, but
might not be present or accurate on all MAF files, thus we give you
the option to distrust it).
.IP \-\-sort 4
.IX Item "--sort"
Sort the sequences found by \-\-trust (so as to match the output that would have happened
with \-\-notrust).
