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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH XPORE-DIFFMOD "1" "May 2021" "xpore-diffmod 1.0" "User Commands"
.SH NAME
xpore-diffmod \- Nanopore analysis of differential RNA modifications
.SH DESCRIPTION
usage: xpore\-diffmod [\-h] \fB\-\-config\fR CONFIG [\-\-n_processes N_PROCESSES]
.IP
[\-\-save_models] [\-\-resume] [\-\-ids [IDS ...]]
.SS "required arguments:"
.TP
\fB\-\-config\fR CONFIG
yaml configuraion filepath. (default: None)
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-n_processes\fR N_PROCESSES
number of processes to run. (default: 1)
.TP
\fB\-\-save_models\fR
with this argument, the program will save the model
parameters for each id. (default: False)
.TP
\fB\-\-resume\fR
with this argument, the program will resume from the
previous run. (default: False)
.TP
\fB\-\-ids\fR [IDS ...]
gene / transcript ids to model. (default: [])
.SH AUTHOR
This manpage was written by Nilesh Patra for the Debian distribution and
can be used for any other usage of the program.
|