1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
# gthbssmbuild(1)
## NAME
gthbssmbuild - build splice site model
## SYNOPSIS
*gthbssmbuild* [option ...] genomic_file cDNA_file
## DESCRIPTION
Build a BSSM file from a directory tree containing the training data.
## OPTIONS
*-bssmfile*::
specify name of BSSM file to store parameters in
default: undefined
*-datapath*::
specify root of species-specific training data directory tree
default: undefined
*-gtdonor*::
train GT donor model
default: no
*-gcdonor*::
train GC donor model
default: no
*-agacceptor*::
train AG acceptor model
default: no
*-gzip*::
use gzip'ed input files
default: no
*-help*::
display help and exit
*-version*::
display version information and exit
|