.\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32)
.\"
.\" 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
..
.\" Set up some character translations and predefined strings.  \*(-- will
.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
.\" nothing in troff, for use with C<>.
.tr \(*W-
.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
.ie n \{\
.    ds -- \(*W-
.    ds PI pi
.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
.    ds L" ""
.    ds R" ""
.    ds C` ""
.    ds C' ""
'br\}
.el\{\
.    ds -- \|\(em\|
.    ds PI \(*p
.    ds L" ``
.    ds R" ''
.    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
..
.if !\nF .nr F 0
.if \nF>0 \{\
.    de IX
.    tm Index:\\$1\t\\n%\t"\\$2"
..
.    if !\nF==2 \{\
.        nr % 0
.        nr F 2
.    \}
.\}
.\" ========================================================================
.\"
.IX Title "GMOD_GFF3_PREPROCESSOR 1p"
.TH GMOD_GFF3_PREPROCESSOR 1p "2016-12-17" "perl v5.24.1" "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"
$0 \- Prepares a GFF3 file for bulk loading into a chado database.
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
.Vb 1
\&  % gmod_gff_preprocessor [options] \-\-gfffile <filename>
.Ve
.SH "COMMAND-LINE OPTIONS"
.IX Header "COMMAND-LINE OPTIONS"
.Vb 12
\& \-\-gfffile        The file containing GFF3 (optional, can read
\&                     from stdin)
\& \-\-outfile        The name kernel that will be used for naming result files
\& \-\-splitfile      Split the files into more manageable chunks, providing
\&                     an argument to control splitting
\& \-\-onlysplit      Split the files and then quit (ie, don\*(Aqt sort)
\& \-\-nosplit        Don\*(Aqt split the files (ie, only sort)
\& \-\-hasrefseq      Set this if the file contains a reference sequence line
\&                     (Only needed if not splitting files)
\& \-\-dbprofile      Specify a gmod.conf profile name (otherwise use default)
\& \-\-inheritance_tiers How many levels of inheritance do you expect tis file
\&                     to have (default: 3)
.Ve
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
splitfile  \*(-- Just setting this flag to 1 will cause the file to be split 
by reference sequence.  If you provide an optional argument, it will be
further split according to these rules:
.PP
.Vb 5
\& source=1     Splits files according to the value in the source column
\& source=a,b,c Puts lines with sources that match (via regular expression)
\&                     \*(Aqa\*(Aq, \*(Aqb\*(Aq, or \*(Aqc\*(Aq in a separate file
\& type=a,b,c   Puts lines with types that match \*(Aqa\*(Aq, \*(Aqb\*(Aq, or \*(Aqc\*(Aq in a
\&                     separate file
.Ve
.PP
For example, if you wanted all of your analysis results to go in a separate
file, you could indicate '\-\-splitfile type=match', and all cDNA_match,
EST_match and cross_genome_match features would go into separate files
(separate by reference sequence).
.PP
inheritence_tiers \*(-- The number of levels of inheritance this file has. 
For example, if the file has \*(L"central dogma\*(R" genes in it (gene/mRNA/
exon,polypeptide), then it has 3.  Up to 4 is supported but the higher
the number, the more slowly it performs.  If you don't know, 3 is a 
reasonable guess.
.SS "\s-1FASTA\s0 sequence"
.IX Subsection "FASTA sequence"
If the \s-1GFF3\s0 file contains \s-1FASTA\s0 sequence at the end, the sequence
will be placed in a separate file with the extension '.fasta'.  This
fasta file can be loaded separately after the split and/or sorted
\&\s-1GFF3\s0 files are loaded, using the command:
.PP
.Vb 1
\&  gmod_bulk_load_gff3.pl \-g <fasta file name>
.Ve
.SH "AUTHOR"
.IX Header "AUTHOR"
Scott Cain <cain@cshl.org>
.PP
Copyright (c) 2006\-2007
.PP
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
