https://github.com/cytoscape/appstore

Cytoscape App Store web application code

https://github.com/cytoscape/appstore

Science Score: 23.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
    3 of 11 committers (27.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.3%) to scientific vocabulary

Keywords from Contributors

cytoscape cytoscape-interfaces py2cytoscape workflow-automation systems-biology network-analysis network-biology
Last synced: 11 months ago · JSON representation

Repository

Cytoscape App Store web application code

Basic Info
  • Host: GitHub
  • Owner: cytoscape
  • Language: Python
  • Default Branch: master
  • Size: 6.91 MB
Statistics
  • Stars: 17
  • Watchers: 12
  • Forks: 20
  • Open Issues: 27
  • Releases: 0
Created about 13 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog

README-rest-api.html


 
  
 
 
  

Cytoscape App Store REST API

Preliminary Notes

  • All RESTful responses are in JSON.

All Apps

URL

http://apps.cytoscape.org/backend/all_apps

Response

Returns lists of all apps and tags.
   [
    ...,
    { // an app object
     'fullname':    ‹app name that's shown to the user›,
     'icon_url':    ‹URL of the app's icon›,
     'page_url':    ‹URL of the app's page›,
     'description': ‹a couple of sentences on what the app does›,
     'downloads':   ‹download count of app›,
     'stars_percentage': ‹the average stars from 0 to 100 users had voted on the app›,
     'votes':       ‹number of people who voted on the app›,
     'tags': [ ... ] ‹all of the tags this app belongs to›,
     'releases': [
       ...
       { // a release object
         'release_download_url': ‹URL for downloading the app jar›,
         'created_iso':          ‹the date and time the release was created in ISO format›,
         'version':              ‹the version of the release›,
         'works_with':           ‹comma-separated list of Cytoscape versions this app works with›,
         'hexchecksum':          ‹checksum as a hex string of the release download file›,
         'notes':                ‹release notes written by the developer explaining changes and new features›,
       },
       ...
     ]
    },
    ...
   ]
  

Owner

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

GitHub Events

Total
  • Watch event: 1
  • Fork event: 3
Last Year
  • Watch event: 1
  • Fork event: 3

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 346
  • Total Committers: 11
  • Avg Commits per committer: 31.455
  • Development Distribution Score (DDS): 0.549
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Chris Churas c****a@g****m 156
sarthak-srivastava s****7@g****m 68
AlexanderPico a****o@g****u 55
Samad Lotia s****a@g****u 40
Yihang Xin 4****x 10
Yihang Xin y****n@g****u 8
mohitdmak m****c@g****m 3
Barry Demchak i****k@g****m 2
root r****t@i****l 2
Matthias Koenig k****t@g****m 1
Yihang Xin y****x@Y****l 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago