From 6229098d13ad185b73c66b590f95eecede9af69f Mon Sep 17 00:00:00 2001 From: Philipp Bayer Date: Fri, 27 Jul 2012 17:08:16 +1000 Subject: [PATCH] Slightly updated the README --- README.rdoc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.rdoc b/README.rdoc index b379593..4dec803 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,10 +1,12 @@ {}[http://travis-ci.org/gedankenstuecke/snpr] -= SNPr += openSNP -a repository to which users can upload their SNP-sets from 23andme and deCODEme. On upload, SNPs are annotated using the PLoS and Mendeley-APIs to show users the newest scientific research results on their SNPs. Each SNP is also linked to the relevant page on SNPedia. SNPs are ranked according to how many results could be gathered for SNPedia, PLoS and Mendeley (in that order). Users can send each other private messages as well as comment on SNPs and Phenotypes. +a repository to which users can upload their SNP-sets (and exome-VCFs) from 23andme, deCODEme and FamilyTreeDNA. On upload, SNPs are annotated using the PLoS and Mendeley-APIs to show users the newest scientific research results on their SNPs. Each SNP is also linked to the relevant page on SNPedia. SNPs are ranked according to how many results could be gathered for SNPedia, PLoS and Mendeley (in that order). Users can send each other private messages as well as comment on SNPs and Phenotypes. -A RSS-feed is provided which is re-newed once a user uploads a genotyping. Users can enter phenotypes to assist future research. Right now, a search looks at every String I could think of :) +Users can enter phenotypes to assist future research. Search is implemented via the Solr-server. + +RSS-feeds are provided for uploaded genotypes and new publications. Reminder: When new search-indexes are defined on models please run @@ -30,5 +32,6 @@ You need to have the following running to ensure that everything works: Note: "serverscript" starts all these in detached screen-sessions. -= to-do += To do +Check the issues-page for things to fix/finish/do.