Skip to content

Clinical Attribute Web Service for retrieving clinical attribute names and metadata.

Notifications You must be signed in to change notification settings

rmadupuri/clinical-data-dictionary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clinical-data-dictionary

Clinical Attribute Web Service for retrieving clinical attribute names and metadata.

Requirements

JDK 1.8 or later: http://www.oracle.com/technetwork/java/javase/downloads/index.html

Maven 3.0+: http://maven.apache.org/download.cgi

Installation and setup

Clone repository, compile, run tests, and start server:

$ git clone https://github.com/cBioPortal/clinical-data-dictionary.git

$ cd clinical-data-dictionary

$ export set SERVER_PORT=8091; mvn package -Dpackaging.type=jar && java -jar target/cdd.jar

About

Clinical Attribute Web Service for retrieving clinical attribute names and metadata.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 81.6%
  • Python 11.6%
  • Shell 6.8%