# HG changeset patch # User iuc # Date 1632845503 0 # Node ID 46c6639921f18cd73fb9a462f98f194dd997eb7b # Parent 9149ad20699a7f71edc6027456363a1f5d9a6341 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_bedcov commit 0f75269223c0821c6c82acf98fde947d0f816f2b" diff -r 9149ad20699a -r 46c6639921f1 macros.xml --- a/macros.xml Mon Jul 29 08:47:23 2019 -0400 +++ b/macros.xml Tue Sep 28 16:11:43 2021 +0000 @@ -5,10 +5,16 @@ - 1.9 - #set $flags = sum(map(int, str($filter).split(','))) + 1.13 + 20.05 + + + + + + @HELP@ + + + + + + + + + + + + + + + + + + + + + + @HELP@ + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - + + + + + + + + + + + + + - + calculate read depth for a set of genomic intervals macros.xml @@ -14,44 +14,89 @@ -Q $mapq #end if $countdel + #set $filter = $additional_options.required_flags + @FLAGS@ + -g $flags + #set $filter = $additional_options.skipped_flags + @FLAGS@ + -G $flags + #if $depth_thresh: + -d $depth_thresh + #end if '${input_bed}' - #for $i in range(len( $input_bams )): + #for $i in range(len($input_bams)): '${i}' #end for > '${output}' ]]> - + + + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + **What it does** diff -r 9149ad20699a -r 46c6639921f1 test-data/samtools_bedcov_out7.tab --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/samtools_bedcov_out7.tab Tue Sep 28 16:11:43 2021 +0000 @@ -0,0 +1,3 @@ +eboVir3 500 1500 7919 229 +eboVir3 1500 2000 3009 9 +eboVir3 1500 3000 9986 122 diff -r 9149ad20699a -r 46c6639921f1 test-data/samtools_depth_out5.tab --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/samtools_depth_out5.tab Tue Sep 28 16:11:43 2021 +0000 @@ -0,0 +1,3 @@ +eboVir3 500 1500 7919 +eboVir3 1500 2000 3009 +eboVir3 1500 3000 9986 diff -r 9149ad20699a -r 46c6639921f1 test-data/samtools_depth_out6.tab --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/samtools_depth_out6.tab Tue Sep 28 16:11:43 2021 +0000 @@ -0,0 +1,3 @@ +eboVir3 500 1500 1884 +eboVir3 1500 2000 803 +eboVir3 1500 3000 2693