Skip to content
/ sahara Public

Approximate Pattern Matching with Search Schemes

Notifications You must be signed in to change notification settings

seqan/sahara

Repository files navigation

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

About

Approximate Pattern Matching with Search Schemes

Resources

Stars

Watchers

Forks