File: dendropy-format.1

package info (click to toggle)
python-dendropy 4.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 73,656 kB
  • sloc: python: 28,589; xml: 1,400; sh: 17; makefile: 11
file content (30 lines) | stat: -rw-r--r-- 924 bytes parent folder | download
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
.TH dendropy-format "1" "December 2024" "usage: dendropy-format --from [FORMAT] --to [FORMAT] [OPTIONS] <SOURCE-FILE> > DEST-FILE" "User Commands"
.SH NAME
dendropy-format - convert files from one format to another
.SH DESCRIPTION
usage: dendropy\-format \fB\-\-from\fR [FORMAT] \fB\-\-to\fR [FORMAT] [OPTIONS] <SOURCE\-FILE> > DEST\-FILE
.SS "options:"
.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.
.TP
\fB\-u\fR, \fB\-\-unquoted\-underscores\fR
[NEXUS/Newick:] Do not quote labels with undescores.
.TP
\fB\-\-recode\-uncertain\fR {missing,gap}
Recode ambiguous or uncertain characters as missing
('?') or gaps ('\-')