estreps-0.3: estreps.cabal
Name: estreps
Version: 0.3
License: GPL
License-file: LICENSE
Author: Ketil Malde
Maintainer: Ketil Malde <ketil@malde.org>
Stability: Beta
Category: Bioinformatics
Synopsis: Repeats from ESTs
Description: * rselect - select a random set of sequences from a FASTA file, optinally
with random orientation (forward/reverse complement).
* reps - extract exact k-word repeats based that occur in
sequences grouped in different clusters.
.
The Darcs repository is at: <http://malde.org/~ketil/biohaskell/estreps>.
Homepage: http://blog.malde.org/
Tested-With: GHC==6.8.2
Build-Type: Simple
Cabal-Version: >= 1.2
Data-Files: README
Executable rselect
Hs-source-dirs: src
Main-Is: RSelect.lhs
Build-Depends: base>3, random, containers, bio>=0.3.3, bytestring
ghc-options: -Wall
Other-Modules: Unigene
Executable reps
Hs-source-dirs: src
Main-Is: Repeats.lhs
Other-Modules: Util