Man page - normalisefasta(1)
Packages contas this manual
- bammarkduplicates2(1)
- bam12strip(1)
- filtergtf(1)
- bamrecalculatecigar(1)
- bamadapterclip(1)
- bamfilterheader(1)
- bamintervalcomment(1)
- normalisefasta(1)
- bamtagconversion(1)
- bamchecksort(1)
- bammaskflags(1)
- bam12split(1)
- bamauxmerge(1)
- bamfixmateinformation(1)
- bammarkduplicatesopt(1)
- bamdownsamplerandom(1)
- bamflagsplit(1)
- bamsplit(1)
- bamreset(1)
- bamzztoname(1)
- bamvalidate(1)
- bamindex(1)
- bamrank(1)
- bamadapterfind(1)
- bamseqchksum(1)
- bamalignfrac(1)
- bamstreamingmarkduplicates(1)
- bam12auxmerge(1)
- bamranksort(1)
- bammerge(1)
- bamconsensus(1)
- bamsort(1)
- bamauxsort(1)
- bammarkduplicates(1)
- bamsplitdiv(1)
- bamsormadup(1)
- bamcollate2(1)
- bamauxmerge2(1)
- bamfiltermc(1)
- bamclipreinsert(1)
- fastqtobam(1)
- bamrecompress(1)
- bamfilterheader2(1)
- bamfeaturecount(1)
- bamfillquery(1)
- bamfilteraux(1)
- bamfilterrg(1)
- bamfilterflags(1)
- fastaexplod(1)
- bambisect(1)
- bamtofastq(1)
- bamcat(1)
- bammdnm(1)
apt-get install biobambam2
Manual
| NORMALISEFASTA(1) | General Commands Manual | NORMALISEFASTA(1) |
NAME
normalisefasta - normalise line length in a FastA file
SYNOPSIS
normalisefasta [options]
DESCRIPTION
normalisefasta reads a FastA file from standard input and outputs a reformatted version of the file with a consistent length of the lines containing sequence information on standard output. The program can either produce uncompressed or BGZF compressed output. For uncompressed output a FastA index (.fai) is produced on the standard error channel.
The following key=value pairs can be given:
cols=<[80]> line width for the lines containing sequence information in number of bases. This option is only considered for uncompressed output (i.e. bgzf=0)
bgzf=<0|1> produce uncompressed (bgzf=0) or compressed (bgzf=1) output
index=<> if bgzf=1 this key can be used for giving the file name for the index file allowing (pseudo) random access in the output file. If the key is not given when bgzf=1, then no index is written.
level=<-1|0|1|9|11>: set compression level of the output file if bgzf=1. Valid values are
- -1:
- zlib/gzip default compression level
- 0:
- uncompressed
- 1:
- zlib/gzip level 1 (fast) compression
- 9:
- zlib/gzip level 9 (best) compression
If libmaus has been compiled with support for igzip (see https://software.intel.com/en-us/articles/igzip-a-high-performance-deflate-compressor-with-optimizations-for-genomic-data) then an additional valid value is
- 11:
- igzip compression
minlength=<[0]> Minimum length. Reads shorter than this will be discarded. By default all reads are kept.
AUTHOR
Written by German Tischler.
REPORTING BUGS
Report bugs to <germant@miltenyibiotec.de>
COPYRIGHT
Copyright © 2009-2014 German Tischler, © 2011-2014
Genome Research Limited. License GPLv3+: GNU GPL version 3
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
| January 2014 | BIOBAMBAM |