Mercurial > repos > iuc > package_progressivemauve_2_4_0
diff tool_dependencies.xml @ 0:41a4f56f0764 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_progressivemauve_2_4_0 commit 5c84ce50aff06cc7a1bad32557d9ca37bbc2afc0
| author | iuc |
|---|---|
| date | Fri, 15 May 2015 15:31:41 -0400 |
| parents | |
| children | 52993108039d |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri May 15 15:31:41 2015 -0400 @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="progressivemauve" version="2.4.0"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://darlinglab.org/mauve/downloads/mauve_linux_2.4.0.tar.gz</action> + <action type="move_file"> + <source>mauve_2.4.0/linux-x64/progressiveMauve</source> + <destination>$INSTALL_DIR/progressiveMauve</destination> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme><![CDATA[ +Mauve is free of charge, open-source software licensed under the GNU GPL. + +Mauve is a system for constructing multiple genome alignments in the presence +of large-scale evolutionary events such as rearrangement and inversion. +Multiple genome alignments provide a basis for research into comparative +genomics and the study of genome-wide evolutionary dynamics. + +http://darlinglab.org/mauve/ +]]> + </readme> + </package> +</tool_dependency>
