# HG changeset patch # User devteam # Date 1390832704 18000 # Node ID 48c84c1cab2b3873f470a41c52f599d96e2be498 Imported from capsule None diff -r 000000000000 -r 48c84c1cab2b tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Jan 27 09:25:04 2014 -0500 @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="SICER" version="1.1"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://home.gwu.edu/~wpeng/SICER_V1.1.tgz</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + <action type="shell_command">sed -i 's#PATHTO=.\+#PATHTO=$INSTALL_DIR#' $INSTALL_DIR/SICER/*.sh</action> + <action type="shell_command">sed -i 's#SICER=.\+#SICER=$INSTALL_DIR/SICER#' $INSTALL_DIR/SICER/*.sh</action> + <action type="chmod"> + <file mode="755">$INSTALL_DIR/SICER/SICER.sh</file> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/SICER</environment_variable> + </action> + </actions> + </install> + <readme></readme> + </package> +</tool_dependency>