Mercurial > repos > amol > cmpfastq
view tool_dependencies.xml @ 6:a966d6114346 draft
Uploaded
author | amol |
---|---|
date | Thu, 27 Jun 2013 12:44:08 -0400 |
parents | e43ea4c01683 |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="cmpfastq" version="1"> <install version="1.0"> <actions> <action type="shell_command">curl -o "cmpfastq.plx" http://compbio.brc.iop.kcl.ac.uk/software/download/cmpfastq</action> <action type="move_directory_files"> <source_directory>bin</source_directory> <destination_directory>$INSTALL_DIR/bin</destination_directory> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> </package> </tool_dependency>