# HG changeset patch # User aaronquinlan # Date 1323294431 18000 # Node ID 567af295d16e898609a303c6a677af307dedc896 # Parent 873a1f2dd665f7df2dc685747aaf1b815286d19d Uploaded diff -r 873a1f2dd665 -r 567af295d16e bedtools-galaxy/bamToBed.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bedtools-galaxy/bamToBed.xml Wed Dec 07 16:47:11 2011 -0500 @@ -0,0 +1,48 @@ + + + + + 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/ + + +