[galaxy-dev] Include some XML in configfiles tag

2013-03-07 Thread David Angot
Hello, I have a tool that takes an XML file as input. So I thought it would be a good idea to put it in the configfiles tag, to replace some of the variables. Quick example : inputs param name=posfile type=data label=Posfile help=Posfile you want to input to POSGEN format=pos /

Re: [galaxy-dev] Include some XML in configfiles tag

2013-03-07 Thread Ross
Hi, David. does enclosing your XML in a CDATA section help? It should just get written out without being interpreted, and it works for me in the toolfactory - the contents still get written out but without the CDATA section. configfiles configfile name=loadTestxml ![CDATA[ *!DOCTYPE crystal