Mercurial > repos > galaxyp > package_peptides_to_gff_0_1
changeset 0:986d1d024720 draft default tip
Uploaded
author | galaxyp |
---|---|
date | Mon, 08 Sep 2014 14:10:56 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Sep 08 14:10:56 2014 -0400 @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="peptide_to_gff" version="0.1"> + <install version="1.0"> + <actions> + <action type="shell_command">hg clone https://bitbucket.org/galaxyp-applications/peptide-to-gff peptide_to_gff</action> + <action type="shell_command">hg update -d 2014-09-08</action> + <action type="move_file"> + <source>peptide_to_gff</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> + Sets up a virtualenv for peptides-to-gff. + </readme> + </package> +</tool_dependency>