changeset 59:d35d6c6699e5 draft

Uploaded
author mzeidler
date Sun, 29 Sep 2013 14:17:22 -0400
parents a6ce4aa4cb6e
children 7352fecc9860
files tool_dependencies.xml
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Sep 29 12:27:25 2013 -0400
+++ b/tool_dependencies.xml	Sun Sep 29 14:17:22 2013 -0400
@@ -77,4 +77,21 @@
             </actions>
         </install>
     </package>
+    <package name="jalview" version="2.8" >
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">https://github.com/zeidlermicha/virana/raw/master/jalview.tar.bz2</action>
+                <action type="make_directory">$GALAXYROOT/tool-data/shared/jalview</action>
+                <action type="move_file">
+                         <source>jalview.jar</source>
+                         <destination>$GALAXYROOT/tool-data/shared/jalview</destination>
+                </action>
+                <action type="move_directory_files">
+                        <source_directory>lib</source_directory>
+                        <destination_directory>$GALAXYROOT/tool-data/shared/jalview</destination_directory>
+                </action>
+            </actions>
+        </install>
+    </package>
+
 </tool_dependency>
\ No newline at end of file