Created
July 23, 2013 07:13
-
-
Save aaronsaunders/6060404 to your computer and use it in GitHub Desktop.
usear dereplication command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Dereplication | |
usearch --sort reads.fa --output reads.sorted.fa | |
usearch --derep_fullseq --cluster reads.sorted.fa --seedsout unique.fa [--uc results.uc] [--sizeoout] [--minsize n] [--slots n] [--w wordlength] | |
usearch --derep_fullseq --cluster reads.sorted.fa --seedsout unique.fa --uc results.uc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment