# HG changeset patch # User iuc # Date 1449396192 18000 # Node ID 8187a729d9f4ac5f52023b8169844497a598f76c # Parent 4e4e4093d65d3c7377067f5d7499d454b228aca7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ngsutils commit bbabad202be09c91e66c94bcbfd057e49f57c841 diff -r 4e4e4093d65d -r 8187a729d9f4 bam_filter.xml --- a/bam_filter.xml Wed Nov 11 13:04:07 2015 -0500 +++ b/bam_filter.xml Sun Dec 06 05:03:12 2015 -0500 @@ -1,4 +1,4 @@ - + Removes reads from a BAM file based on criteria macros.xml @@ -7,6 +7,7 @@ @@ -34,7 +36,7 @@ $properpair $noproperpair #if $mask: - -mask "${mask}" + -mask ${mask} #end if #if int($uniq) > -1: -uniq @@ -50,16 +52,16 @@ $noqcfail $nopcrdup #if $excludebed: - -excludebed "${excludebed}" $ignore_strand + -excludebed ${excludebed} $ignore_strand #end if #if $includebed: - -includebed "${includebed}" $ignore_strand + -includebed ${includebed} $ignore_strand #end if #if $includeref: - -includeref "${includeref}" + -includeref ${includeref} #end if #if $excluderef: - -excluderef "${excluderef}" + -excluderef ${excluderef} #end if #if $maximum_mismatch_ratio -maximum_mismatch_ratio $maximum_mismatch_ratio @@ -116,8 +118,8 @@ + label="Strand information from BED file is ignored" + help="Affects -excludebed and -includebed." /> @@ -155,12 +157,18 @@ - + - + + + + + + +