# HG changeset patch
# User greg
# Date 1481658594 18000
# Node ID 6ded14465b74eecdf418498a7bd92b87fb56e916
# Parent 0ea6413d66b26b8f593c2f2802db1fbbfecd748f
Uploaded
diff -r 0ea6413d66b2 -r 6ded14465b74 multigps.xml
--- a/multigps.xml Tue Dec 13 13:20:28 2016 -0500
+++ b/multigps.xml Tue Dec 13 14:49:54 2016 -0500
@@ -3,16 +3,20 @@
macros.xml
-
+
+ multigps
+
-
0:
+ --ctrl "$ctrl"
+ #end if
#if str($verbose) == 'yes':
--verbose
#end if
@@ -21,25 +25,28 @@
## Advanced options
############################
#set aoc = $advanced_options_cond
- #if str($aoc.advanced_options) == "display":
+ #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
#set sdc = $aoc.scale_data_cond
#set umc = $aoc.use_motif_cond
+ #set mpc = $umc.multigps_priors_cond
+ #set bmc = $mpc.both_motifs_cond
+ #set rgc = $umc.reference_genome_cond
############################
## Limits on how many reads
############################
- #if str($rloc.reads_limits) == "yes":
+ #if str($rloc.reads_limits) == 'yes':
--fixedpb $rloc.fixedpb
--poissongausspb $rloc.poissongausspb
- #if str($rloc.nonunique) == "yes":
+ #if str($rloc.nonunique) == 'yes':
--nonunique
#end if
--mappability $rloc.mappability
#end if
- #if str($rloc.nocache) == "yes":
+ #if str($rloc.nocache) == 'yes':
--nocache
#end if
############################
@@ -100,7 +107,6 @@
## MultiGPS priors
############################
#if str($umc.use_motif) == 'yes':
- #set rgc = $umc.reference_genome_cond
#if str($rgc.reference_genome_source) == "cached":
#set seq_dir = os.path.split($rgc.reference_genome.fields.path)[0]
#else:
@@ -113,11 +119,9 @@
#set tmp_seq_file = os.path.join($seq_dir, $tmp_filename)
ln -f -s $tmp_seq_file $seq_file &&
#end if
- #set mpc = $umc.multigps_priors_cond
--seq $seq_dir
--geninfo ${chromInfo}
#if str($mpc.multigps_priors) == 'yes':
- #set bmc = $mpc.both_motifs_cond
#if str($mpc.noposprior) == 'no':
--noposprior
#end if
@@ -153,15 +157,13 @@
#end if
--out "$output_html.files_path"
> "$output_html"
- ##if str($output_process_log) == 'yes':
- ## --output_process_path "$output_process"
- ###end if
]]>
-
+
+
@@ -278,7 +280,7 @@
-
+
-
-
+