Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 546 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 546 Bytes

Sahara

Approximate searches using Optimum Search Schemes

Usage

  1. Create an index for a fasta file:
    $ sahara index somefastafile.fasta
  1. Search inside the index and allow 2 errors accordingly to edit distance:
    $ sahara search --index somefastafile.fasta.idx --query queryfile.fasta --errors 2