changeset 18:bf533509c5b6 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 5b9441b69b3c176ab7b89609495f66cb29d1091a
author iuc
date Sun, 11 Aug 2024 21:45:57 +0000
parents 56556e1267de
children f59a4ab0e5b1
files bcftools_mpileup.xml
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bcftools_mpileup.xml	Tue Jul 16 17:02:40 2024 +0000
+++ b/bcftools_mpileup.xml	Sun Aug 11 21:45:57 2024 +0000
@@ -1,5 +1,4 @@
-<?xml version='1.0' encoding='utf-8'?>
-<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
+<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy4" profile="@PROFILE@">
     <description>Generate VCF or BCF containing genotype likelihoods for one or multiple alignment (BAM or CRAM) files</description>
     <macros>
         <token name="@EXECUTABLE@">mpileup</token>
@@ -93,7 +92,7 @@
     -F "${section.perform_indel_calling.minimum_gapped_read_fraction}"
     ${section.perform_indel_calling.gapped_read_per_sample}
     #if len( $section.perform_indel_calling.platform_list_repeat ):
-        -P "${ ",".join( [ str( platform.platform_entry ) for platform in $section.perform_indel_calling.platform_list_repeat ] ) }"
+        -P "${ ",".join( [ str( platform['platform_entry'] ) for platform in $section.perform_indel_calling.platform_list_repeat ] ) }"
     #end if
 #end if