# HG changeset patch # User aaronquinlan # Date 1323294411 18000 # Node ID 873a1f2dd665f7df2dc685747aaf1b815286d19d # Parent 4e4b7c1a485c4c589be7df2ee50e30764bdaa178 Deleted selected files diff -r 4e4b7c1a485c -r 873a1f2dd665 bedtools-galaxy/bedtools-galaxy/bedtools-galaxy/bamToBed.xml --- a/bedtools-galaxy/bedtools-galaxy/bedtools-galaxy/bamToBed.xml Wed Dec 07 16:46:33 2011 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ - - - - - bamToBed - - - - bamToBed $option $ed_score -i '$input' > '$output' - #if str($tag): - -tag $tag - #end if - - - - - - - - - - - - - - - - - - - - -**What it does** - -This tool converts a BAM file to a BED file. The end coordinate is computed -by inspecting the CIGAR string. The QNAME for the alignment is used as the -BED name field and, by default, the MAPQ is used as the BED score. - ------- - - -This tool is part of the `BEDTools package`__ from the `Quinlan laboratory`__. - -.. __: http://code.google.com/p/bedtools/ -.. __: http://cphg.virginia.edu/quinlan/ - - -