# HG changeset patch
# User iuc
# Date 1577034672 0
# Node ID 03cec12dafc3d04014fe6db8414d3867f21e4803
# Parent 61f2dedb6b8560f1daac1aa6ae3e5ecd598b5dc1
"planemo upload commit 9e4d2776d6b3276e2849943439799b82d989bc3b"
diff -r 61f2dedb6b85 -r 03cec12dafc3 .shed.yml
--- a/.shed.yml Thu Apr 06 11:26:41 2017 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-name: multigps
-owner: iuc
-description: Analyzes collections of multi-condition ChIP-seq data.
-homepage_url: http://mahonylab.org/software/multigps/
-long_description: |
- Contains a tool that runs MultiGPS, a framework for analyzing collections of multi-condition ChIP-seq
- datasets and characterizing differential binding events between conditions. MultiGPS encourages consistency
- in the reported binding event locations across conditions and provides accurate estimation of ChIP enrichment
- levels at each event. MultiGPS loads all data to memory, so you will need a lot of available memory if you
- are running analysis over many conditions or large datasets.
-type: unrestricted
-categories:
-- ChIP-seq
diff -r 61f2dedb6b85 -r 03cec12dafc3 macros.xml
--- a/macros.xml Thu Apr 06 11:26:41 2017 -0400
+++ b/macros.xml Sun Dec 22 17:11:12 2019 +0000
@@ -1,16 +1,5 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -23,4 +12,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fonts-conda-ecosystem
+ multigps
+
+
+
diff -r 61f2dedb6b85 -r 03cec12dafc3 multigps.xml
--- a/multigps.xml Thu Apr 06 11:26:41 2017 -0400
+++ b/multigps.xml Sun Dec 22 17:11:12 2019 +0000
@@ -3,9 +3,7 @@
macros.xml
-
- multigps
-
+
+
+
@@ -428,6 +432,7 @@
+
@@ -443,6 +448,7 @@
+
@@ -466,7 +472,7 @@
* **Loading data:**
- - **Optional file containing reads from a control experiment** - must be same format as input experiment
+ - **Optional file containing reads from a control experiment** - file containing reads from a control experiment
- **Fixed per-base limit** - Fixed per-base limit (default: estimated from background model).
- **Poisson threshold for filtering per base** - Look at neighboring positions to decide what the per-base limit should be.
- **Use non-unique reads** - Use non-unique reads.
@@ -520,23 +526,7 @@
-
- @article{Mahony2014,
- journal = {PLOS Computational Biology},
- author = {1. Mahony S, Edwards MD, Mazzoni EO, Sherwood RI, Kakumanu A, Morrison CA, Wichterle H, Gifford DK},
- title = {An Integrated Model of Multiple-Condition ChIP-Seq Data Reveals Predeterminants of Cdx2 Binding},
- year = {2014},}
- volume = {10},
- number = {3},
- pages = {e1003501},}
-
-
- @article{Liang2012,
- journal = {BMC Bioinformatics},
- author = {2. Liang, Ketes},
- title = {Normalization of ChIP-seq data with control},
- year = {2012},}
-
+ 10.1371/journal.pcbi.1003501
diff -r 61f2dedb6b85 -r 03cec12dafc3 test-data/hg19_all_events_table1.tabular
--- a/test-data/hg19_all_events_table1.tabular Thu Apr 06 11:26:41 2017 -0400
+++ b/test-data/hg19_all_events_table1.tabular Sun Dec 22 17:11:12 2019 +0000
@@ -1,10 +1,10 @@
### MultiGPS output
#Condition Name Index TotalSigCount SignalFraction
-#Condition experiment 0 99.0 0.555
+#Condition cond 0 99.0 0.555
#Replicate ParentCond Name Index SigCount CtrlCount SigCtrlScaling SignalFraction
-#Replicate experiment experiment:rep1 0 99.0 0 1 0.56
+#Replicate cond cond:1 0 99.0 0 1 0.56
#
-#Point experiment_Sig experiment_Ctrl experiment_log2Fold experiment_log2P ActiveConds
+#Point cond_Sig cond_Ctrl cond_log2Fold cond_log2P ActiveConds
chr1:569927 14.3 0.0 3.838 -6.470 1
chr1:536042 1.0 0.0 0.014 -1.474 1
chr1:535151 1.0 0.0 0.014 -1.413 1
diff -r 61f2dedb6b85 -r 03cec12dafc3 test-data/hg19_all_events_table2.tabular
--- a/test-data/hg19_all_events_table2.tabular Thu Apr 06 11:26:41 2017 -0400
+++ b/test-data/hg19_all_events_table2.tabular Sun Dec 22 17:11:12 2019 +0000
@@ -1,10 +1,10 @@
### MultiGPS output
#Condition Name Index TotalSigCount SignalFraction
-#Condition experiment 0 99.0 0.555
+#Condition cond 0 99.0 0.555
#Replicate ParentCond Name Index SigCount CtrlCount SigCtrlScaling SignalFraction
-#Replicate experiment experiment:rep1 0 99.0 18.0 4.00 0.555
+#Replicate cond cond:1 0 99.0 18.0 4.00 0.555
#
-#Point experiment_Sig experiment_Ctrl experiment_log2Fold experiment_log2P ActiveConds
+#Point cond_Sig cond_Ctrl cond_log2Fold cond_log2P ActiveConds
chr1:569927 14.3 0.0 3.838 -6.470 1
chr1:536042 1.0 0.0 0.014 -1.281 1
chr1:535151 1.0 0.0 0.014 -1.211 1
diff -r 61f2dedb6b85 -r 03cec12dafc3 test-data/hg19_output_bed1.bed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/hg19_output_bed1.bed Sun Dec 22 17:11:12 2019 +0000
@@ -0,0 +1,1 @@
+track name=multiGPS-cond description=multiGPS events cond
diff -r 61f2dedb6b85 -r 03cec12dafc3 test-data/hg19_output_bed2.bed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/hg19_output_bed2.bed Sun Dec 22 17:11:12 2019 +0000
@@ -0,0 +1,1 @@
+track name=multiGPS-cond description=multiGPS events cond
diff -r 61f2dedb6b85 -r 03cec12dafc3 test-data/hg19_output_html1.html
--- a/test-data/hg19_output_html1.html Thu Apr 06 11:26:41 2017 -0400
+++ b/test-data/hg19_output_html1.html Sun Dec 22 17:11:12 2019 +0000
@@ -1,13 +1,12 @@
-
Binding events
| Condition |
Events |
File |
- | experiment |
+
| cond |
0 |
@@ -19,7 +18,7 @@
SignalFraction |
ReadDistributionModel |
- | experiment rep1 |
+
| cond 1 |
99.0 |
NA |
0.555 |
diff -r 61f2dedb6b85 -r 03cec12dafc3 test-data/hg19_output_html2.html
--- a/test-data/hg19_output_html2.html Thu Apr 06 11:26:41 2017 -0400
+++ b/test-data/hg19_output_html2.html Sun Dec 22 17:11:12 2019 +0000
@@ -1,13 +1,11 @@
-
-
Binding events
| Condition |
Events |
File |
- | experiment |
+
| cond |
0 |
@@ -19,7 +17,7 @@
SignalFraction |
ReadDistributionModel |
- | experiment rep1 |
+
| cond 1 |
99.0 |
4.000 |
0.555 |
diff -r 61f2dedb6b85 -r 03cec12dafc3 test-data/hg19_replicates_counts1.tabular
--- a/test-data/hg19_replicates_counts1.tabular Thu Apr 06 11:26:41 2017 -0400
+++ b/test-data/hg19_replicates_counts1.tabular Sun Dec 22 17:11:12 2019 +0000
@@ -1,4 +1,4 @@
-Point experiment:rep1
+Point cond:1
chr1:569927 14
chr1:536042 1
chr1:535151 1
diff -r 61f2dedb6b85 -r 03cec12dafc3 test-data/hg19_replicates_counts2.tabular
--- a/test-data/hg19_replicates_counts2.tabular Thu Apr 06 11:26:41 2017 -0400
+++ b/test-data/hg19_replicates_counts2.tabular Sun Dec 22 17:11:12 2019 +0000
@@ -1,4 +1,4 @@
-Point experiment:rep1
+Point cond:1
chr1:569927 14
chr1:536042 1
chr1:535151 1
diff -r 61f2dedb6b85 -r 03cec12dafc3 tool-data/hg19.len
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool-data/hg19.len Sun Dec 22 17:11:12 2019 +0000
@@ -0,0 +1,15 @@
+chr1 249250621
+chr1_jh636052_fix 7283150
+chr1_jh636053_fix 1676126
+chr1_jh636054_fix 758378
+chr1_gl000192_random 547496
+chr1_gl383520_alt 366579
+chr1_gl383518_alt 182439
+chr1_gl949741_fix 151551
+chr1_gl383519_alt 110268
+chr1_gl000191_random 106433
+chr1_gl383517_fix 49352
+chr1_gl383516_fix 49316
+chr1_jh806575_fix 47409
+chr1_jh806573_fix 24680
+chr1_jh806574_fix 22982