Hi,
Okay, normally I would have forked the galaxy-dist and do a pull request with my change.
But the change I want to commit is in the tool 'add_value', which is in the toolshed. Seems like a safer approach to me to contribute to the toolshed. How can I commit my changes to that tool? Can somebody of the devteam grant me acces? Do I send the diff by email :-) ?
Yes, please send the patch to the mailing list and/or the devteam (toolshed should have a contact button). Also try to fill a trello card :)
Thanks! Bjoern
Cheers, Joachim
Joachim Jacob Contact details: http://www.bits.vib.be/index.php/about/80-team
On 07/24/2013 11:17 AM, Peter Cock wrote:
On Wed, Jul 24, 2013 at 9:40 AM, Joachim Jacob | VIB | joachim.jacob@vib.be wrote:
Hi all,
A Cheetah question: when I enter ";" as a value in a text box of a tool (stored in $exp), Cheetah prints this as "X", and passed this string to the tool.
How to disable this behaviour in Cheetah? I have tried to play with #filter directives, but to no avail.
Thanks, Joachim
That sounds like the Galaxy character sanitation making the change, things like pipes etc can have unexpected results in command lines. Have a look at the <sanitizer> tag for use in the tool's XML file.
Peter