changeset 1:771f731e3ab9 draft

Uploaded
author matt-shirley
date Sat, 28 Sep 2013 10:35:41 -0400
parents 61af66247d0e
children 1a79346b2773
files tool_dependencies.xml
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Sat Sep 28 10:35:41 2013 -0400
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<tool_dependency>
+  <package name="ncbi_connector" version="0.0.1">
+    <install version="1.0">
+        <action type="shell_command">mv ncbi_connector.py $INSTALL_DIR</action>
+        <action type="set_environment"><environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable></action>
+      </actions>
+    </install>
+    <readme>This utility provides basic functionality to download multiple files described in an XML or JSON HTTP response.
+    </readme>
+  </package>
+</tool_dependency>