|
'java -jar keggconvert.jar justConvert' to process kgml files from .\in directory.
'justConvertCD' to process kgml files from .\in directory to CellDesigner sbml.
'makeKinetics' to convert and introduce kinetics in the produced sbml files.
'makeKineticsCD' to convert and introduce kinetics in the produced CellDesigner SBML files.
'merge' to produce a merged kgml file for all KEGG files in .\in directory.
'keepOrphan' to prevent orphan node elimination during model curation.Use it together with 'justConvert' or 'makeKinetics'.
'STATS' to produce reaction statistics for all sbml files in .\out directory.
'dir=mydir/' to use as subdirectories in in&out directories.
'help' to get these available options.
In case of being behind proxies you must use options before '-jar': '-Dhttp.proxyHost=xxx.xx.xxx.x -Dhttp.proxyPort=8080'
|