0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
16
|
3 <package name="pysam" version="0.8.2.1">
|
|
4 <repository changeset_revision="e6c1f548397a" name="package_pysam_0_8_2" owner="yhoogstrate" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
0
|
5 </package>
|
|
6
|
19
|
7 <package name="flaimapper" version="1.1.5">
|
0
|
8 <install version="1.0">
|
|
9 <actions>
|
8
|
10
|
|
11 <action type="set_environment_for_install">
|
16
|
12 <repository changeset_revision="e6c1f548397a" name="package_pysam_0_8_2" owner="yhoogstrate" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
13 <package name="pysam" version="0.8.2.1" />
|
8
|
14 </repository>
|
|
15 </action>
|
|
16
|
|
17 <action type="make_directory">$INSTALL_DIR</action>
|
|
18 <action type="make_directory">$INSTALL_DIR/bin</action>
|
|
19
|
19
|
20 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR:$INSTALL_DIR"/lib/python":$INSTALL_DIR"/lib64/python":$PYSAM_PATH:$PYSAM_PATH"/lib/python":$PYSAM_PATH"/lib64/python" ; easy_install --prefix=$INSTALL_DIR --install-dir=$INSTALL_DIR --script-dir=$INSTALL_DIR/bin $REPOSITORY_INSTALL_DIR"/egg/flaimapper-1.1.5-py2.7.egg"</action>
|
0
|
21
|
|
22 <action type="set_environment">
|
8
|
23 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python</environment_variable>
|
0
|
24 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
25 </action>
|
|
26 </actions>
|
|
27 </install>
|
16
|
28
|
|
29 <readme>
|
|
30 Because I accidentally included too much large files within the
|
|
31 GitHub repository of FlaiMapper it is not convenient to use git
|
|
32 to pull the latest code from. Downloading simply takes way to
|
|
33 long and the package size is unnecessairy large.
|
|
34
|
|
35 Instead, I have created an egg that can be installed using
|
|
36 easy_install.
|
|
37 </readme>
|
0
|
38 </package>
|
|
39 </tool_dependency>
|