Skip to content

Instantly share code, notes, and snippets.

@aaronsaunders
Created July 23, 2013 07:13
Show Gist options
  • Save aaronsaunders/6060404 to your computer and use it in GitHub Desktop.
Save aaronsaunders/6060404 to your computer and use it in GitHub Desktop.
usear dereplication command line
# 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