# HG changeset patch
# User iuc
# Date 1536772963 14400
# Node ID f5fa293605ca7f3f42f207f3391bc69ed4784abe
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/intervene commit 9b67be72f7330b1b9af7944aa695c9f5d6d20a15
diff -r 000000000000 -r f5fa293605ca intervene_pairwise.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/intervene_pairwise.xml Wed Sep 12 13:22:43 2018 -0400
@@ -0,0 +1,96 @@
+
+ and heatmap for genomic intervals
+
+ macros.xml
+
+
+ intervene
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r f5fa293605ca intervene_upset.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/intervene_upset.xml Wed Sep 12 13:22:43 2018 -0400
@@ -0,0 +1,84 @@
+
+ of intersection of genomic regions or list sets
+
+ macros.xml
+
+
+ intervene
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r f5fa293605ca macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml Wed Sep 12 13:22:43 2018 -0400
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10.1186/s12859-017-1708-7
+
+
+ 0.6.4
+
+
diff -r 000000000000 -r f5fa293605ca static/images/pairwise.png
Binary file static/images/pairwise.png has changed
diff -r 000000000000 -r f5fa293605ca static/images/upset.png
Binary file static/images/upset.png has changed
diff -r 000000000000 -r f5fa293605ca test-data/a.bed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/a.bed Wed Sep 12 13:22:43 2018 -0400
@@ -0,0 +1,8 @@
+chr1 0 1000
+chr1 1000 1500
+chr1 1500 1980
+chr1 1980 2000
+chr1 2000 2070
+chr1 2070 2090
+chr1 2090 2100
+chr1 2100 5000
diff -r 000000000000 -r f5fa293605ca test-data/a.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/a.txt Wed Sep 12 13:22:43 2018 -0400
@@ -0,0 +1,5 @@
+A
+B
+C
+D
+E
diff -r 000000000000 -r f5fa293605ca test-data/b.bed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/b.bed Wed Sep 12 13:22:43 2018 -0400
@@ -0,0 +1,6 @@
+chr1 0 1000
+chr1 1000 1500
+chr1 1500 1980
+chr1 2070 2090
+chr1 2090 2100
+chr1 2100 5000
diff -r 000000000000 -r f5fa293605ca test-data/b.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/b.txt Wed Sep 12 13:22:43 2018 -0400
@@ -0,0 +1,8 @@
+A
+B
+C
+D
+E
+F
+G
+H
diff -r 000000000000 -r f5fa293605ca test-data/bed_pairwise.pdf
Binary file test-data/bed_pairwise.pdf has changed
diff -r 000000000000 -r f5fa293605ca test-data/bed_upset.pdf
Binary file test-data/bed_upset.pdf has changed
diff -r 000000000000 -r f5fa293605ca test-data/c.bed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/c.bed Wed Sep 12 13:22:43 2018 -0400
@@ -0,0 +1,7 @@
+chr1 0 1000
+chr1 1500 1980
+chr1 1980 2000
+chr1 2000 2070
+chr1 2070 2090
+chr1 2090 2100
+chr1 2100 5000
diff -r 000000000000 -r f5fa293605ca test-data/c.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/c.txt Wed Sep 12 13:22:43 2018 -0400
@@ -0,0 +1,3 @@
+A
+B
+C
diff -r 000000000000 -r f5fa293605ca test-data/upset.pdf
Binary file test-data/upset.pdf has changed