diff data_manager/dada2_fetcher.xml @ 6:e374299894b0 draft

planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/data_managers/data_manager_dada2 commit 11ea529bf7414a4a20e414b50ce7cee5cb5dc4c4
author matthias
date Thu, 06 Jun 2019 07:59:19 -0400
parents b899349a9c2b
children
line wrap: on
line diff
--- a/data_manager/dada2_fetcher.xml	Fri May 10 11:54:21 2019 -0400
+++ b/data_manager/dada2_fetcher.xml	Thu Jun 06 07:59:19 2019 -0400
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="dada_fetcher" name="dada2 data manager" tool_type="manage_data" version="0.0.6">
+<tool id="dada_fetcher" name="dada2 data manager" tool_type="manage_data" version="0.0.7">
     <description>Download reference databases</description>
     <command detect_errors="exit_code"><![CDATA[
     python '$__tool_directory__/data_manager.py'
@@ -41,7 +41,7 @@
             <when value="unite">
                 <param name="version_select" type="select" label="Database version">
                     <option value="8.0_fungi">release 8.0 for Fungi</option>
-                    <option value="8.0_fungi_singleton">release 8.0 for Fungi including global and 97% singletons</option>
+                    <option value="8.0_fungi_singletons">release 8.0 for Fungi including global and 97% singletons</option>
                 </param>
             </when>
             <when value="RefSeq_RDP">
@@ -96,6 +96,11 @@
             <output name="out_file" file="unite8fungi_json"/>
         </test>
         <test>
+            <param name="db_cond|db_select" value="unite"/>
+            <param name="db_cond|version_select" value="8.0_fungi_singletons"/>
+            <output name="out_file" file="unite8fungisingletons_json"/>
+        </test>
+        <test>
             <param name="db_cond|db_select" value="RefSeq_RDP"/>
             <param name="db_cond|version_select" value="2018_05"/>
             <output name="out_file" file="RefSeq_RDP2018_json"/>