diff tool_dependencies.xml @ 38:d17f629f5486 draft

planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit e4c1d387db160a3bf4a1e8abc288bdffbbbe2818-dirty
author yating-l
date Fri, 06 Apr 2018 13:44:56 -0400
parents 43909f065bee
children 4a69515eed63
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Feb 15 16:54:36 2018 -0500
+++ b/tool_dependencies.xml	Fri Apr 06 13:44:56 2018 -0400
@@ -52,7 +52,7 @@
         </install>
     </package>
 
-    <package name="jbrowse_tools" version="1.12.3">
+    <package name="jbrowse_tools" version="1.12.4">
         <install version="1.0">
             <actions_group>
                 <actions architecture="x86_64" os="linux">
@@ -77,4 +77,23 @@
          <readme>The perl scripts for converting flat files to json.</readme>
     </package>
 
+    <package name="gff3sort" version="1.0">
+        <install version="1.0">
+            <actions_group>
+                <actions architecture="x86_64" os="linux">
+                <action type="download_by_url">https://github.com/billzt/gff3sort/archive/v0.1-alpha.zip</action>
+                    <action type="make_directory">$INSTALL_DIR/gff3sort</action>
+                    <action type="move_directory_files">
+                        <source_directory>.</source_directory>
+                        <destination_directory>$INSTALL_DIR/gff3sort</destination_directory>
+                    </action>
+                    <action type="set_environment">
+                        <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/gff3sort</environment_variable>
+                    </action>
+                </actions>
+            </actions_group>
+        </install>
+    <readme>A Perl Script to sort gff3 files and produce suitable results for tabix tools. </readme>
+    </package>
+
 </tool_dependency>