[galaxy-dev] Tools appearing without inputs in workflow editor

2011-11-21 Thread Steven Platt
? --- Thanks Steve Dr Steven Platt Bioinformatician Health Protection Agency Microbiology Services Division London www.hpa.org.uk/bioinformatics

Re: [galaxy-dev] Tools appearing without inputs in workflow editor

2011-11-21 Thread Steven Platt
[mailto:dannonba...@me.com] Sent: 21 November 2011 15:28 To: Steven Platt Cc: galaxy-dev@lists.bx.psu.edu; Paul-Michael Agapow Subject: Re: [galaxy-dev] Tools appearing without inputs in workflow editor Could you send me the traceback and perhaps a copy of the misbehaving tool config files? I'll

[galaxy-dev] How to ensure that param A is less than param B?

2011-11-10 Thread Steven Platt
Hi everyone, I have 2 numerical params specified as follows inside the inputs tags param type=integer name=Mymin label=Start here help=Must be an ODD number (11-51) min=11 max=51 value=29/ param type=integer name=Mymax label=End here help=Must be an ODD number (21-71) min=21 max=71 value=45/

Re: [galaxy-dev] Fill field with user email, if logged in

2011-10-19 Thread Steven Platt
Posted the following a week ago, but no responses... any thoughts anyone? Steve -Original Message- From: galaxy-dev-boun...@lists.bx.psu.edu [mailto:galaxy-dev-boun...@lists.bx.psu.edu] On Behalf Of Steven Platt Sent: 12 October 2011 10:35 To: galaxy-dev@lists.bx.psu.edu Subject: [galaxy

[galaxy-dev] Fill field with user email, if logged in

2011-10-12 Thread Steven Platt
Hi, I a similar vein to http://gmod.827538.n3.nabble.com/Dynamic-default-values-tt3010740.html I am trying to populate a default value based on settings elsewhere, in this case the user email if they are logged in. So far I have: conditional name=email_on_completion param