Download Links

Simulate 3D | SBW (Win32) | Bifurcation Discovery | FluxBalance

Thursday, August 25, 2011

SBGN-ML Render Comparison

SBGN-ML, the markup language developed as part of the libSBGN project, is nearing it’s Milestone 2 release. The SBML Layout library currently fully implements the Process Diagram notation of SBGN-ML. (Work on implementing Activity Flow / Entity Relationship diagrams has started but is not anywhere close to ready.)

This is to announce a new online application:

http://sysbioapps.dyndns.org/RenderComparison/

This is how the page looks:

RenderComparison

The site displays all current SBGN files from ProcessDiagram, ActivityFlow and EntityRelationship. Only the SBMLLayout column will be rendered every time. Information from PathVisio and SBGN-ED are cached and updated periodically.

You can change the directory, that is being displayed by selecting the Customize button on the top of the page, these options are available:

image

Where a different URL can be chosen (you could for example display the examples from Milestone 1 or the general examples). You also can display or hide individual columns.

As last option you can directly upload or point to any URL of an SBGN file that should be rendered.

image

More at COMBINE …

Release of libSBML 5.1.0 (b0)

And another release done in time for ICSB and COMBINE. This latest release of libSBML not only contains a number of bug fixes and general improvements, such as:

  • the ability to obtain elements via getElementBySId() and getElementByMetaId()
  • a better way to build Matlab bindings

But also a new Conversion API.

Conversion API

So what is so special about it, and how would you use it? Previously we had a number of additional functions such as:

  • setLevelAndVersion
  • expandFunctionDefinitions
  • expandInitialAssignments

on the SBMLDocument. This meant that the document had to know how to do all these operations. Now we went ahead and introduced just one more level of abstraction:

  • SBMLDocument::convert(ConversionOptions options)

When called this function will look through a registry and find the best converter that matches the options (uhm … or none, if that might be the case, in which case the conversion would fail). Then that converter runs on the document to change it. And reports the status.

We have created converters for the tasks mentioned above: setLevelAndVersion, expandFunctionsDefinitions, expandInitialAssignments and also stripPackage (which removes a specific SBML L3 package from the current document).

Registry

The biggest advantage of course is that all these converters are available from a registry, that means:

  • it is possible to replace existing converters
  • and to add new ones!

I have started with a first flattening converter (not complete yet) for the COMP package. So this might be something that package writers might want to consider, perhaps they would like their package to serialize to a Level 2 annotation or some such thing!

More on this at COMBINE, I hope to see you there.

SBML logo

Tuesday, August 23, 2011

SBW 2.8.3 Released

Just before the ICSB, here a new release of the Systems Biology Workbench. Exciting for me, lots of updates on the standard support:

  • improved support for SBGN-ML
  • improved support for SED-ML
  • (some fixes for SBRML)

There also is a brand new JDesigner and Jarnac available, with lots of goodies. So please grab the new version from SourceForge before it gets cold:

SBW 2.8.3

Some of you might wonder what happened to the Linux and OSX release. I’m afraid it did not get done in time. Even though all modules and code has been updated to compile fine on 32 bit and 64bit Linux. So where is the holdup? As it turns out the latest distro’s don’t come with Mono 2.10, so I figured I wait a bit longer to make that release.

If someone needs those binaries sooner let me know and I upload them.

SBW Logo (short)-transparent

Wednesday, August 10, 2011

Release of the new SBML Online Validator

I’m pleased to announce that the new SBML online validator is now available for use:

http://sbml.org/Facilities/Validator/

The new validator has a number of new features, the most prominent:

  • it allows to queue longer running validations
  • it allows SBML models to be directly pasted
  • it also looks better thanks to JQuery / JQueryUI

image

Of course it is still possible to use the validator remotely. For this we provide a REST API as before:

http://sbml.org/Facilities/Documentation/Validator_Web_API

and additionally it is also possible to use the service via a W3C web service. Here the link to the WSDL:

http://sbml-validator.caltech.edu:8888/validator_ws/services/LibSBML?wsdl