Mercurial > repos > devteam > package_bowtie_2_2_4
view tool_dependencies.xml @ 1:853f859fc50b draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_bowtie_2_2_4 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
author | devteam |
---|---|
date | Fri, 18 Dec 2015 18:34:44 -0500 |
parents | 91b1c3b55eec |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="bowtie2" version="2.2.4"> <install version="1.0"> <actions_group> <actions os="linux" architecture="x86_64"> <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/bowtie2/bowtie2-2.2.4-linux-x86_64.tgz</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> </action> </actions> <actions os="darwin" architecture="x86_64"> <action type="download_by_url">http://depot.galaxyproject.org/package/darwin/x86_64/bowtie2/bowtie2-2.2.4-macos-x86_64.tgz</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> </action> </actions> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> </actions_group> </install> <readme></readme> </package> </tool_dependency>