# HG changeset patch
# User greg
# Date 1449090847 18000
# Node ID b52d6705aed034a4946e25e8bca977ffc21c6547
# Parent 6469dda597d632fe2cbeb61979064854095ef754
Uploaded
diff -r 6469dda597d6 -r b52d6705aed0 cwpair2.xml
--- a/cwpair2.xml Wed Dec 02 16:13:59 2015 -0500
+++ b/cwpair2.xml Wed Dec 02 16:14:07 2015 -0500
@@ -11,9 +11,9 @@
#for $i in $input:
--input "${i}" "${i.hid}"
#end for
- --method $method
--up_distance $up_distance
--down_distance $down_distance
+ --method $method
--binsize $binsize
--threshold_format $threshold_format_cond.threshold_format
#if str($threshold_format_cond.threshold_format) == "absolute_threshold":
@@ -22,20 +22,19 @@
--relative_threshold $threshold_format_cond.relative_threshold
#end if
--output_files $output_files
- --sort_score $sort_score
--statistics_output "$statistics_output"
]]>
+
+
-
-
@@ -50,197 +49,111 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
-
- output_files == "all" and method in ["all", "closest"]
-
-
-
- output_files == "all" and method in ["all", "largest"]
-
-
-
- output_files == "all" and method in ["all", "mode"]
-
-
-
- output_files in ["all", "simple_orphan_detail"] and method in ["all", "closest"]
-
-
-
- output_files in ["all", "simple_orphan_detail"] and method in ["all", "largest"]
-
-
-
- output_files in ["all", "simple_orphan_detail"] and method in ["all", "mode"]
-
-
-
- output_files == "all" and method in ["all", "closest"]
-
-
-
- output_files == "all" and method in ["all", "largest"]
-
-
-
- output_files == "all" and method in ["all", "mode"]
-
+
+
+ output_files == "all"
+
-
- output_files in ["all", "simple_orphan", "simple_orphan_detail"] and method in ["all", "closest"]
-
-
-
- output_files in ["all", "simple_orphan", "simple_orphan_detail"] and method in ["all", "largest"]
-
-
-
- output_files in ["all", "simple_orphan", "simple_orphan_detail"] and method in ["all", "mode"]
-
-
-
- output_files == "all" and method in ["all", "closest"]
-
+
+ output_files in ["all", "matched_pair_orphan_detail"]
+
-
- output_files == "all" and method in ["all", "largest"]
-
-
-
- output_files == "all" and method in ["all", "mode"]
-
+
+ output_files in ["all", "matched_pair_orphan", "matched_pair_orphan_detail"]
+
-
- method in ["all", "closest"]
-
+
+
-
- method in ["all", "largest"]
-
-
-
- method in ["all", "mode"]
-
-
-
-
+
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
-
-
+
+
+
+
-
-
-
-
**What it does**
-Takes a list of called peaks on both strands and produces a list of matched pairs and a list of unmatched orphans
-using a specified method for finding matched pairs. Methods for finding matched pairs are mode, closest, largest
-or all (where the analysis is run for each method). A statistics dataset is generated and a collection of datasets
+Takes a list of called peaks on both strands and produces lists of matched pairs and unmatched peaks using a
+specified method for finding matched pairs. Methods for finding matched pairs are mode, closest, largest or
+all (where the analysis is run for each method). A statistics dataset is generated and a collection of datasets
is produced for each method as follows.
+**Data Files**
+
+* **closest/largest/mode MP** - the Matched Pairs in gff format
+* **closest/largest/mode O** - the Orphans in tabular format
+* **closest/largest/mode D** - the Details in tabular format
+
+**Statistics Files**
+
* **closest/largest/mode C** - the stastics graph in pdf format
-* **closest/largest/mode D** - the details in tabular format
+* **closest/largest/mode P** - the preview plots graph in pdf format
* **closest/largest/mode F** - the final plots graph in pdf format
-* **closest/largest/mode O** - the orphans in tabular format
-* **closest/largest/mode P** - the preview plots graph in pdf format
-* **closest/largest/mode S** - the matched pairs in gff format
-----
**Options**
-* **Output files** - Restrict output dataset collections to matched pairs only or one of several combinations of collection types.
* **Method of finding match** - Method of finding matched pair, mode, closest, largest, or all (run with each method).
* **Distance upstream from a peak to allow a pair** - Distance upstream from a Watson peak to allow a Crick pair.
* **Distance downstream from a peak to allow a pair** - Distance downstream from a Watson peak to allow a Crick pair.
* **Percentage of the 95 percentile value to filter below** - Percentage of the 95 percentile value below which to filter when using a relative threshold.
* **Absolute value to filter below** - Absolute value below which to filter when using an absolute threshold.
-* **Sort output by chromosomes in** - Output will be sorted by chromsome in the specified order.
-* **Sort output by score?** - If yes, output will be sorted by score in the specified order.
-* **Summary output format** - Format for summary output.
+* **Output files** - Restrict output dataset collections to matched pairs only or one of several combinations of collection types.