# HG changeset patch # User iuc # Date 1723411609 0 # Node ID 4f3623db0d088829d1b4a5ae1de2d53c00205b75 # Parent 98ed897722c304e06298c0a795c35cea09f34695 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 5b9441b69b3c176ab7b89609495f66cb29d1091a diff -r 98ed897722c3 -r 4f3623db0d08 bcftools_mpileup.xml --- a/bcftools_mpileup.xml Tue Jul 16 16:41:17 2024 +0000 +++ b/bcftools_mpileup.xml Sun Aug 11 21:26:49 2024 +0000 @@ -1,5 +1,4 @@ - - + Generate VCF or BCF containing genotype likelihoods for one or multiple alignment (BAM or CRAM) files mpileup @@ -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