comparison tool_dependencies.xml @ 0:e848fce5db2e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gfclient_35x1 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author iuc
date Tue, 19 May 2015 14:58:29 -0400
parents
children b94222f67347
comparison
equal deleted inserted replaced
-1:000000000000 0:e848fce5db2e
1 <tool_dependency>
2 <package name="gfClient" version="35x1">
3 <install version="1.0">
4 <actions>
5 <action type="download_binary">
6 <url_template os="linux" architecture="x86_64">https://github.com/bgruening/download_store/raw/master/ucsc/linux/x86_64/gfClient_35x1</url_template>
7 <url_template os="darwin" architecture="i686">https://github.com/bgruening/download_store/raw/master/ucsc/darwin/i386/gfClient_35x1</url_template>
8 <url_template os="darwin" architecture="i386">https://github.com/bgruening/download_store/raw/master/ucsc/darwin/i386/gfClient_35x1</url_template>
9 <url_template os="darwin" architecture="x86_64">https://github.com/bgruening/download_store/raw/master/ucsc/darwin/x86_64/gfClient_35x1</url_template>
10 </action>
11
12 <action type="move_file">
13 <source>gfClient_35x1</source>
14 <destination>$INSTALL_DIR/bin/gfClient</destination>
15 </action>
16 <action type="chmod">
17 <file mode="755">$INSTALL_DIR/bin/gfClient</file>
18 </action>
19 <action type="set_environment">
20 <environment_variable name="PATH" action="append_to">$INSTALL_DIR/bin</environment_variable>
21 <environment_variable name="GFCLIENT_ROOT_PATH" action="append_to">$INSTALL_DIR</environment_variable>
22 </action>
23
24 </actions>
25 </install>
26 <readme>
27 gfClient: a program that queries gfServer over the network, and then does a detailed alignment of the query sequence with regions found by gfServer.
28 http://genome.ucsc.edu/goldenPath/help/blatSpec.html
29 </readme>
30 </package>
31 </tool_dependency>