Next changeset 1:d08a7bffb2ee (2017-02-17) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_sparsehash_2_0_2 commit 0887009a23d176b21536c9fd8a18c4fecc417d4f |
added:
tool_dependencies.xml |
b |
diff -r 000000000000 -r 2cc9627ae29c tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Jun 19 09:24:46 2015 -0400 |
b |
@@ -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> |