Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 518 Bytes

readme.md

File metadata and controls

15 lines (8 loc) · 518 Bytes

Forage

Grep for Nucleotide FASTA files. Converts IUPAC ambiguous nucleotides to regex.

Request a feature (it's free!)

Installation

(sudo) gem install forage

Usage

bin/forage.rb sequences.fasta GAAYYAATTACAANA-B > output

This will print any sequence that matches the query. If there is more than one match, then multiple fasta records will be printed (each with an increasing number in the header).