Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.1 KB

#ipm-ws Provides the functionality needed to identify files of interest based on metadata query and filtering and to download a manifest of files and directory locations. It also provides notification mechanisms based on tcga-expedition RDF graph or relational metadata store.

See TCGAExpedition installation and demo video.

#System Requirements Tomcat 7.x running on Java 7 or greater.

#Installation

  1. Install ipm from https://github.com/TCGAExpedition/ipm
  2. Put war/ipm-ws.war on your Tomcat web server.
  3. Set 'useVitOrPostgre' parameter in resources/jQueryPostgres.conf.
  4. Set connection parameters in jQueryPostgres.conf or in jQueryVrt.conf based on your tcga-expedition data store selection.
  5. Copy jQueryPostgres.conf to $CATALINA_HOME/conf directory.
  6. If you use Virtuoso, copy jQueryVrt.conf file must be in $CATALINA_HOME/conf directory as well.
  7. Start the server

#Project Dependencies