Questions tagged [biohaskell]

BioHaskell is a Haskell library containing bioinformatics data structures and algorithms

BioHaskell is a Haskell library containing bioinformatics data structures and algorithms.

The API is documented on Hackage

1 questions
3
votes
1 answer

BioHaskell: Read FASTA file

Using BioHaskell, how can I read a FASTA file containing aminoacid sequences? I want to be able to: Get a list of String sequences Get a Map String String (from Data.Map ) from the FASTA comment (assumed to be unique) to the sequence String Use the…
Uli Köhler
  • 13,012
  • 16
  • 70
  • 120