https://github.com/cytoscape/cytocontainer-rest-model

https://github.com/cytoscape/cytocontainer-rest-model

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.6%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: cytoscape
  • Language: Java
  • Default Branch: main
  • Size: 80.1 KB
Statistics
  • Stars: 0
  • Watchers: 20
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed 12 months ago
Metadata Files
Readme

README.md

Cytoscape Container REST Service Model

Contains Java Pojo objects needed by Cytoscape Container REST Service

Requirements

  • Java 17+ (jdk to build)

Building

Build requirements:

```Bash

In lieu of git one can just download repo and unzip it

git clone https://github.com/cytoscape/cytocontainer-rest-model.git

cd cytocontainer-rest-model mvn install

```

The above command will create a jar file under target/ named cytocontainer-rest-model-<VERSION>.jar

COPYRIGHT AND LICENSE

Click here

Acknowledgements

TODO

Owner

  • Name: Cytoscape Consortium
  • Login: cytoscape
  • Kind: organization

GitHub Events

Total
  • Push event: 7
Last Year
  • Push event: 7

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 31
  • Total Committers: 2
  • Avg Commits per committer: 15.5
  • Development Distribution Score (DDS): 0.032
Past Year
  • Commits: 31
  • Committers: 2
  • Avg Commits per committer: 15.5
  • Development Distribution Score (DDS): 0.032
Top Committers
Name Email Commits
Chris Churas c****a@g****m 30
dzoanka j****z@g****m 1

Issues and Pull Requests

Last synced: 10 months ago


Dependencies

pom.xml maven
  • ch.qos.logback:logback-classic 1.5.7
  • com.fasterxml.jackson.core:jackson-databind 2.15.4
  • com.fasterxml.jackson.jaxrs:jackson-jaxrs-base 2.15.4
  • io.swagger.core.v3:swagger-annotations 2.2.23
  • org.easymock:easymock 5.4.0 test
  • org.hamcrest:hamcrest-core 2.1 test
  • org.junit.jupiter:junit-jupiter-engine 5.11.0 test