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.15.
.TH ASSEMBLY-STATS "1" "June 2020" "assembly-stats 1.0.1+ds" "User Commands"
.SH NAME
assembly-stats \- get assembly statistics from FASTA and FASTQ files
.SH SYNOPSIS
.B stats
[options] <list of fasta/q files>
.SH DESCRIPTION
Reports sequence length statistics from fasta and/or fastq files
.SH OPTIONS
\fB\-l\fR <int>
.IP
Minimum length cutoff for each sequence.
Sequences shorter than the cutoff will be ignored [1]
.PP
\fB\-s\fR
.IP
Print 'grep friendly' output
.PP
\fB\-t\fR
.IP
Print tab\-delimited output
.PP
\fB\-u\fR
.IP
Print tab\-delimited output with no header line
.PP
\fB\-v\fR
.IP
Print version and exit
.SH AUTHOR
This manpage was written by Andreas Tille for the Debian distribution and
can be used for any other usage of the program.
|