https://github.com/cytoscape/cytocontainer-rest-server
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.7%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: cytoscape
- Language: Java
- Default Branch: main
- Size: 2.55 MB
Statistics
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Cytoscape Container REST Service
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
- MacOS, Rocky Linux 8+, Ubuntu 20+, and most other Linux distributions should work
- Java 17+ (jdk to build)
- Make (to build)
- Cytoscape Container REST Model
- Maven 3.6 or higher (to build)
- Docker (to run algorithms)
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.
```Bash
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
Owner
- Name: Cytoscape Consortium
- Login: cytoscape
- Kind: organization
- Website: http://www.cytoscape.org/
- Repositories: 153
- Profile: https://github.com/cytoscape
GitHub Events
Total
- Push event: 12
- Create event: 3
Last Year
- Push event: 12
- Create event: 3
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Chris Churas | c****a@g****m | 52 |
| dzoanka | j****z@g****m | 1 |
Issues and Pull Requests
Last synced: 10 months ago
Dependencies
- jakarta.servlet:jakarta.servlet-api 6.0.0 provided
- ch.qos.logback:logback-classic 1.5.7
- com.fasterxml.jackson.core:jackson-annotations 2.15.4
- com.fasterxml.jackson.core:jackson-core 2.15.4
- com.fasterxml.jackson.core:jackson-databind 2.15.4
- com.fasterxml.jackson.dataformat:jackson-dataformat-xml 2.15.4
- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.15.4
- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base 2.15.4
- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider 2.15.4
- com.google.guava:guava 33.2.1-jre
- commons-io:commons-io 2.16.1
- io.swagger.core.v3:swagger-annotations-jakarta 2.2.23
- io.swagger.core.v3:swagger-core-jakarta 2.2.23
- io.swagger.core.v3:swagger-integration-jakarta 2.2.23
- io.swagger.core.v3:swagger-jaxrs2-jakarta 2.2.23
- io.swagger.core.v3:swagger-jaxrs2-servlet-initializer-v2-jakarta 2.2.23
- io.swagger.core.v3:swagger-models-jakarta 2.2.23
- jakarta.annotation:jakarta.annotation-api 3.0.0
- jakarta.servlet:jakarta.servlet-api 6.0.0
- jakarta.ws.rs:jakarta.ws.rs-api 4.0.0
- jakarta.xml.bind:jakarta.xml.bind-api 4.0.2
- net.sf.jopt-simple:jopt-simple 5.0.4
- org.apache.commons:commons-math3 3.6.1
- org.cytoscape.cytocontainer:cytocontainer-rest-model 0.1.0-SNAPSHOT
- org.eclipse.jetty.ee10:jetty-ee10-servlet 12.0.12
- org.eclipse.jetty.ee10:jetty-ee10-servlets 12.0.12
- org.jboss.resteasy:resteasy-core 6.2.10.Final
- org.jboss.resteasy:resteasy-core-spi 6.2.10.Final
- org.jboss.resteasy:resteasy-jackson2-provider 6.2.10.Final
- org.jboss.resteasy:resteasy-jaxb-provider 6.2.10.Final
- org.jboss.resteasy:resteasy-json-binding-provider 6.2.10.Final
- org.jboss.resteasy:resteasy-multipart-provider 6.2.10.Final
- org.jboss.resteasy:resteasy-servlet-initializer 6.2.10.Final
- org.easymock:easymock 5.4.0 test
- org.hamcrest:hamcrest-core 3.0 test
- org.junit.jupiter:junit-jupiter-engine 5.11.0 test
- org.junit.vintage:junit-vintage-engine 5.11.0 test