changeset 2:f03c7ba8d8bc draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/blob/master/tool_collections/taxonomy/kraken2tax/ commit a69aac7457497eae5d4ee8b1f2617b4039851ebc
author devteam
date Wed, 26 Apr 2017 14:11:06 -0400
parents d844fdcce44e
children 50bd98b3ae5a
files kraken2tax.xml tool_dependencies.xml
diffstat 2 files changed, 4 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/kraken2tax.xml	Thu Oct 08 12:34:17 2015 -0400
+++ b/kraken2tax.xml	Wed Apr 26 14:11:06 2017 -0400
@@ -1,8 +1,8 @@
-<tool id="Kraken2Tax" name="Convert Kraken" version="1.1">
+<tool id="Kraken2Tax" name="Convert Kraken" version="1.2">
   <description>data to Galaxy taxonomy representation</description>
     <requirements>
-        <requirement type="package" version="4.1.0">gnu_awk</requirement>
-        <requirement type="package" version="8d245994d7">gb_taxonomy</requirement>
+        <requirement type="package" version="4.1.0">gawk</requirement>
+        <requirement type="package" version="1.0.0">gb_taxonomy_tools</requirement>
     </requirements>
   <command>
 <![CDATA[
@@ -96,7 +96,7 @@
   </help>
   <citations>
     <citation type="doi">10.1186/gb-2014-15-3-r46</citation>
-    <citation type="doi"> 10.1101/gr.094508.109</citation>
+    <citation type="doi">10.1101/gr.094508.109</citation>
   </citations>
 </tool>
 
--- a/tool_dependencies.xml	Thu Oct 08 12:34:17 2015 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-<?xml version="1.0"?>
-<tool_dependency>
-  <package name="gb_taxonomy" version="8d245994d7">
-      <repository changeset_revision="7fd5de80ef6e" name="package_gb_taxonomy_8d245994d7" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu" />
-    </package>
-    <package name="gnu_awk" version="4.1.0">
-      <repository changeset_revision="52a8268bb49f" name="package_gnu_awk_4_1_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
-    </package>
-</tool_dependency>