Alan R Williams wrote: >> From [email protected] Fri Sep 25 02:03:25 2009 >> Delivery-date: Fri, 25 Sep 2009 02:03:25 +0100 >> Date: Thu, 24 Sep 2009 20:33:14 -0400 (EDT) >> From: Jamal Alhiyafi <[email protected]> >> To: [email protected] >> > > >> Hi: >> > > Hello, > > >> When i run a workflow that execute a command line and using windows >> OS, it works fine. When i try Linux, it gives an error. Does >> taverna has any issues running a command line in linux? >> > > It should work. Are you sure that the command you are executing is > also available in Linux and that it takes the same parameters and in > the same way? > > What error are you getting? What version of Taverna are you running? > Also the shell you use (echo $SHELL).
Its been pointed out to use that we make the assumption that the current shell is assumed to be bash, so if yours isn't you may be able to overcome your problem by editing executeworkflow.sh and changing the top line to #!/bin/bash Stuart. > >> Thanks, >> Jamal >> > > Alan > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > taverna-users mailing list > [email protected] > [email protected] > Web site: http://www.taverna.org.uk > Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/ > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ taverna-users mailing list [email protected] [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
