Mercurial > repos > sara > testconversion
comparison random_intervals.xml @ 0:874f7856f2f2
Uploaded
| author | sara |
|---|---|
| date | Thu, 10 Nov 2011 15:02:28 -0500 |
| parents | |
| children | 0d7971f051fc |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:874f7856f2f2 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool id="random_intervals1" name="Random Intervals"> | |
| 3 <description>create a random set of intervals</description> | |
| 4 <inputs> | |
| 5 <param name="input1" type="data" format="interval" label="File to Mimick"> | |
| 6 <validator type="unspecified_build"/> | |
| 7 </param> | |
| 8 <param name="input2" type="data" format="interval" label="Intervals to Mask"/> | |
| 9 <param name="use_mask" type="select" label="Use mask"> | |
| 10 <option value="no_mask">No</option> | |
| 11 <option value="use_mask">Yes</option> | |
| 12 </param> | |
| 13 <param name="strand_overlaps" type="select" label="Allow overlaps"> | |
| 14 <option value="all">Any</option> | |
| 15 <option value="strand">Across Strands</option> | |
| 16 <option value="none">None</option> | |
| 17 </param> | |
| 18 <param name="regions" type="select" label="Regions to use"> | |
| 19 <options> | |
| 20 <column/> | |
| 21 <column/> | |
| 22 <column/> | |
| 23 <filter/> | |
| 24 <validator type="no_options"/> | |
| 25 </options> | |
| 26 </param> | |
| 27 </inputs> | |
| 28 <outputs> | |
| 29 <data format="input" name="out_file1"/> | |
| 30 </outputs> | |
| 31 <command interpreter="python">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}</command> | |
| 32 <help> | |
| 33 | |
| 34 .. class:: warningmark | |
| 35 | |
| 36 This tool currently only works with ENCODE data from genome builds hg16 or hg17. | |
| 37 | |
| 38 ----- | |
| 39 | |
| 40 .. class:: infomark | |
| 41 | |
| 42 **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. | |
| 43 | |
| 44 ----- | |
| 45 | |
| 46 **Syntax** | |
| 47 | |
| 48 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. | |
| 49 | |
| 50 **Allow overlaps** options | |
| 51 * **Across Strands** - random regions are allowed to overlap only if they are on different strands. | |
| 52 * **Any** - all overlaps are allowed. | |
| 53 * **None** - no overlapping regions are allowed. | |
| 54 | |
| 55 **Regions to use** options | |
| 56 * Bounding region of interest based on the dataset build. | |
| 57 | |
| 58 </help> | |
| 59 </tool> |
