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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5.
.TH CSB-HHSEARCH "1" "November 2017" "csb-hhsearch 1.2.5" "User Commands"
.SH NAME
csb-hhsearch \- Python bindings for the HHsearch program
.SH DESCRIPTION
usage: csb\-hhsearch [\-h] [\-b BINARY] [\-c CPU] \fB\-d\fR DATABASE query [query ...]
.PP
Python bindings for the HHsearch program. Capable of executing multiple
HHsearch jobs in parallel.
.SS "positional arguments:"
.TP
query
query HMM file(s)
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-b\fR BINARY, \fB\-\-binary\fR BINARY
full path to the HHsearch binary (default=hhsearch)
.TP
\fB\-c\fR CPU, \fB\-\-cpu\fR CPU
maximum degree of parallelism (default=4)
.TP
\fB\-d\fR DATABASE, \fB\-\-database\fR DATABASE
the subject (database) HMM file
.SH AUTHOR
This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.
|