Genbank 1.0.0 → 1.0.1
raw patch · 2 files changed
+10/−6 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Genbank.cabal +6/−6
- README.md +4/−0
Genbank.cabal view
@@ -5,7 +5,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 1.0.0+version: 1.0.1 synopsis: Libary for processing the NCBI genbank format description: Haskell cabal Genbank libary contains tools, parser and datastructures for the NCBI (National Center for Biotechnology Information) Genbank format. .@@ -13,15 +13,15 @@ . For a sample genbank record see: <http://www.ncbi.nlm.nih.gov/Sitemap/samplerecord.html> .- ###GenbankData - Datastructures for Genbank format + "Bio.GenbankData" - Datastructures for Genbank format . Contains Haskell datastructures for Genbank format and for contained features, subfeatures .- ###GenbankParser - Parse Genbank format+ "Bio.GenbankParser" - Parse Genbank format . Contains Haskell functions to parse Genbank format from files or internal Strings. .- ###GenbankTools - Tools for processing Genbank + "Bio.GenbankTools" - Tools for processing Genbank . Contains Haskell functions to extract nucleotide sequences for features extra-source-files:@@ -42,8 +42,8 @@ source-repository this type: git- location: https://github.com/eggzilla/Genbank/tree/v1.0.0- tag: v1.0.0+ location: https://github.com/eggzilla/Genbank/tree/1.0.1+ tag: v1.0.1 library -- Modules exported by the library.
README.md view
@@ -1,9 +1,13 @@ #Genbank Haskell cabal Genbank libary contains tools, parser and datastructures for the NCBI (National Center for Biotechnology Information) Genbank format. For more information on genbank refer to: + http://www.ncbi.nlm.nih.gov/genbank/+ For a sample genbank record see: + http://www.ncbi.nlm.nih.gov/Sitemap/samplerecord.html+ ###Datastructures for Genbank format (GenbankData.hs) Contains Haskell datastructures for Genbank format and for contained features, subfeatures ###Parse Genbank format (GenbankParser.hs)