Question: User Dropdown Menu As Galaxy Input File
0
gravatar for Alex Upton
5.7 years ago by
Alex Upton10
Alex Upton10 wrote:
Good afternoon, I have a query that I hope you can help me with. I am using RGalaxy, and have successfully built a number of useful tools for my instance of Galaxy, using this in R. At the moment, all these tools are using the default galaxy input file, following the example tools. Is there a way I can create an additional input for the tool, that the end user selects, and make this in the form of a drop-down list? So to illustrate with code, I have: inputfile = GalaxyInputFile() #this is the default input file option I would then like an additional input file option, ideally in the form of a drop-down box, that would then be used as an input for a function. What is the best way to do this? Kind regards, Alex Alex Upton, BEng, MRes, PG Cert Business Administration PhD Researcher Biomedical Informatics, Signals and Systems School of Electronic, Electrical and Computer Engineering, College of Engineering and Physical Sciences, University of Birmingham Edgbaston, Birmingham, B15 2TT, United Kingdom Fax: +44 121 4144291 (school general office) Email: a.upton@pgr.bham.ac.uk Personal Web: http://postgrad.eee.bham.ac.uk/uptona/
galaxy • 818 views
ADD COMMENTlink modified 5.7 years ago by Dan Tenenbaum20 • written 5.7 years ago by Alex Upton10
0
gravatar for Dan Tenenbaum
5.7 years ago by
Dan Tenenbaum20 wrote:
Hi Alex, Something like this (from ?galaxy): plotTitle=c("TitleA"="A", "TitleB"="B") Or in the devel version, which has a substantially different API: plotTitle=GalaxyCharacterParam(c("TitleA"="A", "TitleB"="B")) Dan
ADD COMMENTlink written 5.7 years ago by Dan Tenenbaum20
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 179 users visited in the last hour