BiobaseXNA 0.8.1.0 → 0.8.1.1
raw patch · 2 files changed
+17/−1 lines, 2 files
Files
- Biobase/Primary.hs +16/−0
- BiobaseXNA.cabal +1/−1
Biobase/Primary.hs view
@@ -95,6 +95,22 @@ nucCharList = map swap charNucList +-- ** Methods to convert between DNA and RNA+--+-- TODO add all the rev-comp stuff and whatnot++-- | @T@ to @U@++convT2U x+ | x == nT = nU+ | otherwise = x++-- | @U@ to @T@++convU2T x+ | x == nU = nT+ | otherwise = x+ -- * Instances of different type classes
BiobaseXNA.cabal view
@@ -1,5 +1,5 @@ name: BiobaseXNA-version: 0.8.1.0+version: 0.8.1.1 author: Christian Hoener zu Siederdissen maintainer: choener@tbi.univie.ac.at homepage: http://www.tbi.univie.ac.at/~choener/