https://github.com/galaxyproject/galaxy
Raw File
Tip revision: bbbd1b4c0d14293250fc62274f25f56b7d328040 authored by Daniel Blankenberg on 10 January 2013, 19:57:37 UTC
Fixes for Tool.check_and_update_param_values_helper() to check that the type of value provided is valid for the input parameter currently declared. Fixes an issue where rurun would select the wrong input dataset.
Tip revision: bbbd1b4
funDo.loc.sample
#This is a sample file distributed with Galaxy that is used by the FunDO tool.
#The funDo.loc file has this format (white space characters are TAB
#characters):
#
#<build>	<description>	<path to disease associated genes file>
#
#Your funDo.loc file should include an entry per line for each disease
#associated genes file you have stored.
#
#hg18	disease associated genes	/galaxy/data/hg18/misc/funDo/genes-disease.Sept2010.interval
#hg19	disease associated genes	/galaxy/data/hg19/misc/funDo/genes-disease.Sept2010.interval
back to top