Mercurial > repos > iuc > package_sparsehash_2_0_2
changeset 0:2cc9627ae29c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_sparsehash_2_0_2 commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
author | iuc |
---|---|
date | Fri, 19 Jun 2015 09:24:46 -0400 |
parents | |
children | d08a7bffb2ee |
files | tool_dependencies.xml |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Jun 19 09:24:46 2015 -0400 @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="sparsehash" version="2.0.2"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://sparsehash.googlecode.com/files/sparsehash-2.0.2.tar.gz</action> + <action type="autoconf" /> + <action type="set_environment"> + <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> + <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> + <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> + <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable> + </action> + </actions> + </install> + <readme>ABySS is a de novo sequence assembler intended for short paired-end reads and large genomes.</readme> + </package> +</tool_dependency>