diff macros.xml @ 1:ab24883161d3 draft

Uploaded
author greg
date Wed, 22 Nov 2023 20:59:14 +0000
parents e958c5f7c9d1
children
line wrap: on
line diff
--- a/macros.xml	Wed Nov 22 15:34:14 2023 +0000
+++ b/macros.xml	Wed Nov 22 20:59:14 2023 +0000
@@ -10,20 +10,6 @@
             <requirement type="package" version="1.11">tabix</requirement>
         </requirements>
     </xml>
-    <xml name="input_type_cond">
-        <conditional name="input_type_cond">
-            <param name="input_type" type="select" label="Choose the category for the files to be analyzed">
-                <option value="single" selected="true">Single files</option>
-                <option value="collection">Collection of files</option>
-            </param>
-            <when value="single">
-                <param name="input_vcf" type="data" format="vcf" label="VCF file"/>
-            </when>
-            <when value="collection">
-                <param name="input_vcf_collection" type="data_collection" format="vcf" collection_type="list" label="Collection of VCF files"/>
-            </when>
-        </conditional>
-    </xml>
     <xml name="citations">
         <citations>
             <citation type="doi">10.7717/peerj-cs.20</citation>