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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
.TH RAMPLER "1" "June 2018" "rampler 1.1.0" "User Commands"
.SH NAME
rampler \- module for sampling genomic sequences
.SH DESCRIPTION
usage: rampler [options ...] <mode>
.SS <mode>
.SS subsample <sequences> <reference length> <coverage> [<coverage> ...]
.HP
<sequences>
.IP
input file in FASTA/FASTQ format (can be compressed with gzip)
containing sequences to be subsampled
.HP
<reference length>
.IP
integer denoting length of the reference genome (or
assembly) from which the sequences originate
.HP
<coverage>
.IP
integer denoting desired coverage of the subsampled
sequences
.SS split <sequences> <chunk size>
.HP
<sequences>
.IP
input file in FASTA/FASTQ format (can be compressed with gzip)
containing sequences which will be split into smaller chunks
.HP
<chunk size>
.IP
integer denoting the desired chunk size in bytes
.SH OPTIONS
.HP
\fB\-o\fR, \fB\-\-out\-directory\fR
.IP
default: current directory
path in which sampled files will be created
.HP
\fB\-\-version\fR
.IP
prints the version number
.HP
\fB\-h\fR, \fB\-\-help\fR
.IP
prints the usage
.SH AUTHOR
This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.
|