Mercurial > repos > iuc > package_bowtie_2_2_5
diff tool_dependencies.xml @ 0:185ac8aa311e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bowtie_2_2_5 commit 35cfc3a25d68721360ad6ca18329f036577f1abc
| author | iuc |
|---|---|
| date | Tue, 12 May 2015 22:46:49 -0400 |
| parents | |
| children | f3b301780e36 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue May 12 22:46:49 2015 -0400 @@ -0,0 +1,20 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="bowtie2" version="2.2.5"> + <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.5-linux-x86_64.zip</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/bin</environment_variable> + </action> + </actions_group> + </install> + <readme></readme> + </package> +</tool_dependency> \ No newline at end of file
