[kepler-users] how to open a workflow from the command line

2010-11-09 Thread David LeBauer
Hello, I would like to open a kar file from the command line (following manual ch 2 section 3): $ /usr/local/Kepler-2.0/kepler.sh -runwf /home/dlebauer/pecan/kepler/pecan.kar but I am getting the following error (full output below): [null] Unsupported file type or connection not available:

[kepler-users] how to open a workflow from the command line

2010-11-09 Thread Matt Jones
David -- When you are executing from a KAR file, you need to use the '-runkar' option, rather than the '-runwf' option. Try: $ /usr/local/Kepler-2.0/kepler.sh -runkar /home/dlebauer/pecan/kepler/pecan.kar I'm not sure about the other errors about directories not existing -- someone else will

[kepler-users] how to open a workflow from the command line

2010-11-09 Thread Derik Barseghian
David, The messages about workflow directories not existing are nothing to worry about, that's just a debugging statement. I'll track it down and remove it. Derik On Nov 9, 2010, at 10:33 AM, Matt Jones wrote: David -- When you are executing from a KAR file, you need to use the '-runkar'