Name: bfindex Version: 0.0 License: GPL Author: Ketil Malde Maintainer: Ketil Malde Homepage: http://blog.malde.org/ Synopsis: A Bloom filter based indexing and matching program Description: Reads one or more FASTA files on the command line, and builds corresponding Bloom filters. . Then reads sequences from stdin, and generates a list of sequence header and best matching Bloom filter. Executable: bfindex Build-Depends: base, bio >= 0.3, bloomfilter >= 1.2.3, bytestring >= 0.9 Hs-Source-Dirs: src Main-Is: BFIndex.hs Ghc-Options: -Wall -O2 -funbox-strict-fields