# HG changeset patch
# User iuc
# Date 1577034693 18000
# Node ID 028fafca04fa879bebd4e7a88d94976a78630a7c
# Parent 7e0a12282c7f425d3982ab9ec69eea1d0cd4c842
"planemo upload commit 9e4d2776d6b3276e2849943439799b82d989bc3b"
diff -r 7e0a12282c7f -r 028fafca04fa .shed.yml
--- a/.shed.yml Tue Mar 28 12:24:56 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 7e0a12282c7f -r 028fafca04fa macros.xml
--- a/macros.xml Tue Mar 28 12:24:56 2017 -0400
+++ b/macros.xml Sun Dec 22 12:11:33 2019 -0500
@@ -1,8 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fonts-conda-ecosystem
+ multigps
+
+
+
diff -r 7e0a12282c7f -r 028fafca04fa multigps.xml
--- a/multigps.xml Tue Mar 28 12:24:56 2017 -0400
+++ b/multigps.xml Sun Dec 22 12:11:33 2019 -0500
@@ -1,31 +1,28 @@
-
+
analyzes collections of multi-condition ChIP-seq data
macros.xml
-
- multigps
-
+
&1
--out '$output_html.files_path'
- && cp $output_dir/*.events.txt '$experiment_events'
+ #if str($save_design_file) == 'yes':
+ && cp '$build_design_file' '$output_design_file'
+ #end if
+ && mv $output_dir/*.counts '$replicates_counts'
+ && mv $output_dir/*.bed '$output_bed'
&& mv $output_dir/*.html '$output_html'
&& mv $output_dir/*.table.txt '$all_events_table'
- && mv $output_dir/*.counts '$replicates_counts'
]]>
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -192,7 +248,7 @@
-
+
@@ -282,7 +338,7 @@
-
+
@@ -290,7 +346,7 @@
-
+
@@ -356,28 +412,45 @@
+
+
-
-
-
-
+
+ save_design_file == 'yes'
+
+
+
+
+
-
-
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
@@ -399,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.
@@ -456,3 +529,4 @@
10.1371/journal.pcbi.1003501
+
diff -r 7e0a12282c7f -r 028fafca04fa test-data/hg19_all_events_table1.tabular
--- a/test-data/hg19_all_events_table1.tabular Tue Mar 28 12:24:56 2017 -0400
+++ b/test-data/hg19_all_events_table1.tabular Sun Dec 22 12:11:33 2019 -0500
@@ -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 7e0a12282c7f -r 028fafca04fa test-data/hg19_all_events_table2.tabular
--- a/test-data/hg19_all_events_table2.tabular Tue Mar 28 12:24:56 2017 -0400
+++ b/test-data/hg19_all_events_table2.tabular Sun Dec 22 12:11:33 2019 -0500
@@ -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 7e0a12282c7f -r 028fafca04fa 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 12:11:33 2019 -0500
@@ -0,0 +1,1 @@
+track name=multiGPS-cond description=multiGPS events cond
diff -r 7e0a12282c7f -r 028fafca04fa 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 12:11:33 2019 -0500
@@ -0,0 +1,1 @@
+track name=multiGPS-cond description=multiGPS events cond
diff -r 7e0a12282c7f -r 028fafca04fa test-data/hg19_output_html1.html
--- a/test-data/hg19_output_html1.html Tue Mar 28 12:24:56 2017 -0400
+++ b/test-data/hg19_output_html1.html Sun Dec 22 12:11:33 2019 -0500
@@ -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 7e0a12282c7f -r 028fafca04fa test-data/hg19_output_html2.html
--- a/test-data/hg19_output_html2.html Tue Mar 28 12:24:56 2017 -0400
+++ b/test-data/hg19_output_html2.html Sun Dec 22 12:11:33 2019 -0500
@@ -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 7e0a12282c7f -r 028fafca04fa test-data/hg19_replicates_counts1.tabular
--- a/test-data/hg19_replicates_counts1.tabular Tue Mar 28 12:24:56 2017 -0400
+++ b/test-data/hg19_replicates_counts1.tabular Sun Dec 22 12:11:33 2019 -0500
@@ -1,4 +1,4 @@
-Point experiment:rep1
+Point cond:1
chr1:569927 14
chr1:536042 1
chr1:535151 1
diff -r 7e0a12282c7f -r 028fafca04fa test-data/hg19_replicates_counts2.tabular
--- a/test-data/hg19_replicates_counts2.tabular Tue Mar 28 12:24:56 2017 -0400
+++ b/test-data/hg19_replicates_counts2.tabular Sun Dec 22 12:11:33 2019 -0500
@@ -1,4 +1,4 @@
-Point experiment:rep1
+Point cond:1
chr1:569927 14
chr1:536042 1
chr1:535151 1
diff -r 7e0a12282c7f -r 028fafca04fa tool-data/hg19.len
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool-data/hg19.len Sun Dec 22 12:11:33 2019 -0500
@@ -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