https://github.com/ivis-at-bilkent/cd2sbgnml-webservice
An easily deployable small webservice to translate CellDesigner-SBGN-ML files with cd2sbgnml
Science Score: 8.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
✓Institutional organization owner
Organization ivis-at-bilkent has institutional domain (www.cs.bilkent.edu.tr) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.0%) to scientific vocabulary
Last synced: 4 months ago
·
JSON representation
Repository
An easily deployable small webservice to translate CellDesigner-SBGN-ML files with cd2sbgnml
Basic Info
- Host: GitHub
- Owner: iVis-at-Bilkent
- License: lgpl-3.0
- Language: Java
- Default Branch: master
- Size: 4.69 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Archived
Fork of royludo/cd2sbgnml-webservice
Created almost 8 years ago
· Last pushed over 6 years ago
https://github.com/iVis-at-Bilkent/cd2sbgnml-webservice/blob/master/
# cd2sbgnml-webservice An easily deployable small webservice to translate CellDesigner-SBGN-ML files with cd2sbgnml. Choose a port number to deploy the web service, will be mentioned as ```your_port_number``` in this file # Sending Requests ## CellDesigner to SBGN-ML Conversion ``` curl -X POST --data "xml=$(cat src/main/resources/example.xml)" http://localhost:your_port_number/cd2sbgnml ``` ## SBGN-ML to CellDesigner Conversion ``` curl -X POST --data "xml=$(cat src/main/resources/example.sbgn)" http://localhost:your_port_number/sbgnml2cd ``` # Install ## Install cd2sbgnml jar to local Maven repository ``` mvn install:install-file -Dfile=lib/cd2sbgnml-0.4.3-app.jar -DgroupId=fr.curie -DartifactId=cd2sbgnml -Dversion=0.4.3 -Dpackaging=jar ``` ## Compile/Build with Maven ``` mvn clean install ``` ## Build Jar with Dependencies ``` mvn clean package assembly:single ``` # Run webservice ``` java -jar target/cd2sbgnml-webservice-0.1-jar-with-dependencies.jar your_port_number ```
Owner
- Name: i-Vis at Bilkent
- Login: iVis-at-Bilkent
- Kind: organization
- Website: http://www.cs.bilkent.edu.tr/~ivis/
- Twitter: iVisAtBilkent
- Repositories: 50
- Profile: https://github.com/iVis-at-Bilkent
i-Vis Research Lab at Bilkent University