GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
blt fastx-derep(1) FreeBSD General Commands Manual blt fastx-derep(1)

blt fastx-derep < file.fastq > file-uniq.fastq

blt fastx-derep remove replicates from a FASTA or FASTQ file by hashing each sequence and printing only records for which the hash has not previously been encountered.

If memory is a limiting factor for your dereplication jobs, see fastq-derep.sh(3), a shell script utilizing the Unix sort command, which automatically breaks large files into chunks so they can be sorted within available memory. fastq-derep.sh is much slower, but may be able to complete tasks where other methods run out of memory.

blt fastx-derep < file.fasta > file-uniq.fasta
xzcat file.fasta.xz | blt fastx-derep > file-uniq.fasta
xzcat file.fastq.xz | blt fastx-derep > file-uniq.fastq

blt-fastx2tsv(1), blt-fastq-derep.sh(1)

J. Bacon

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.