File: genbank_get_genomes_by_taxon.py.1

package info (click to toggle)
python-pyani 0.2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 159,800 kB
  • sloc: python: 3,111; makefile: 86; sh: 30
file content (53 lines) | stat: -rw-r--r-- 1,427 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.11.
.TH GENBANK_GET_GENOMES_BY_TAXON.PY "1" "November 2019" "genbank_get_genomes_by_taxon.py 0.2.9" "User Commands"
.SH NAME
genbank_get_genomes_by_taxon.py \- genbank get genomes by taxon
.SH SYNOPSIS
.B genbank_get_genomes_by_taxon.py
[\-h] \fB\-o\fR OUTDIRNAME [\-t TAXON] [\-v] [\-f]
[\-\-noclobber] [\-l LOGFILE]
[\-\-format FORMAT] \fB\-\-email\fR EMAIL
[\-\-retries RETRIES]
[\-\-batchsize BATCHSIZE]
[\-\-timeout TIMEOUT]
.SH OPTIONS
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-o\fR OUTDIRNAME, \fB\-\-outdir\fR OUTDIRNAME
Output directory (required)
.TP
\fB\-t\fR TAXON, \fB\-\-taxon\fR TAXON
NCBI taxonomy ID
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Give verbose output
.TP
\fB\-f\fR, \fB\-\-force\fR
Force file overwriting
.TP
\fB\-\-noclobber\fR
Don't nuke existing files
.TP
\fB\-l\fR LOGFILE, \fB\-\-logfile\fR LOGFILE
Logfile location
.TP
\fB\-\-format\fR FORMAT
Output file format [gbk|fasta]
.TP
\fB\-\-email\fR EMAIL
Email associated with NCBI queries (required)
.TP
\fB\-\-retries\fR RETRIES
Number of Entrez retry attempts per request.
.TP
\fB\-\-batchsize\fR BATCHSIZE
Entrez record return batch size
.TP
\fB\-\-timeout\fR TIMEOUT
Timeout for URL connection (s)
.SH AUTHOR
 This manpage was written by Andreas Tille for the Debian distribution and
 can be used for any other usage of the program.