Hi,

I'm trying to parse the XML toolconfig format, for generating a lightweight command config wizard in an Eclipse based product.

I wonder: Boolean parameters for some tools (such as the emboss/textsearch one), seems to allow always giving the parameter's flag at all times, and just change the following value between "yes" and "no" for these params, like:

textsearch -caseinsensitive yes
  or
textsearch -caseinsensitive no

On the other hand, I guess there are many tools which tell such boolean options just by giving the flag itself, so it would by analogy be:

textsearch -caseinsensitive
  or
textsearch

My question is, how can I see the difference between these two cases, in the tool config file? (Unfortunately I don't know any of the wrapped tools good enough to know where to look for a flag of the latter kind).

Cheers
// Samuel


--
System Expert / Bioinformatician
SNIC-UPPMAX HPC Center
Uppsala University, Sweden
--------------------------------------
E-mail: samuel.la...@scilifelab.uu.se
Phone: +46 (0)18 - 471 1060
WWW: http://www.uppmax.uu.se
Uppnex: https://www.uppnex.uu.se

___________________________________________________________
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