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" />
</inputs>

<configfiles>
    <configfile name="loadTestxml">
<!DOCTYPE crystal SYSTEM "/usr/share/sgml/crystal.dtd">
<!--- Load a pos file called "babla.pos" -->
<crystal>
<version value="0.0.1"/>
<posload name="${posfile}"/>
</crystal>
     </configfile>
 </configfiles>
....

But when I load the tool configuration, it seems that the XML in <configfile> is interpreted, and/or I don't get anything in the input file.

Is there a way to do what I want ?

Cheers,

--
David
___________________________________________________________
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/

Reply via email to