# HG changeset patch # User devteam # Date 1447264412 18000 # Node ID bfc4517aa037d3eca6b2502cee0681c3509167f7 # Parent 820754ab8901af9c78f5211cece3c3ec8d91473d planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/samtools/samtools_mpileup commit a1517c9d22029095120643bbe2c8fa53754dd2b7 diff -r 820754ab8901 -r bfc4517aa037 samtools_mpileup.xml --- a/samtools_mpileup.xml Tue Oct 20 16:24:54 2015 -0400 +++ b/samtools_mpileup.xml Wed Nov 11 12:53:32 2015 -0500 @@ -1,4 +1,4 @@ - + call variants macros.xml @@ -18,8 +18,8 @@ #else: -f "${reference_source.ref_file}" #end if - #for $i, $input_bam in enumerate( $reference_source.input_bams ): - "${input_bam.input_bam}" + #for $bam in $reference_source.input_bam: + "${bam}" #end for #if str( $advanced_options.advanced_options_selector ) == "advanced": #if str( $advanced_options.filter_by_flags.filter_flags ) == "filter": @@ -50,14 +50,14 @@ #if str( $advanced_options.region_string ): -r "${advanced_options.region_string}" #end if - + #end if #if str( $genotype_likelihood_computation_type.genotype_likelihood_computation_type_selector ) == 'perform_genotype_likelihood_computation': ## ${genotype_likelihood_computation_type.output_format} ${genotype_likelihood_computation_type.compressed} - + #if str( $genotype_likelihood_computation_type.output_tags ) != "None": --output-tags "${genotype_likelihood_computation_type.output_tags}" #end if @@ -77,8 +77,8 @@ #elif str( $genotype_likelihood_computation_type.perform_indel_calling.perform_indel_calling_selector ) == 'do_not_perform_indel_calling': -I #end if - - + + #else: ${genotype_likelihood_computation_type.base_position_on_reads} ${genotype_likelihood_computation_type.output_mapping_quality} @@ -93,22 +93,18 @@ - - - - - - + + + + - - - - - + + + @@ -153,7 +149,7 @@ - + @@ -288,7 +284,7 @@