Mercurial > repos > iuc > multigps
changeset 44:03cec12dafc3 draft default tip
"planemo upload commit 9e4d2776d6b3276e2849943439799b82d989bc3b"
| author | iuc |
|---|---|
| date | Sun, 22 Dec 2019 17:11:12 +0000 |
| parents | 61f2dedb6b85 |
| children | |
| files | .shed.yml macros.xml multigps.xml test-data/hg19_all_events_table1.tabular test-data/hg19_all_events_table2.tabular test-data/hg19_output_bed1.bed test-data/hg19_output_bed2.bed test-data/hg19_output_html1.html test-data/hg19_output_html2.html test-data/hg19_replicates_counts1.tabular test-data/hg19_replicates_counts2.tabular tool-data/hg19.len |
| diffstat | 12 files changed, 59 insertions(+), 61 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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 @@ <?xml version='1.0' encoding='UTF-8'?> <macros> - <xml name="motif_finding_params"> - <param name="memenmotifs" type="integer" min="0" value="3" label="Number of motifs MEME should find for each condition" /> - <param name="mememinw" type="integer" min="0" value="6" label="Minimum motif width for MEME" /> - <param name="mememaxw" type="integer" min="0" value="16" label="Maximum motif width for MEME" /> - </xml> - <xml name="param_experiment_type"> - <param name="experiment_type" type="select" display="radio" label="Experiment type for this replicate"> - <option value="chipseq" selected="True">ChIP-seq</option> - <option value="chipexo">ChIP-exo</option> - </param> - </xml> <xml name="cond_fixedreadcount"> <conditional name="fixedreadcount_cond"> <param name="fixedreadcount_select" type="select" label="Set fixed per-base read count limit for this replicate?" help="Selecting No uses a global per-base limit that is estimated from a Poisson distribution."> @@ -23,4 +12,22 @@ </when> </conditional> </xml> + <xml name="param_experiment_type"> + <param name="experiment_type" type="select" display="radio" label="Experiment type for this replicate"> + <option value="chipseq" selected="True">ChIP-seq</option> + <option value="chipexo">ChIP-exo</option> + </param> + </xml> + <xml name="motif_finding_params"> + <param name="memenmotifs" type="integer" min="0" value="3" label="Number of motifs MEME should find for each condition" /> + <param name="mememinw" type="integer" min="0" value="6" label="Minimum motif width for MEME" /> + <param name="mememaxw" type="integer" min="0" value="16" label="Maximum motif width for MEME" /> + </xml> + <xml name="requirements"> + <requirements> + <requirement type="package" version="1">fonts-conda-ecosystem</requirement> + <requirement type="package" version="0.74">multigps</requirement> + <yield/> + </requirements> + </xml> </macros>
--- 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> <import>macros.xml</import> </macros> - <requirements> - <requirement type="package" version="0.74">multigps</requirement> - </requirements> + <expand macro="requirements" /> <command detect_errors="aggressive"> <