Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 563 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 563 Bytes

PPiMapBuilder

Cytoscape plug-in development (using maven)

##Build

Maven build :

mvn clean install

##Use

The PPiMapBuilder plug-in for Cytoscape 2.8 need an access to a dedicated PPiRetriever PostgreSQL database server. The access configuration for the server need to be set in "server.cfg" placed at root of resources folder.

Example server.cfg:

jdbc:postgresql://HOST/DB_NAME
USER
PASSWORD