audy / miniblast

The usual seed and extend search algorithm implemented in Ruby.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

miniblast

The usual seed and extend search algorithm implemented in Ruby.

miniblast database.fasta query.fasta [kmer_length]

While other men tune their Z28s, I hack away at miniblast.

What it do?

  • Finds you a string that has the largest matching substring to your query string.
  • Uses all your cores (and memory).
  • Is fast.

What it don't?

  • Provide any information about the quality of the match given 'cause who needs that?

Requirements

About

The usual seed and extend search algorithm implemented in Ruby.

License:MIT License


Languages

Language:Ruby 100.0%