gts-reverse
- reverse order of the given sequence(s)
gts-reverse [--version] [-h | --help] [args] seqin
gts-reverse takes a single sequence input and reverses the sequence. Any features present in the seqeuence will be relocated to match the reversed location. This command will not complement the sequence. To obtain the complemented sequence, use gts-complement(1).
<seqin>
Input sequence file (may be omitted if standard input is provided). See gts-seqin(7) for a list of currently supported list of sequence formats.
-F <format>
, --format=<format>
Output file format (defaults to same as input). See gts-seqout(7) for a list of currently supported list of sequence formats. The format specified with this option will override the file type detection from the output filename.
--no-cache
Do not use or create cache. See gts-cache(7) for details.
-o <output>
, --output=<output>
Output sequence file (specifying -
will force standard output). The
output file format will be automatically detected from the filename if none
is specified with the -F
or --format
option.
gts-reverse currently has no known bugs.
gts-reverse is written and maintained by Kotone Itaya.
gts(1), gts-complement(1), gts-seqin(7), gts-seqout(7)