# HG changeset patch
# User greg
# Date 1449090950 18000
# Node ID 29082971b47ca5456914472813382a399ae8d173
# Parent 39cb3eeacdbddd04db654afc1a6c6da886acfd96
Uploaded
diff -r 39cb3eeacdbd -r 29082971b47c repmatch_gff3.xml
--- a/repmatch_gff3.xml Wed Dec 02 16:15:42 2015 -0500
+++ b/repmatch_gff3.xml Wed Dec 02 16:15:50 2015 -0500
@@ -17,24 +17,24 @@
--low_limit $low_limit
--up_limit $up_limit
--output_files $output_files_cond.output_files
- --output_summary "$output_summary"
- #if str($output_files_cond.output_files) in ["all", "simple_orphan"]:
- --output_orphan "$output_orphan"
+ --output_matched_peaks "$output_matched_peaks"
+ #if str($output_files_cond.output_files) in ["all", "matched_peaks_unmatched_peaks"]:
+ --output_unmatched_peaks "$output_unmatched_peaks"
#end if
#if str($output_files_cond.output_files) =="all":
--output_detail "$output_detail"
- --output_key "$output_key"
- --output_histogram "$output_histogram"
+ --output_statistics_table "$output_statistics_table"
+ --output_statistics_histogram "$output_statistics_histogram"
#end if
+
-
@@ -42,64 +42,63 @@
-
-
+
+
-
-
+
+
-
-
- output_files_cond["output_files"] in ["all", "simple_orphan"]
-
-
+
output_files_cond["output_files"] == "all"
-
+
+ output_files_cond["output_files"] == "all"
+
+
output_files_cond["output_files"] == "all"
-
- output_files_cond["output_files"] == "all"
-
+
+ output_files_cond["output_files"] in ["all", "matched_peaks_unmatched_peaks"]
+
+
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
**What it does**
-
+-----
**Options**
+* **Distance** - Maximum distance between peaks in different replicates to allow merging.
* **Method** - Method to use when calling replicates.
-* **Distance** - Maximum distance between peaks in different replicates to allow merging.
* **Step Size** - Distance for each iteration.
* **Replicates** - Minimum number of replicates to call a peak. Number of replicates required must be at least 2.
* **Lower Limit** - Lower limit for the Crick-Watson distance filter.
* **Upper Limit** - Upper limit for the Crick-Watson distance filter.
-* **Plot Format** - Output format for graph. The options are PNG or SVG.
+