Repository 'bcftools_mpileup'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/bcftools_mpileup

Changeset 18:bf533509c5b6 (2024-08-11)
Previous changeset 17:56556e1267de (2024-07-16) Next changeset 19:f59a4ab0e5b1 (2024-08-14)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 5b9441b69b3c176ab7b89609495f66cb29d1091a
modified:
bcftools_mpileup.xml
b
diff -r 56556e1267de -r bf533509c5b6 bcftools_mpileup.xml
--- 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