Re: [galaxy-dev] space in text tool results in two arguments

2014-02-17 Thread Ross
Hi Ketan - great news - all the best with your project... On Tue, Feb 18, 2014 at 3:58 PM, Ketan Maheshwari wrote: > Ross, > > That's correct. It seems I tested on a cached copy of tool. Works now! > > Thanks, > Ketan > > > On Mon, Feb 17, 2014 at 10:55 PM, Ross wrote: > >> Hi Ketan. >> We ro

Re: [galaxy-dev] space in text tool results in two arguments

2014-02-17 Thread Ketan Maheshwari
Hi Ross, I did try to use double quotes and curly braces: "${outloc}" but it does not seem to address the issue. Thanks, Ketan On Mon, Feb 17, 2014 at 10:37 PM, Ross wrote: > Hi Ketan. > Please try quotation marks to enclose any parameter containing spaces in > the tool command template - eg

Re: [galaxy-dev] space in text tool results in two arguments

2014-02-17 Thread Ross
Hi Ketan. Please try quotation marks to enclose any parameter containing spaces in the tool command template - eg something like: python myscript.py "$text_with_spaces" $param2 $param3 Please confirm that this solves the problem? On Tue, Feb 18, 2014 at 12:47 PM, Ketan Maheshwari < ketancma