Skip to content

cytoscape/cytocontainer-rest-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cytoscape Container REST Service

Build Status Coverage Status Documentation Status

Provides formatted and readily callable REST service for several popular Cytoscape Container algorithms.

This service runs using an embedded Jetty server and is invoked from the command line.

Requirements

Building Cytoscape Container REST Service

Commands build Cytoscape Container REST Service assuming machine has Git command line tools installed and above Java modules have been installed.

# In lieu of git one can just download repo and unzip it
git clone https://github.com/cytoscape/cytocontainer-rest-server.git

cd cytocontainer-rest-server
mvn clean test install

The above command will create a jar file under target/ named
cytocontainer-rest-<VERSION>-jar-with-dependencies.jar that is a command line application

Running Cytoscape Container REST Service locally

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages