Re: [galaxy-user] special character $ gets converted to X in tool

2014-02-01 Thread Björn Grüning
Hi Ketan! it sounds like your input is sanitized. You can disable it for your whole wrapper or you can write a special sanitizer for your input field: https://wiki.galaxyproject.org/Admin/Tools/ToolConfigSyntax#A.3Csanitizer.3E_tag_set Cheers, Bjoern > Hi, > > > In a test tool that I am worki

Re: [galaxy-user] special character $ gets converted to X in tool

2014-02-01 Thread Ketan Maheshwari
Thank you. It worked and the sanitizer tag sounds very useful. On Sat, Feb 1, 2014 at 4:14 AM, Björn Grüning wrote: > Hi Ketan! > > it sounds like your input is sanitized. You can disable it for your > whole wrapper or you can write a special sanitizer for your input field: > > > https://wiki.ga

[galaxy-user] remove versions of tool

2014-02-01 Thread Ketan Maheshwari
Hi, I renamed my tool name in but when I restart Galaxy server, I see a dropdown in front of the tool title with two versions with same value. When I select one it gives current name and when selecting other it gives the older name of the tool. My intention here was to rename the tool and I did

Re: [galaxy-user] remove versions of tool

2014-02-01 Thread Björn Grüning
Hi Ketan, have you installed your tool via the Tool Shed? If so, than you need to delete the old revision of your tool. Cheers, Bjoern > Hi, > > > I renamed my tool name in but when I restart Galaxy > server, I see a dropdown in front of the tool title with two versions > with same value. Whe

Re: [galaxy-user] remove versions of tool

2014-02-01 Thread Ketan Maheshwari
Hi Bjoern, This is a tool I am developing. In Galaxy admin, I could not find any option to manage tools and versions. In my tools directory, there is just one tool xml file for this tool. Thanks, Ketan On Sat, Feb 1, 2014 at 6:40 PM, Björn Grüning wrote: > Hi Ketan, > > have you installed you