packages feed

dephd-0.1.3: dephd.cabal

Name:           dephd
Version:        0.1.3
License:        GPL
License-File:   LICENSE

Author:         Ketil Malde
Maintainer:     Ketil Malde <ketil@malde.org>

Category:       Bioinformatics
Synopsis:       Analyze quality of nucleotide sequences.
Description:    dephd - A simple tool for base calling and quality appraisal.
                .
                Reads files in phd-format (phred output), either specified individually,
                or in a directory (use the --input-dirs option to read directories 
		or --input-list to read from an index file).  Can also read FASTA with an 
		associated quality file.
		.
		Can trim according to Lucy or Phred parameters, can mask by quality, can plot
		graphs (via gnuplot) of sequence quality to a window, or to JPG/EPS files.  Can
		categorize sequences according to overall quality.
		.
                The Darcs repository is at <http://malde.org/~ketil/biohaskell/dephd>.

HomePage:	http://malde.org/~ketil/biohaskell/dephd
Build-Depends:  base>=3 && <4, bio >= 0.4, regex-compat, bytestring, process, directory
Build-Type:     Simple
Tested-with:    GHC==6.8.3

Data-files:     README, TODO
Executable:     dephd
Main-Is:        Dephd.hs
Hs-Source-Dirs: src
Ghc-Options:    -Wall