diff geneiobio-iframe.xml @ 1:fc53fcdbe548 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/geneiobio commit fab39612473d91e048868d9c122d7dd61a2bd9d4
author iuc
date Mon, 24 Jul 2023 16:06:54 +0000
parents c0af7b196a89
children
line wrap: on
line diff
--- a/geneiobio-iframe.xml	Thu Jun 29 08:33:46 2023 +0000
+++ b/geneiobio-iframe.xml	Mon Jul 24 16:06:54 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="gene_iobio_display_generation_iframe" name="gene.iobio visualisation" version="4.7.1">
+<tool id="gene_iobio_display_generation_iframe" name="gene.iobio visualisation" version="4.7.1+galaxy1">
 	<description>analyses VCFs for single and trio analysis to find causative variants using gene.iobio's public server</description>
 	<command>cat '$index' | tr -d '\n' > '$outfile'</command>
 	<configfiles>
@@ -56,7 +56,7 @@
             ]]></configfile>
 	</configfiles>
     <inputs>
-        <param name="proband_vcf" type="data" format="vcf,vcf_bgzip" label="Proband VCF file"/>
+        <param name="proband_vcf" type="data" format="vcf_bgzip" label="Proband VCF file"/>
         <param name="proband_bam" type="data" format="bam,cram" label="Proband BAM file" optional="true"/>
         <param name="proband_sex" type="select" display="radio" label="Proband sex">
             <option value="male" selected="true">Male</option>
@@ -71,13 +71,13 @@
             </param>
             <when value="trio">
                 <section name="father" title="Father input">
-                    <param name="vcf" type="data" format="vcf,vcf_bgzip" label="Father VCF file"/>
+                    <param name="vcf" type="data" format="vcf_bgzip" label="Father VCF file"/>
                     <param name="bam" type="data" format="bam,cram" label="Father BAM file" optional="true"/>
                     <param name="affected" type="boolean" truevalue="affected" falsevalue="unaffected" checked="false" label="Is the father affected?"/>
                     <param name="name" type="text" value="F" label="Father sample name" help="The sample names are listed in the columns of the VCF."/>
                 </section>
                 <section name="mother" title="Mother input">
-                    <param name="vcf" type="data" format="vcf,vcf_bgzip" label="Mother VCF file"/>
+                    <param name="vcf" type="data" format="vcf_bgzip" label="Mother VCF file"/>
                     <param name="bam" type="data" format="bam,cram" label="Mother BAM file" optional="true"/>
                     <param name="affected" type="boolean" truevalue="affected" falsevalue="unaffected" checked="false" label="Is the mother affected?"/>
                     <param name="name" type="text" value="M" label="Mother sample name" help="The sample names are listed in the columns of the VCF."/>