Re: [galaxy-dev] Add url in help of tool xml

2016-08-02 Thread Peter Cock
Great - I'm glad it was an easy fix. Peter On Tue, Aug 2, 2016 at 10:36 AM, Mohamed Kassam wrote: > Hell Peter > The CDATA works perfectly thanks again. > > Mohamed > > 2016-08-02 11:31 GMT+02:00 Peter Cock : >> >> This could be as simple as the & needing to be >> escaped as & or better escaping

Re: [galaxy-dev] Add url in help of tool xml

2016-08-02 Thread Peter Cock
This could be as simple as the & needing to be escaped as & or better escaping the whole help text using CDATA: https://galaxy-iuc-standards.readthedocs.io/en/latest/best_practices/tool_xml.html#help-tag Can you show us your tool XML file? Is it on GitHub? Peter On Tue, Aug 2, 2016 at 10:26 AM,

[galaxy-dev] Add url in help of tool xml

2016-08-02 Thread Mohamed Kassam
Dear all, I would like to add an url on my help section of a tool on my xml file however it does not work, https://10.38.14.14/api/fs/dir.html?path=/home/user/&user=galaxy I think it is the &user=galaxy doesn't work in the xml . Mohamed _