# HG changeset patch
# User greg
# Date 1503493953 14400
# Node ID 25f82826cfa1ae53c0779e1024904617656bd658
# Parent 8e449b51b581951f0d2fc6bc79aab05f3e30b192
Uploaded
diff -r 8e449b51b581 -r 25f82826cfa1 ideas.xml
--- a/ideas.xml Wed Aug 23 08:45:14 2017 -0400
+++ b/ideas.xml Wed Aug 23 09:12:33 2017 -0400
@@ -41,18 +41,12 @@
#end if
#end if
#end if
-#set outputs_by_chr = $outputs_by_chr_cond.outputs_by_chr
-#if str($outputs_by_chr) == 'yes':
- -bychr
-#end if
+$bychr
-c $reads_per_bp
#if str($blacklist_input) not in ['None', '']:
-exclude '$blacklist_input'
#end if
-#set standardize_datasets = $standardize_datasets_cond.standardize_datasets
-#if str($standardize_datasets) == 'yes':
- -norm
-#end if
+$norm
##############################################
## Coerce the prepMat config output to the
## format expected by the R matrix builder.
@@ -72,15 +66,23 @@
##############################################
&& ideas
'$prep_output_config'
-$tmp_dir/*.bed
+#if str($input_type) == 'datasets':
+ #set specify_genomic_window_cond = $input_type_cond.specify_genomic_window_cond
+ #set specify_genomic_window = $specify_genomic_window_cond.specify_genomic_window
+ if str($specify_genomic_window) == 'yes':
+ '$specify_genomic_window_cond.bed_input'
+ #else:
+ $tmp_dir/*.bed
+ #end if
+#else:
+ $tmp_dir/*.bed
+#end if
$hp
-#if str($log2_num) != '0.0':
- -log2 $log2_num
-#end if
+$log2
#if str($max_states) != '0.0':
-G $max_states
#end if
-#if str($initial_states) != '0.0':
+#if str($initial_states) != '0':
-C $initial_states
#end if
#if str($max_position_classes) != '0':
@@ -93,11 +95,11 @@
-A $prior_concentration
#end if
-sample $burnin_num $mcmc_num
-#if str($min_standard_dev) != '0.0':
- -minerr $min_standard_dev
+#if str($minerr) != '0.0':
+ -minerr $minerr
#end if
-#if str($max_standard_dev) != '0.0':
- -maxerr $max_standard_dev
+#if str($maxerr) != '0.0':
+ -maxerr $maxerr
#end if
-thread \${GALAXY_SLOTS:-4}
> $output_log
@@ -157,38 +159,24 @@
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
+
-
+
-
+
-
-
+
+