From 1fd8b7c833c4bea0d2826ecd30c78348173b3fd0 Mon Sep 17 00:00:00 2001 From: Garan Jones Date: Wed, 17 Sep 2014 13:38:42 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c23127b..5fe2242 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ Gene annotations can be retrieved via Biomart integration from Ensembl dataset. ##Features - [x] VCF file upload and parsing. -- [x] Serialised storage of hashed values into postgreSQL Hstore field. +- [x] Serialised storage of hashed values into postgreSQL Hstore field - allows NoSQL-type unstructured data to be + stored within an overall relational database structure. - [x] Integration with Biomart (hsapiens_gene_ensembl, omim), other datasets can also be interrogated. - [x] Integration with Provean (Protein Variation Effect Analyzer) via Mechanize - [x] Pagination,Search and sorting functionality for Variants, using Ransack and Kaminari.