changeset 0:e8f1832c40e6 draft

planemo upload for repository https://bitbucket.org/drosofff/gedtools/
author drosofff
date Fri, 29 May 2015 12:17:08 -0400
parents
children 10a46b694a2a
files tool_dependencies.xml
diffstat 1 files changed, 31 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Fri May 29 12:17:08 2015 -0400
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<tool_dependency>
+  <package name="velvet" version="1.2.10_9adf09f7ded7fedaf6b0e5e4edf9f46602e263d3">
+      <repository changeset_revision="c071c73e0c62" name="velvet_ged_package" owner="drosofff" prior_installation_required="True" toolshed="http://lbcd41.snv.jussieu.fr:9009" />
+  </package>
+  <package name="oases" version="0.2.08_7a32460a60929b510037952ae815bb6e29b68123">
+    <install version="1.0">
+      <actions>
+        <action type="shell_command">git clone git://github.com/dzerbino/oases.git</action>
+        <action type="shell_command">git reset --hard 7a32460a60929b510037952ae815bb6e29b68123</action>
+        <action type="set_environment_for_install">
+          <repository changeset_revision="ce8a4a8d9604" name="velvet_ged_package" owner="drosofff" prior_installation_required="True" toolshed="http://lbcd41.snv.jussieu.fr:9009">
+            <package name="velvet" version="1.2.10_9adf09f7ded7fedaf6b0e5e4edf9f46602e263d3" />
+          </repository>
+        </action>
+        <action type="shell_command">VELVETPATH=`echo $PATH | awk -F: '{print $1}'`; make VELVET_DIR=$VELVETPATH MAXKMERLENGTH=35</action>
+        <action type="move_directory_files">
+            <source_directory>.</source_directory>
+            <destination_directory>$INSTALL_DIR</destination_directory>
+        </action>
+<!--        <action type="move_file">
+            <source>oases</source>
+            <destination>$INSTALL_DIR</destination>
+        </action> -->
+        <action type="set_environment">
+          <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
+        </action>
+      </actions>
+    </install>
+  </package>
+</tool_dependency>