Mercurial > repos > greg > multigps
diff multigps_macros.xml @ 5:7b15099378a7 draft
Uploaded
author | greg |
---|---|
date | Sat, 02 Jan 2016 14:07:37 -0500 |
parents | |
children | 32c8c38cd651 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/multigps_macros.xml Sat Jan 02 14:07:37 2016 -0500 @@ -0,0 +1,45 @@ +<?xml version='1.0' encoding='UTF-8'?> +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="4.11.0">meme</requirement> + <requirement type="package" version="2.14">biocbasics</requirement> + </requirements> + </xml> + <xml name="stdio"> + <stdio> + <exit_code range="1:"/> + <exit_code range=":-1"/> + <regex match="Error:"/> + <regex match="Exception:"/> + </stdio> + </xml> + <xml name="rd_cond"> + <conditional name="read_distribution_cond"> + <param name="read_distribution" type="select" label="Use read distribution file for this replicate?" help="Selecting No uses default distribution."> + <option value="no" selected="True">No</option> + <option value="yes">Yes</option> + </param> + <when value="yes"> + <param name="read_distribution_file" type="data" format="tabular" label="Read distribution file" /> + </when> + <when value="no" /> + </conditional> + </xml> + <xml name="frc_param"> + <param name="fixed_read_count" type="select" label="Use 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."> + <option value="no" selected="True">No</option> + <option value="yes">Yes</option> + </param> + </xml> + <xml name="motif_finding_params"> + <param name="num_motifs" type="integer" min="0" value="3" label="Number of motifs MEME should find for each condition" /> + <param name="min_motif_width" type="integer" min="0" value="6" label="Minimum motif width for MEME" /> + <param name="max_motif_width" type="integer" min="0" value="16" label="Maximum motif width for MEME" /> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.1371/journal.pcbi.1003501</citation> + </citations> + </xml> +</macros>