Re: [galaxy-dev] How to escape % characters in tool parameters?

2014-09-09 Thread Melissa Cline
Awesome! Thank you, John - I'd actually glanced at the sanitizer and wondered if it was what I needed, but having a working example makes all the difference! On Tue, Sep 9, 2014 at 7:26 PM, John Chilton wrote: > Funny - I just exchanged an e-mail with someone about this tool this > morning, the

Re: [galaxy-dev] How to escape % characters in tool parameters?

2014-09-09 Thread John Chilton
Funny - I just exchanged an e-mail with someone about this tool this morning, the Galaxy-P dbbuilder tool escapes exactly this santizing. Here is the relevant portion: The full tool is on the tool shed. https://tool

[galaxy-dev] How to escape % characters in tool parameters?

2014-09-09 Thread Melissa Cline
Hi folks, I'm working on a tool that queries a database based on user input, where this user input is a text parameter. The wildcard for the database is the percent (%) character. The user input, which is ultimately translated into the query, should be able to contain a % character. For example