packages feed

biofasta 0.0.1 → 0.0.2

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Bio.Sequence.Fasta: Seq :: SeqLabel -> SeqData -> (Maybe QualData) -> Sequence
+ Bio.Sequence.Fasta: data Sequence

Files

biofasta.cabal view
@@ -1,5 +1,5 @@ Name:                biofasta-Version:             0.0.1+Version:             0.0.2 Synopsis:            Library for reading fasta sequence files Description:         Library for reading fasta sequence files Homepage:	     https://patch-tag.com/r/dfornika/biofasta/home
src/Bio/Sequence/Fasta.hs view
@@ -12,9 +12,9 @@ -}  module Bio.Sequence.Fasta-    (+    ( Sequence(..)     -- * Reading and writing plain FASTA files-    readFasta, writeFasta, hReadFasta, hWriteFasta+    , readFasta, writeFasta, hReadFasta, hWriteFasta     -- * Counting sequences in a FASTA file     , countSeqs     -- * Helper function for reading your own sequences