comparison tool_dependencies.xml @ 4:a3569ef6d0ff draft

planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/packages/package_python_3_4_hppy_0_9_6 commit e2554dc878f6abf1c02ed9e6e4f4440ed32b02aa-dirty
author nml
date Thu, 07 Jul 2016 13:16:47 -0400
parents 1979b0ff1d00
children 46decde5b780
comparison
equal deleted inserted replaced
3:1979b0ff1d00 4:a3569ef6d0ff
31 </repository> 31 </repository>
32 </action> 32 </action>
33 <action type="make_directory">$INSTALL_DIR/lib/python</action> 33 <action type="make_directory">$INSTALL_DIR/lib/python</action>
34 <action type="shell_command"> 34 <action type="shell_command">
35 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; 35 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
36 echo $PYTHONPATH &amp;&amp;
36 python3 setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin 37 python3 setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
37 </action> 38 </action>
38 <action type="set_environment"> 39 <action type="set_environment">
39 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> 40 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
40 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_HYPHY_PYTHON]</environment_variable> 41 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_HYPHY_PYTHON]</environment_variable>