Mercurial > repos > iuc > multigps
diff macros.xml @ 44:03cec12dafc3 draft default tip
"planemo upload commit 9e4d2776d6b3276e2849943439799b82d989bc3b"
| author | iuc |
|---|---|
| date | Sun, 22 Dec 2019 17:11:12 +0000 |
| parents | ca90b0b3bd64 |
| children |
line wrap: on
line diff
--- 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>
