7 Oct
2010
7 Oct
'10
10:26 a.m.
On Thu, Oct 7, 2010 at 3:27 PM, Peter <peter@maubp.freeserve.co.uk> wrote:
Docstrings, undo accidental commit to a tool XML file, and first attempt at optional integer and float parameters: ...
Is there any interest in supporting optional integer and float args? I'd like to have this for the BLAST+ wrappers, but it is not essential.
Thanks for the (off list) encouragement James. I have pressed on with trying to use optional integer/float arguments with my changes... I'm finding problems with optional integer/floats with validators (I think we can just skip validation if the value is missing). I'm also having problems with the Cheetah templates and the default value being 'None' since it was held as None internally. Fiddly :( Peter