# HG changeset patch # User geert-vandeweyer # Date 1392985048 18000 # Node ID 775372e00f55904d2bff53b396cb23c08a722a61 # Parent 6ddc1c6472ef47152a9c604ba9f974de60b535dd Uploaded diff -r 6ddc1c6472ef -r 775372e00f55 readme.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/readme.rst Fri Feb 21 07:17:28 2014 -0500 @@ -0,0 +1,17 @@ +Galaxy wrapper for VariantDB Import +=================================== + +This wrapper and VariantDB is written by Geert Vandeweyer. + +The recommended installation is by means of the toolshed_. + +.. _toolshed: http://toolshed.g2.bx.psu.edu/view/geert-vandeweyer/vcf_to_variantdb + +Galaxy should be able to install the needed perl module dependencies automatically +for you. To allow your server to communicate with VariantDB, you must edit the GALAXY_URL environment variable in the file: + +/environment_settings/GALAXY_URL/geert-vandeweyer/vcf_to_variantdb//env.sh + +to point to the full URL of the server (e.g: http://biominavm-galaxy.biomina.be/galaxy ) where you have installed the wrapper. + +Finally, if you also have a private VariantDB instance, you need to add it to the wrapper configuration file, as an extra option. diff -r 6ddc1c6472ef -r 775372e00f55 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Feb 21 07:17:28 2014 -0500 @@ -0,0 +1,9 @@ + + + + http://your.galaxy.server/and_sub_path/ + + + + +