annotate tool_dependencies.xml @ 0:a4cfaa0e3e5d draft

planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
author yhoogstrate
date Thu, 21 May 2015 09:56:41 -0400
parents
children 54ce44828e1b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
1 <?xml version="1.0"?>
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
2 <tool_dependency>
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
3 <package name="fuma" version="2.7.1">
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
4 <install version="1.0">
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
5 <actions>
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
6 <action type="make_directory">$INSTALL_DIR/lib/python</action>
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
7 <action type="make_directory">$INSTALL_DIR/lib64/python</action>
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
8
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
9 <action type="shell_command">
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
10 git clone https://github.com/yhoogstrate/fuma.git fuma &amp;&amp;
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
11 cd fuma &amp;&amp;
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
12 git reset --hard 3d9a0532209d4ad10283cac324788b4fecfd2675 &amp;&amp;
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
13
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
14 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python &amp;&amp;
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
15 python setup.py build &amp;&amp;
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
16 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
17 </action>
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
18
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
19 <action type="set_environment">
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
20 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python</environment_variable>
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
21 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
22 </action>
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
23 </actions>
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
24 </install>
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
25 <readme>
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
26 Downloads and installs Fuma; requires python pip and get to be installed.
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
27 </readme>
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
28 </package>
a4cfaa0e3e5d planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/fuma commit f56125b28ec44aa28943ed040b7b202fed9c875b-dirty
yhoogstrate
parents:
diff changeset
29 </tool_dependency>