Run.java update
This commit is contained in:
parent
4bf6c6e1e6
commit
4944baf71b
1 changed files with 0 additions and 2 deletions
|
|
@ -541,8 +541,6 @@ public class Run extends CoreObservable implements ActionListener {
|
|||
this.notifyObservers(message);
|
||||
message.setLog("Saving PRISM Property file:\n" + filename.replace(".xml", ".pctl"));
|
||||
this.notifyObservers(message);
|
||||
// TODO: LUKAS
|
||||
// bioModel.convertSBML2PRISM(logFile, filename);
|
||||
LPN.convertLPN2PRISM(logFile, lhpnFile, filename.replace(".xml", ".prism"), bioModel.getSBMLDocument());
|
||||
Preferences biosimrc = Preferences.userRoot();
|
||||
String prismCmd = biosimrc.get("biosim.general.prism", "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue