[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: Yes No

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] 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 tags The values are happily restricted between their respective min/max values, but can someone tell me how I can check that Mymin is less than Mymax, and/or that both values are odd numbers? I realise that I could do thi

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

2011-11-21 Thread Steven Platt
at to look at next. Ideas? --- Thanks Steve Dr Steven Platt Bioinformatician Health Protection Agency Microbiology Services Division London www.

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

2011-11-21 Thread Steven Platt
Baker [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&

[galaxy-dev] How to pass files/data invisibly between tools?

2011-12-09 Thread Steven Platt
Hi, We wrap our tools in perl and ruby scripts and have them execute in a randomly named folder. Things all work well, both in & out of workflow, until I want to merge the log files of workflow components as later tools don't know where the previous were running. Ideally I'd like to run all tools