SBML2SBML V3L1
improved the methods of the Converter class
reimplemented SBML2SBML.convert method using jsbml library
this static block muted org.sbfc.converter.sbml2sbml.* so the converter throws exception
conversion SBML2 to SBML3
Updated the newly changed package name
Make sure the package name lower case
Corrected the way to get the sys env var
Changed the SMTP mail server host
Upgraded the look and feel by using EBI Visual Framework V.1.3
Replaced the email address with the session identifier
Treated the file name in case of dowloading models from BioModels
Updated the mail SMTP host
Directed Tomcat creating the temporary files in the java.io.tmpdir directory
SBML2SBGN not available in the webinterface
'mi' and 'mim' annotations not converted
Conversion of SBML to PDF sometimes fails with no error
Conversion of SBML to SVG sometimes fails with no error
Convert of SBML to PNG sometimes fails with no error
Conversion of SBML to Octave often generates empty files with no error
SBML URN conversion creates invalid SBML when the layout package is used
Raise warning when trying to convert non-kinetic SBML models to other ODE formats
sbfConverter.sh contains paths specific to the developer
sbfConverter.sh cannot handle spaces in filenames
Converter generates invalid XPP for some models
SBML2SBML ACSN
Updated libsbml jar file and scripts + updated jsbml jar file to the latest version
Hi Ana, I thought the online converter was fixed by somebody else but it seems that this problem is still there. For the standalone version, you need to have libSBML installed and properly configured so that the GUI display the SBML2SBML converters.
SBML2SBML
SBML2SBML
Which version are you trying to run ? Is it a svn checkout ? Did you compile it yourself ? Which operating system do you use ? To have the sbml2sbml converters working, you need to have libsbml installed locally on the machine you are trying to run sbfc. You might need to adjust the path in the script so that the libsbml libraries are found.
SBML2SBML conversion
updated jar file
added support for more SBML level and version
Fixed the sbfc online script
Added conversion to SBML L3V2 + Modified SBML to Biopax to use the latest version only. Removed biopax L2 conversion.
Updated sbml to biopax converter name.
Renamed the biopax converters in preparation for the removal of the old and deprecated ones.
Missing # comment
Conversion to SBML L3 results in SBML L2
I have now updated the converter on the web app so that it return an error and I have updated libsbml to the latest version in the same time. So next time you should have better result that will present the list of errors detected in your model.
updated jar file
Improved the display of SBML2SBML conversion errors.
Conversion to SBML L3 results in SBML L2
It is an old "feature" of the converter. If the convrsion fail, it does return the original model to the user, we need to change that so that it does fail and return the errors to the user directly. Here are the error detected for the model: line 50572: (21111 [Error]) The value of a <speciesreference> 'species' attribute must be the identifier of an existing <species> in the model. Reference: L2V1 Section 4.9.5 The <speciesreference> in the <reaction> with id 'biomass_bulk_c0' references species...
Conversion to SBML L3 results in SBML L2
SBML -> Matlab: Initial conditions incorrect for amount species
Expand Testing for SBML to/from BioPAX
Support SBML Group Annotation
Lost Stoichiometry in SBMLtoBioPAX
Request MIRIAM Qualifiers for SBML Custom Annotations
Custom Annotation in BioPAX to SBML
Converting SBML with Multiple Levels of Hierarchy
updated jar file.
removed wrong/unused imports.
Gene cannot be converted into PhysicalEntity. In few biomdels models we had the case where Gene were present in a Conversion that accept only PhysicalEntity. For the moment, I just removed the participant until we found a proper solution.
removed the creation of the BioPAX EntityReference from the annotations as it could be different than the sboTerm in some case, we will re-structure it to try to guess an SBOTerm from the annotations.
replace a forgotten usage of Modulation so that the conversion of modifier works properly in all the cases.
corrected linux scripts to include the paxtools jar. Put back the creation of BioPAX EntityReferences that will old the annotations
updated paxtools version in the pom file as well.
renamed the paxtools folder to remove the mention of the version and updated the scripts so that they use the new folder and are not dependent of a change in the paxtools version.
Upgraded to the latest paxtools, version 5.0.1. Fixed the problem with the creation of Control, we were creating Modulation by default but it can be used only for specific interaction, using Control by default fixed the problem.
Several fixes to the sbml2biopax converter. Added back the main biopax pathway that was removed probably when working on sbml comp support. Added a name to the pathways. Trying to fix the conversion of sbml modifiers into biopax control.
Using the converter names in the GUI now.
updated identifiers.org registry xml. Added javadoc to ConversionException.
updated jsbml jar.
removed the call to bsub in the shell script as it was not necessary
changed the method used to check the size of a file
changed the method used to check the size of a file
improvements on the way we load files and how we extract the model from the request.
Updated the SBFC web service client so that it does encode properly the model before sending it to the server. Also tried to do a better job at reading the file into memory and waiting for the job to be finished.
Updated build.xml to be able to deploy apps to tomcat 8 + updated copyright to include Babraham.
Attempt to set properly the encoding to UTF-8 everywhere. Adapted sligthly the code so that it can be run on a single desktop/laptop.
Added a timeout for the job status check and a check increase as well to not check too often when the job start to be long. Trying as well to make sure to properly read and send UTF-8 String.
Started to improve the SBFC web service client.
Fix stale groupId for registry-lib in pom.xml
Add Maven integration.
Ignore Maven and IntelliJ artefacts.
fixed type casting error when converting comp submodels to biopax
adding the two files needed to use SBML2BioPAX_Arman.
added a new SBML2Biopax converter so that we can use both Arman2014 and Tramy2016 converters.
small update to the miriam export file.
Fixes to the SBGNModel class so that it deal only with SBGN and properly. Added a hack to the GUI so that it does read correctly SBGNML files.
Stopping the SBML2SBML conversion if libsbml was not successfull
Octave Module's Resulting Code Structure split
octave file generation is missing the constant fluxes
updated the jsbml jar file to use 1.2 + correct...
matlab - octave converter - csymbol time should be called 't'
implemented custom annotation for biopax commen...
Implemented custom annotation for BioPAX availa...
implemented custom annotation for all BioPAX An...
Included SBML2BioPAX converter to parse multipl...
Made the following changes:
- generated new jar file for sbfc-1.3.7.jar
Added javadoc to majority of the methods in Bio...
- modified parsing of reaction in SBML2BioPAX t...
- added owl files to test all biopax entities a...
- expanded support for replacements and replace...
- implemented version 2 for modification of sbm...
- Added GeneticToggleSwitch sbml model with 2 l...