Putting it to the test: Links to the latest RXQuery and Public View files in CVS: * [http://sig.biostr.washington.edu/viewcvs/viewcvs.cgi/src/silkroute/silkrouteII/csm-specific/joshuadf/csm.rxq CSM.rxq] * [http://sig.biostr.washington.edu/viewcvs/viewcvs.cgi/src/silkroute/silkrouteII/csm-specific/joshuadf/newpv.pv newpv.pv] Installation instructions: First install PostgreSql and make sure it accepts network connections such as: `psql -h localhost -U xbrain_user xbrain_queries` == Query storage database == {{{ su - postgres createuser xbrain_user --no-adduser --no-createdb -P createdb xbrain_queries cat > xbrain_queries.schema <