Commit message:
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/packages/package_tn93_1_0_2 commit e2554dc878f6abf1c02ed9e6e4f4440ed32b02aa |
added:
tool_dependencies.xml |
b |
diff -r 000000000000 -r e1abbe60f3d4 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Jul 07 09:58:32 2016 -0400 |
b |
@@ -0,0 +1,29 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="cmake" version="3.2.3"> + <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + <package name="tn93" version="1.0.2"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://github.com/veg/tn93/archive/v1.0.2.tar.gz</action> + <action type="set_environment_for_install"> + <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="cmake" version="3.2.3" /> + </repository> + </action> + <action type="shell_command">cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DINSTALL_PREFIX=$INSTALL_DIR ./</action> + <action type="make_install" /> + <action type="set_environment"> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + <environment_variable action="set_to" name="PATH_TN93">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> +This installs tn93 1.0.2. + +See usage instructions here: https://github.com/veg/tn93 + </readme> + </package> +</tool_dependency> |