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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
# gthgetseq(1)
## NAME
gthgetseq - get FASTA sequences from GenomeThreader files
## SYNOPSIS
*gthgetseq* -getcdna | -getprotein | -getgenomic [option ...] [file ...]
## DESCRIPTION
Get FASTA sequences from GenomeThreader files containing intermediate results.
The sequences are shown on stdout.
## OPTIONS
*-getcdna*::
get cDNA/EST sequences
default: no
*-getcdnacomp*::
get complement of cDNA/EST sequences
default: no
*-getprotein*::
get protein sequences
default: no
*-getproteincomp*::
get complement of protein sequences
default: no
*-getgenomic*::
get genomic sequences
default: no
*-getgenomiccomp*::
get complement of genomic sequences
default: no
*-minalignmentscore*::
set the minimum alignment score for spliced alignments to be
included into the set of spliced alignments
default: 0.00
*-maxalignmentscore*::
set the maximum alignment score for spliced alignments to be
included into the set of spliced alignments
default: 1.00
*-mincoverage*::
set the minimum coverage for spliced alignments to be
included into the set of spliced alignments
default: 0.00
*-maxcoverage*::
set the maximum coverage for spliced alignments to be
included into the set of spliced alignments
default: 9999.99
*-gzip*::
gzip compressed input file(s)
default: no
*-bzip2*::
bzip2 compressed input file(s)
default: no
*-help*::
display help and exit
*-version*::
display version information and exit
|