Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2011-06-23_-_ConsoleSBRML.zip | 2011-06-23 | 19.5 kB | |
README.txt | 2011-06-23 | 988 Bytes | |
2010-02-19_-_ConsoleSBRML.zip | 2010-02-19 | 16.4 kB | |
Totals: 3 Items | 36.9 kB | 0 |
Console SBRML ======================================================= ConsoleSBRML, is a very basic commandline application, that can take an SBRML file and tries to extract the contained data as CSV file, or convert a CSV file to SBRML. Usage: - For converting to SBRML call: ConsoleSBRML <csv-file> [output file] this will produce an SBRML file. if output file is specified the SBRML file will be written into output file. Otherwise it will be written to stdout. - For converting to CSV call: ConsoleSBRML <sbrmlFile> [output file] will convert the SBRML file to CSV and write it to output file if specified, otherwise it will be written to the screen. So where do you get SBRML files you might ask. There are a couple around in the SVN: http://sbrml.svn.sourceforge.net/viewvc/sbrml/trunk/Samples/ or you could call the COPASI Web Service to produce some: http://www.comp-sys-bio.org/CopasiWeb/CopasiWebUI/ - Frank Bergmann