hPDB 0.9999.1 → 1.0
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- README.md +5/−1
- hPDB.cabal +3/−3
README.md view
@@ -6,7 +6,11 @@ Protein Data Bank file format is a most popular format for holding biomolecule data. -This is a very fast parser: below 7s for the largest entry in PDB - 1HTQ which is over 70MB - as compared with 11s of RASMOL 2.7.5, or 2m15s of BioPython with Python 2.6 interpreter.+This is a very fast parser:++ - below 7s for the largest entry in PDB - 1HTQ which is over 70MB+ - as compared with 11s of RASMOL 2.7.5,+ - or 2m15s of BioPython with Python 2.6 interpreter. It is aimed to not only deliver event-based interface, but also a high-level data structure for manipulating data in spirit of BioPython's PDB parser.
hPDB.cabal view
@@ -1,8 +1,8 @@ name: hPDB-version: 0.9999.1+version: 1.0 synopsis: Protein Databank file format library homepage: https://github.com/mgajda/hpdb-stability: beta+stability: stable package-url: http://hackage.haskell.org/package/hPDB description: Protein Data Bank file format is a most popular format for holding biomolecule data. .@@ -65,7 +65,7 @@ Library ghc-options: -fspec-constr-count=4 -O3 - build-depends: base>=4.0, base <4.7, ghc-prim, directory, mtl, template-haskell, vector, AC-Vector, containers, deepseq, QuickCheck >= 2.5.0.0, text>=0.11.1.13, iterable >= 2.0, parallel >= 3.0.0.0, bytestring, zlib+ build-depends: base>=4.0, base <4.8, ghc-prim, directory, mtl, template-haskell, vector, AC-Vector, containers, deepseq, QuickCheck >= 2.5.0.0, text>=0.11.1.13, iterable >= 2.0, parallel >= 3.0.0.0, bytestring, zlib if flag(have-sse2) ghc-options: -msse2 if flag(have-mmap)