Mercurial > repos > eduardo > package_predsi_2004_02_13
diff tool_dependencies.xml @ 0:a4ae6d79c0d6 draft
planemo upload commit 011611a90c705de8d252cf13d4d5edf04bc8e6ce-dirty
| author | eduardo |
|---|---|
| date | Mon, 13 Feb 2017 15:15:05 -0500 |
| parents | |
| children | 4c584336a89f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Feb 13 15:15:05 2017 -0500 @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="predsi" version="2004.02.13"> + <install version="1.0"> + <actions> + <action type="download_by_url" sha256sum="d162979dd34dd42d24e89b692651220a726af880ec05565efb47679f5c0c79a9">https://raw.githubusercontent.com/Eduardo-Alves/PredSi/master/PredSi.tar </action> + + <action type="move_directory_files"> + <source_directory>PredSi</source_directory> + <destination_directory>$INSTALL_DIR/</destination_directory> + </action> + <action type="shell_command">chmod ugo+x $INSTALL_DIR/PredSi/JSPP.jar</action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + <action type="set_environment"> + <environment_variable name="JAVA_JAR_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme></readme> + </package> +</tool_dependency>
