diff diamand.xml @ 4:e1326442d13f draft

Uploaded
author bgruening
date Sat, 07 Feb 2015 14:49:26 -0500
parents 09a565cfc192
children
line wrap: on
line diff
--- a/diamand.xml	Sat Feb 07 14:32:02 2015 -0500
+++ b/diamand.xml	Sat Feb 07 14:49:26 2015 -0500
@@ -67,7 +67,7 @@
             </param>
           </when>  <!-- build-in -->
           <when value="history">
-            <param name="reference_database" type="data" format="compressed_archive" label="Select the reference database" />
+            <param name="reference_database" type="data" format="diamond_database" label="Select the reference database" />
           </when>  <!-- history -->
         </conditional>
 
@@ -139,7 +139,7 @@
         <test>
             <param name="method" value="blastp"/>
             <param name="query" value="protein.fasta" ftype="fasta"/>
-            <param name="reference_database" value="diamond_makedb_result1.dmnd" ftype="compressed_archive"/>
+            <param name="reference_database" value="diamond_makedb_result1.dmnd" ftype="diamond_database"/>
             <param name="db_source" value="history"/>
             <output name="blast_output" file="diamond_result1.tabular" ftpye="tabular"/>
         </test>