# HG changeset patch # User aaronquinlan # Date 1321730388 18000 # Node ID 1a270d3dbbd8ca8589001f1d635e54bc4a28ecf8 Uploaded diff -r 000000000000 -r 1a270d3dbbd8 bedtools-galaxy/galaxy_configs/tool_conf.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bedtools-galaxy/galaxy_configs/tool_conf.xml Sat Nov 19 14:19:48 2011 -0500 @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff -r 000000000000 -r 1a270d3dbbd8 bedtools-galaxy/galaxy_configs/tools/bamToBed.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bedtools-galaxy/galaxy_configs/tools/bamToBed.xml Sat Nov 19 14:19:48 2011 -0500 @@ -0,0 +1,71 @@ + + + + + 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. + +------- + +**Options**:: + + -bedpe Write BEDPE format. + - Requires BAM to be grouped or sorted by query. + + -bed12 Write "blocked" BED format (aka "BED12"). + http://genome-test.cse.ucsc.edu/FAQ/FAQformat#format1 + + -split Report "split" BAM alignments as separate BED entries. + + -ed Use BAM edit distance (NM tag) for BED score. + * Default for BED is to use mapping quality. + * Default for BEDPE is to use the minimum of the two mapping qualities for the pair. + * When -ed is used with -bedpe, the total edit distance from the two mates is reported. + + -tag Use other NUMERIC BAM alignment tag for BED score. + * Default for BED is to use mapping quality. + * Disallowed with BEDPE output. + + +------ + + +This tool is part of the `BEDTools package`__ from the `Quinlan laboratory`__. + +.. __: http://code.google.com/p/bedtools/ +.. __: http://cphg.virginia.edu/quinlan/ + + + diff -r 000000000000 -r 1a270d3dbbd8 bedtools-galaxy/suite_config.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bedtools-galaxy/suite_config.xml Sat Nov 19 14:19:48 2011 -0500 @@ -0,0 +1,11 @@ + + + + bedtools: A flexible toolset for genome arithmetic and analysis. + + + + from your computer + + + \ No newline at end of file