Mercurial > repos > iuc > package_sparsehash_2_0_2
diff tool_dependencies.xml @ 0:e48d85b57acd draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_sparsehash_2_0_2 commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
| author | iuc |
|---|---|
| date | Sun, 21 Jun 2015 22:38:58 -0400 |
| parents | |
| children | d5173c546d39 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sun Jun 21 22:38:58 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>
