Services
I strongly believe in making computational resources widely available. For this reason all of my programs are written so as to be reusable. Either directly by using the .NET assembly, or via an SBW integration. I also provide W3C web services which can be readily used from other languages or operating systems. On this page you can find a collection of them.
SED-ML Services |
A set of methods that allows to create SED-ML documents easily. Either directly from an SBML model, or by converting to and from SED-ML script. |
|
Layout Services |
To make it easy to visualize SBGN or SBML Models with the Layout / Render Packages, the following uris accept the posting of an SBML model. GenerateImageThis action generates a PNG for a posted SBML / SBGN file. Should the file contain no SBML Layout, one will be generated. So how does this work. The URL to use is:
You simply post to this URL the following HTTP Form elements:
If GetLayoutSBMLThis action simply loads the given SBML file, and writes it out using the SBML Layout library. Should no layout, exist, one will be generated. The URL is:
You simply post to this URL the following HTTP Form elements:
ExampleSo for example, if you wanted to post a local file to the service with curl, you'd run:
lets take the arguments apart:
|