From 3f78f9a449d624f3d7136f9a796646a95bf11044 Mon Sep 17 00:00:00 2001 From: Daniel Blankenberg Date: Fri, 27 Jun 2014 14:44:55 -0400 Subject: [PATCH] Re-add InterMine tools removed in 401ee23dcf2f70d4be0e975bb3e00a43ae1dfdd0. --- tool_conf.xml.main | 5 +++++ tool_conf.xml.sample | 7 ++++++ tools/data_source/flymine.xml | 35 +++++++++++++++++++++++++++++ tools/data_source/flymine_test.xml | 31 +++++++++++++++++++++++++ tools/data_source/metabolicmine.xml | 13 +++++++++++ tools/data_source/modmine.xml | 19 ++++++++++++++++ tools/data_source/mousemine.xml | 35 +++++++++++++++++++++++++++++ tools/data_source/ratmine.xml | 34 ++++++++++++++++++++++++++++ tools/data_source/yeastmine.xml | 20 +++++++++++++++++ 9 files changed, 199 insertions(+) create mode 100644 tools/data_source/flymine.xml create mode 100644 tools/data_source/flymine_test.xml create mode 100644 tools/data_source/metabolicmine.xml create mode 100644 tools/data_source/modmine.xml create mode 100644 tools/data_source/mousemine.xml create mode 100644 tools/data_source/ratmine.xml create mode 100644 tools/data_source/yeastmine.xml diff --git a/tool_conf.xml.main b/tool_conf.xml.main index 485b9b16576..5c66e2c0ffa 100644 --- a/tool_conf.xml.main +++ b/tool_conf.xml.main @@ -7,7 +7,12 @@ + + + + + diff --git a/tool_conf.xml.sample b/tool_conf.xml.sample index 447b73b7268..76f4187f613 100644 --- a/tool_conf.xml.sample +++ b/tool_conf.xml.sample @@ -12,6 +12,13 @@ + + + + + + + diff --git a/tools/data_source/flymine.xml b/tools/data_source/flymine.xml new file mode 100644 index 00000000000..cb9253ab157 --- /dev/null +++ b/tools/data_source/flymine.xml @@ -0,0 +1,35 @@ + + + + server + data_source.py $output $__app__.config.output_size_limit + + go to Flymine server $GALAXY_URL + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/data_source/flymine_test.xml b/tools/data_source/flymine_test.xml new file mode 100644 index 00000000000..f66259c694c --- /dev/null +++ b/tools/data_source/flymine_test.xml @@ -0,0 +1,31 @@ + + + + server + data_source.py $output $__app__.config.output_size_limit + + go to Flymine server $GALAXY_URL + + + + + + + + + + + + + + + + + + + + diff --git a/tools/data_source/metabolicmine.xml b/tools/data_source/metabolicmine.xml new file mode 100644 index 00000000000..206bb4aa33b --- /dev/null +++ b/tools/data_source/metabolicmine.xml @@ -0,0 +1,13 @@ + + + server + data_source.py $output $__app__.config.output_size_limit + + go to metabolicMine server $GALAXY_URL + + + + + + + diff --git a/tools/data_source/modmine.xml b/tools/data_source/modmine.xml new file mode 100644 index 00000000000..0d5b043dad1 --- /dev/null +++ b/tools/data_source/modmine.xml @@ -0,0 +1,19 @@ + + + + server + data_source.py $output $__app__.config.output_size_limit + + go to modENCODE modMine server $GALAXY_URL + + + + + + + + diff --git a/tools/data_source/mousemine.xml b/tools/data_source/mousemine.xml new file mode 100644 index 00000000000..e372d0d10f9 --- /dev/null +++ b/tools/data_source/mousemine.xml @@ -0,0 +1,35 @@ + + + + server + data_source.py $output $__app__.config.output_size_limit + + go to MouseMine server $GALAXY_URL + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/data_source/ratmine.xml b/tools/data_source/ratmine.xml new file mode 100644 index 00000000000..7ef3c69ef5d --- /dev/null +++ b/tools/data_source/ratmine.xml @@ -0,0 +1,34 @@ + + + + server + data_source.py $output $__app__.config.output_size_limit + + go to Ratmine server $GALAXY_URL + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/data_source/yeastmine.xml b/tools/data_source/yeastmine.xml new file mode 100644 index 00000000000..9c82ca39364 --- /dev/null +++ b/tools/data_source/yeastmine.xml @@ -0,0 +1,20 @@ + + + server + data_source.py $output $__app__.config.output_size_limit + + go to yeastMine server $GALAXY_URL + + + + + + + + + + + + + +