changeset 39:755735c18b1c draft

Uploaded
author greg
date Wed, 14 Dec 2016 10:46:50 -0500
parents d494b8f8989c
children 55202c4e2da6
files multigps.xml
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/multigps.xml	Wed Dec 14 09:44:21 2016 -0500
+++ b/multigps.xml	Wed Dec 14 10:46:50 2016 -0500
@@ -90,6 +90,10 @@
                 ############################
                 ## Running MultiGPS
                 ############################
+                #if str($aoc.readdistributionfile) != 'None':
+                    --d "$aoc.readdistributionfile"
+                #end if
+                --r $aoc.maxtrainingrounds
                 #if str($aoc.nomodelupdate) == 'no':
                     --nomodelupdate
                 #end if
@@ -250,6 +254,8 @@
                 ## Running MultiGPS
                 ############################
                 -->
+                <param name="readdistributionfile" type="data" optional="True" format="tabular" label="Optional binding event read distribution file for initializing models" help="A default initial distribution appropriate for ChIP-seq data is used if this option is not specified." />
+                <param name="maxtrainingrounds" type="integer" value="3" min="0" label="Maximum number of training rounds for updating binding event read distributions" />
                 <param  name="nomodelupdate" type="select" label="Perform binding model updates?">
                     <option value="yes" selected="True">Yes</option>
                     <option value="no">No</option>