# HG changeset patch # User sara # Date 1320955348 18000 # Node ID 874f7856f2f24d7418a68a5710f62cd6d94bbc08 Uploaded diff -r 000000000000 -r 874f7856f2f2 random_intervals.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/random_intervals.xml Thu Nov 10 15:02:28 2011 -0500 @@ -0,0 +1,59 @@ + + + create a random set of intervals + + + + + + + + + + + + + + + + + + + + + + + + + + + + random_intervals_no_bits.py $regions $input2 $input1 $out_file1 ${input2.metadata.chromCol} ${input2.metadata.startCol} ${input2.metadata.endCol} ${input1.metadata.chromCol} ${input1.metadata.startCol} ${input1.metadata.endCol} ${input1.metadata.strandCol} $use_mask $strand_overlaps ${GALAXY_DATA_INDEX_DIR} + + +.. class:: warningmark + +This tool currently only works with ENCODE data from genome builds hg16 or hg17. + +----- + +.. class:: infomark + +**Note:** If you do not wish to mask a set of intervals, change the Use Mask option to No, this option will override any Mask files selected. + +----- + +**Syntax** + +This tool will attempt to create a random set of intervals that mimic those found within your source file. You may also specify a set of intervals to mask. + +**Allow overlaps** options + * **Across Strands** - random regions are allowed to overlap only if they are on different strands. + * **Any** - all overlaps are allowed. + * **None** - no overlapping regions are allowed. + +**Regions to use** options + * Bounding region of interest based on the dataset build. + + + \ No newline at end of file