[galaxy-dev] percent and pipe sign in text input fields

2011-02-16 Thread Bossers, Alex
Hello all, I have a tool based on blastdbcmd that contains a param tag of type text. I want to be able to use the % sign in that text field users can enter (%g is for instance the field identifier for gi). However, if I do for instance %f or %f it returns Xf or Xf in the the variable. For

[galaxy-dev] Percent and pipe sign in text input fields

2011-02-16 Thread Bossers, Alex
Hello all, I have a tool based on blastdbcmd that contains a param tag of type text. I want to be able to use the % sign in that text field users can enter (%g is for instance the field identifier for gi). However, if I do for instance %f or %f it returns Xf or Xf in the the variable. For

Re: [galaxy-dev] percent and pipe sign in text input fields

2011-02-16 Thread Daniel Blankenberg
Hi Alex, Have a look at the 'sanititzer tag set' on the http://bitbucket.org/galaxy/galaxy-central/wiki/ToolConfigSyntax page. Caution is urged when modifying these options. Please let us know if you encounter difficulty. Thanks for using Galaxy, Dan On Feb 16, 2011, at 5:22 AM, Bossers,

Re: [galaxy-dev] Percent and pipe sign in text input fields

2011-02-16 Thread Pieter Neerincx
Hi Alex, Galaxy sanitizes the params to remove unsafe characters. It's a security feature. From a previous post some time ago: If you trust your users you can add the option name to NEVER_SANITIZE in lib/galaxy/utils/_init_.py You can also have a look at that *.py file and

Re: [galaxy-dev] Percent and pipe sign in text input fields

2011-02-16 Thread Pieter Neerincx
On Feb 16, 2011, at 3:44 PM, Pieter Neerincx wrote: Hi Alex, Galaxy sanitizes the params to remove unsafe characters. It's a security feature. From a previous post some time ago: If you trust your users you can add the option name to NEVER_SANITIZE in lib/galaxy/utils/_init_.py

Re: [galaxy-dev] Percent and pipe sign in text input fields

2011-02-16 Thread Bossers, Alex
...@gmail.com] Verzonden: woensdag 16 februari 2011 15:44 Aan: Bossers, Alex CC: galaxy-...@bx.psu.edu Onderwerp: Re: [galaxy-dev] Percent and pipe sign in text input fields Hi Alex, Galaxy sanitizes the params to remove unsafe characters. It's a security feature. From a previous post some time