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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH USAGE: "1" "November 2020" "usage: cat SRC-FILE | dendropy-format --from [FORMAT] --to [FORMAT] [OPTIONS] > DEST-FILE" "User Commands"
.SH NAME
usage: \- manual page for usage: cat SRC-FILE | dendropy-format --from [FORMAT] --to [FORMAT] [OPTIONS] > DEST-FILE
.SH DESCRIPTION
usage: cat SRC\-FILE | dendropy\-format \fB\-\-from\fR [FORMAT] \fB\-\-to\fR [FORMAT] [OPTIONS] > DEST\-FILE
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.SS "Source:"
.TP
source_file
Path to source data.
.TP
\fB\-f\fR FORMAT, \fB\-\-from\fR FORMAT
Format of data source.
.TP
\fB\-d\fR {dna,rna,standard}, \fB\-\-data\-type\fR {dna,rna,standard}
Type of data
.SS "Destination:"
.TP
\fB\-t\fR FORMAT, \fB\-\-to\fR FORMAT
Format of data source.
.PP
dendropy\-format: error: the following arguments are required: source_file
|