percent and pipe sign in text input fields
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 single field lines I solved it to remove the % from the argument and only add it at command line, but in this case it can contain % signs anywhere... For instance %g|%a|%t should return by the tool gi..|accno|title. However the variable returned by the tool xml is "XgXXaXXt". So it also masks the | (pipe) sign... How to solve this? Thanks for any help. Alex
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, Alex wrote:
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 single field lines I solved it to remove the % from the argument and only add it at command line, but in this case it can contain % signs anywhere... For instance %g|%a|%t should return by the tool gi..|accno|title. However the variable returned by the tool xml is "XgXXaXXt". So it also masks the | (pipe) sign... How to solve this?
Thanks for any help.
Alex
_______________________________________________ To manage your subscriptions to this and other Galaxy lists, please use the interface at:
participants (2)
-
Bossers, Alex
-
Daniel Blankenberg