jamesscottbrown / sbml-diff

sbml-diff is a tool for visually representing a single SBM model, or for visually comparing 2 or more SBML models.
http://sysos.eng.ox.ac.uk/tebio/sbml-diff
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

command line optional argument #1

Closed tramyn closed 8 years ago

tramyn commented 8 years ago

Inserting multiple optional arguments in command line will only execute the last optional argument (i.e. python sbml-diff.py -k --params /Users/tramynguyen/Documents/GSoC_2016/sbml-diff/test/entireStructure.xml /Users/tramynguyen/Documents/GSoC_2016/sbml-diff/test/subStructure.xml . In this example, only values for parameters are shown after command execution. Current workaround was to run the command two times. Each time, I inserted 1 optional argument)