diff tool_dependencies.xml @ 6:237707a6b74d draft

planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit a500f7ab2119cc5faaf80393bd87428389d06880-dirty
author yating-l
date Thu, 15 Feb 2018 17:05:05 -0500
parents 25ad6770359e
children 5d5fdcb798da
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Jul 07 17:21:23 2017 -0400
+++ b/tool_dependencies.xml	Thu Feb 15 17:05:05 2018 -0500
@@ -4,6 +4,10 @@
         <repository changeset_revision="f6ae3ba3f3c1" name="package_samtools_1_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
 
+    <package name="ucsc_hac" version="340">
+        <repository changeset_revision="1a15120c22c8" name="package_ucsc_hac_340" owner="yating-l" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+
     <package name="numpy" version="1.9">
         <repository changeset_revision="83d12e13dbbd" name="package_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
@@ -47,33 +51,13 @@
             </actions>
         </install>
     </package>
-    
-     <package name="ucsc_tools_340" version="1.0">
+
+    <package name="jbrowse_tools" version="1.12.4">
         <install version="1.0">
             <actions_group>
                 <actions architecture="x86_64" os="linux">
-                    <action type="download_by_url">http://old-gep.wustl.edu/~galaxy/ucsc_tools_340.tar.gz</action>
-                    <action type="move_directory_files">
-                        <source_directory>.</source_directory>                       
-                        <destination_directory>$INSTALL_DIR/bin</destination_directory>
-                    </action>    
-                </actions>
-                <action type="set_environment">
-                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
-                </action>
-            </actions_group>
-         </install>
-         <readme>The well known UCSC tools from Jim Kent.</readme>
-    </package>
-    <package name="jbrowse_tools" version="1.12.1">
-        <install version="1.0">
-            <actions_group>
-                <actions architecture="x86_64" os="linux">
-                    <action type="download_by_url">http://jbrowse.org/wordpress/wp-content/plugins/download-monitor/download.php?id=105</action>
+                    <action type="download_by_url">https://github.com/GMOD/jbrowse/releases/download/1.12.4-release/JBrowse-1.12.4.zip</action>
                     <action type="make_directory">$INSTALL_DIR/jbrowse</action>
-                    <action type="set_environment">
-                        <environment_variable action="set_to" name="HOME">$INSTALL_DIR/jbrowse</environment_variable>
-                    </action>
                     <action type="shell_command">
                         export HOME=$INSTALL_DIR/jbrowse &amp;&amp; ./setup.sh
                     </action>
@@ -93,5 +77,4 @@
          <readme>The perl scripts for converting flat files to json.</readme>
     </package>
 
-    
 </tool_dependency>