bioinformatics-toolkit 0.9.3 → 0.9.3.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Bio.RealWorld.GENCODE: Coding :: TranscriptType
+ Bio.RealWorld.GENCODE: NonCoding :: TranscriptType
+ Bio.RealWorld.GENCODE: data TranscriptType
Files
bioinformatics-toolkit.cabal view
@@ -1,5 +1,5 @@ name: bioinformatics-toolkit-version: 0.9.3+version: 0.9.3.1 synopsis: A collection of bioinformatics tools description: A collection of bioinformatics tools license: MIT
src/Bio/RealWorld/GENCODE.hs view
@@ -4,6 +4,7 @@ module Bio.RealWorld.GENCODE ( Gene(..) , Transcript(..)+ , TranscriptType(..) , readGenes ) where