# HG changeset patch
# User kevyin
# Date 1352268250 18000
# Node ID c213c46b12cf28799a532a202c57ff9ad8ecec59
# Parent 64d206abd8bc1e64110dff0c814c81f8c04b888c
Uploaded
diff -r 64d206abd8bc -r c213c46b12cf annotatePeaks.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/annotatePeaks.xml Wed Nov 07 01:04:10 2012 -0500
@@ -0,0 +1,41 @@
+
+
+ homer
+
+
+
+
+ annotatePeaks.pl $input_bed $genome_selector 1> $out_annotated
+ 2> $out_log || echo "Error running annotatePeaks." >&2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ .. class:: infomark
+
+ **Homer annoatePeaks**
+ More information on accepted formats
+ http://biowhat.ucsd.edu/homer/ngs/annotation.html
+
+
+
+
+
diff -r 64d206abd8bc -r c213c46b12cf bed2pos.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/bed2pos.xml Wed Nov 07 01:04:10 2012 -0500
@@ -0,0 +1,34 @@
+
+
+ homer
+
+
+
+
+ bed2pos.pl $input_bed 1> $out_pos
+ 2> $out_log || echo "Error running bed2pos." >&2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ .. class:: infomark
+
+ **Homer bed2pos.pl**
+ http://biowhat.ucsd.edu/homer/ngs/miscellaneous.html
+
+
+
diff -r 64d206abd8bc -r c213c46b12cf pos2bed.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pos2bed.xml Wed Nov 07 01:04:10 2012 -0500
@@ -0,0 +1,34 @@
+
+
+ homer
+
+
+
+
+ pos2bed.pl $input_peak 1> $out_bed
+ 2> $out_log || echo "Error running pos2bed." >&2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ .. class:: infomark
+
+ **Homer pos2bed.pl**
+ http://biowhat.ucsd.edu/homer/ngs/miscellaneous.html
+
+
+