# HG changeset patch # User iuc # Date 1616530994 0 # Node ID ce3c7f062223dadfc8259cfcd1ff453fa0f3c9d6 # Parent 0a5c785ac6db3796fb7d8bdab73b102317190734 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 8e072170dd8f7b68fabbf29b1b0d7d14974b8b22" diff -r 0a5c785ac6db -r ce3c7f062223 coverageBed.xml --- a/coverageBed.xml Mon Jun 15 16:55:13 2020 -0400 +++ b/coverageBed.xml Tue Mar 23 20:23:14 2021 +0000 @@ -24,15 +24,13 @@ -a '$inputA' #if str($reduce_or_iterate.reduce_or_iterate_selector) == 'iterate': -b '$reduce_or_iterate.inputB' - #if $reduce_or_iterate.inputB.is_of_type('bam'): - -sorted -g <(samtools view -H $reduce_or_iterate.inputB | grep '^@SQ' | sed $'s/\tSN:/\tSN\t/' | sed $'s/\tLN:/\tLN\t/' | cut -f 3,5) - #end if #else: -b #for $file in $reduce_or_iterate.inputB '$file' #end for #end if +@SORTED@ #if $inputA.is_of_type('gff'): | sort -k1,1 -k4,2n #else: @@ -73,6 +71,8 @@ + + @@ -86,12 +86,14 @@ + + @@ -107,6 +109,18 @@ + + + + + + + + + + + + '${output}' @@ -124,10 +113,9 @@ help="Reports 0 for A entries that have no overlap with B" /> + label="When using BAM input, write output as BED instead of BAM." /> - + diff -r 0a5c785ac6db -r ce3c7f062223 macros.xml --- a/macros.xml Mon Jun 15 16:55:13 2020 -0400 +++ b/macros.xml Tue Mar 23 20:23:14 2021 +0000 @@ -5,7 +5,7 @@ - 2.29.2 + 2.30.0 1.9 bed,bedgraph,gff,vcf,encodepeak BED/bedGraph/GFF/VCF/EncodePeak @@ -77,6 +77,19 @@ + + + + + + + + + + + + #if $genome_file_opts.genome_file_opts_selector == "loc": '$genome_file_opts.genome.fields.len_path' @@ -223,6 +236,23 @@ + + + + + + + - - - - - - - - - - + diff -r 0a5c785ac6db -r ce3c7f062223 shuffleBed.xml --- a/shuffleBed.xml Mon Jun 15 16:55:13 2020 -0400 +++ b/shuffleBed.xml Tue Mar 23 20:23:14 2021 +0000 @@ -87,7 +87,10 @@ - + + + + @@ -98,7 +101,7 @@ - + diff -r 0a5c785ac6db -r ce3c7f062223 sortBed.xml --- a/sortBed.xml Mon Jun 15 16:55:13 2020 -0400 +++ b/sortBed.xml Tue Mar 23 20:23:14 2021 +0000 @@ -9,6 +9,7 @@ sortBed -i '$input' $option +@GENOME_FILE_MAPBED@ > '$output' ]]> @@ -23,6 +24,7 @@ + @@ -33,6 +35,19 @@ + + + + + + + + + + + + +