view tool_dependencies.xml @ 23:e0c0fc569303 draft

Suppressed stderr warning
author yhoogstrate
date Wed, 25 Mar 2015 16:19:39 -0400
parents ab3ea877607f
children 19d1402611ef
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
	<package name="pysam" version="0.8.2.1">
		<repository changeset_revision="e6c1f548397a" name="package_pysam_0_8_2" owner="yhoogstrate" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
	</package>
	
	<package name="flaimapper" version="1.1.5">
		<install version="1.0">
			<actions>
				
				<action type="set_environment_for_install">
					<repository changeset_revision="e6c1f548397a" name="package_pysam_0_8_2" owner="yhoogstrate" toolshed="https://testtoolshed.g2.bx.psu.edu">
						<package name="pysam" version="0.8.2.1" />
					</repository>
				</action>
				
				<action type="make_directory">$INSTALL_DIR</action>
				<action type="make_directory">$INSTALL_DIR/bin</action>
				
				<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>
				
				<action type="set_environment">
					<environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python</environment_variable>
					<environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
				</action>
			</actions>
		</install>
		
		<readme>
			Because I accidentally included too much large files within the
			GitHub repository of FlaiMapper it is not convenient to use git
			to pull the latest code from. Downloading simply takes way to
			long and the package size is unnecessairy large.
			
			Instead, I have created an egg that can be installed using
			easy_install.
		</readme>
	</package>
</tool_dependency>