Mercurial > repos > nml > srst2
view tool_dependencies.xml @ 1:599a4dc309aa draft
planemo upload commit 1ea98fb88a93a571beda5bbd56449c946860a258
author | nml |
---|---|
date | Wed, 01 Mar 2017 12:39:11 -0500 |
parents | 6f870ed59b6e |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="vfdb" version="08-07-2014"> <install version="1.0"> <actions_group> <actions> <action type="download_by_url" sha256sum="eae59df6f7aad698da5e43322c58a28c25dfe91dd656cd2ee12ea330db6aa6bb">https://github.com/mariamiskander/VirulenceFactorsDB/archive/master.zip</action> <action type="make_directory">$INSTALL_DIR/vfdb</action> <action type="move_directory_files"> <source_directory>vfdb</source_directory> <destination_directory>$INSTALL_DIR/vfdb</destination_directory> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> <environment_variable name="VF_PATH" action="set_to">$INSTALL_DIR</environment_variable> </action> <action type="shell_command">ls -lrt</action> <action type="shell_command">echo $INSTALL_DIR</action> <action type="shell_command">echo $PATH</action> </actions> </actions_group> </install> </package> </tool_dependency>