Repository 'package_fastuniq_1_1'
hg clone https://toolshed.g2.bx.psu.edu/repos/portiahollyoak/package_fastuniq_1_1

Changeset 1:a09866654353 (2016-06-02)
Previous changeset 0:00ac9a3e3d79 (2016-06-02) Next changeset 2:9372f7953aa9 (2016-06-02)
Commit message:
planemo upload for repository https://github.com/portiahollyoak/Tools commit 0ad3f7da194055e72af9913c8a512e5a3185c13d
modified:
tool_dependencies.xml
b
diff -r 00ac9a3e3d79 -r a09866654353 tool_dependencies.xml
--- a/tool_dependencies.xml Thu Jun 02 10:39:20 2016 -0400
+++ b/tool_dependencies.xml Thu Jun 02 11:42:18 2016 -0400
b
@@ -1,18 +1,19 @@
 <?xml version="1.0"?>
 <tool_dependency>
-  <package name="fastuniq" version="1.1">
-    <install version="1.0">
-      <actions>
-        <action type="download_by_url">http://downloads.sourceforge.net/project/fastuniq/FastUniq-1.1.tar.gz</action>
-        <action type="make_install"></action>
-        <action type="move_file" >
-            <source>fastuniq</source>
-            <destination>$INSTALL_DIR/bin</destination>
-        </action>
-        <action type="set_environment">
-          <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
-        </action>
-      </actions>
-    </install>
-  </package>
+    <package name="fastuniq" version="1.1">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://downloads.sourceforge.net/project/fastuniq/FastUniq-1.1.tar.gz</action>
+                <action type="change_directory">source</action>
+                <action type="make_install"></action>
+                <action type="move_file" >
+                    <source>fastuniq</source>
+                    <destination>$INSTALL_DIR/bin</destination>
+                </action>
+                <action type="set_environment">
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+    </package>
 </tool_dependency>
\ No newline at end of file