changeset 4:63b68fe4af85 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/deepvariant commit d936ef547007b54a536787384cae90e98af2aede
author iuc
date Tue, 05 Mar 2024 08:10:46 +0000
parents 918c8b94c8d8
children
files deepvariant.xml macros.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/deepvariant.xml	Mon Apr 10 11:11:16 2023 +0000
+++ b/deepvariant.xml	Tue Mar 05 08:10:46 2024 +0000
@@ -56,7 +56,7 @@
                 <param name="history_item" type="data" format="fasta" label="Reference genome" help="A reference genome in FASTA format" />
             </when>
         </conditional>
-        <param argument="--reads" type="data" format="BAM" label="BAM file" help="An aligned reads file in BAM format. The reads must be aligned to the reference genome" />
+        <param argument="--reads" type="data" format="bam" label="BAM file" help="An aligned reads file in BAM format. The reads must be aligned to the reference genome" />
         <param argument="--model_type" type="select" label="Model type" help="Type of model to use for variant calling">
             <option value="WGS">WGS: Illumina whole genome sequencing</option>
             <option value="WES">WES: Illumina whole exome sequencing</option>
--- a/macros.xml	Mon Apr 10 11:11:16 2023 +0000
+++ b/macros.xml	Tue Mar 05 08:10:46 2024 +0000
@@ -1,6 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">1.5.0</token>
-    <token name="@SUFFIX_VERSION@">0</token>
+    <token name="@SUFFIX_VERSION@">1</token>
     <xml name="edam_ontology">
         <edam_topics>                                                                                  
             <edam_topic>topic_0199</edam_topic>