# HG changeset patch
# User greg
# Date 1481725440 18000
# Node ID 150859e7f99bcd80aac289623ac3bc037cdf7cc2
# Parent 9b48edaa54f816b4e97a9047b5f52f47f0bd9ba3
Uploaded
diff -r 9b48edaa54f8 -r 150859e7f99b multigps.xml
--- a/multigps.xml Wed Dec 14 09:03:16 2016 -0500
+++ b/multigps.xml Wed Dec 14 09:24:00 2016 -0500
@@ -27,6 +27,7 @@
############################
#set aoc = $advanced_options_cond
#if str($aoc.advanced_options) == 'display':
+ #set bmsc = $aoc.binding_model_smoothing_cond
#set gmsc = $aoc.gauss_model_smoothing_cond
#set rbec = $aoc.report_binding_events_cond
#set rloc = $aoc.reads_limits_options_cond
@@ -93,10 +94,11 @@
--nomodelupdate
#end if
--minmodelupdateevents $aoc.minmodelupdateevents
- #if str($aoc.nomodelsmoothing) == 'no':
+ #if str($bmsc.nomodelsmoothing) == 'no':
--nomodelsmoothing
+ #else:
+ --splinesmoothparam $bmsc.splinesmoothparam
#end if
- --splinesmoothparam $aoc.splinesmoothparam
#if str($gmsc.gaussmodelsmoothing) == 'yes':
--gaussmodelsmoothing
--gausssmoothparam $gmsc.gausssmoothparam
@@ -251,11 +253,16 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+