# HG changeset patch
# User iuc
# Date 1491314521 14400
# Node ID d7c4baf43c13851c1b91e764b8b25aac5be3186f
# Parent 0bec3b2df7847c828f2891a32853e5180c961a1e
Uploaded
diff -r 0bec3b2df784 -r d7c4baf43c13 multigps.xml
--- a/multigps.xml Mon Apr 03 14:07:14 2017 -0400
+++ b/multigps.xml Tue Apr 04 10:02:01 2017 -0400
@@ -8,7 +8,9 @@
0:
@@ -131,7 +133,7 @@
#end if
--alphascale $aoc.alphascale
#if str($aoc.mlconfignotshared) == 'no':
- --mlconfignotshared 'true'
+ --mlconfignotshared
#end if
#if str($aoc.exclude) != 'None':
--exclude '$aoc.exclude'
@@ -142,7 +144,7 @@
#if str($mpc.multigps_priors) == 'yes':
#set bmc = $mpc.both_motifs_cond
#if str($mpc.noposprior) == 'no':
- --noposprior 'true'
+ --noposprior
#end if
--probshared $mpc.probshared
#if str($bmc.nomotifs) == 'yes':
@@ -151,9 +153,9 @@
--mememaxw $bmc.mememaxw
#else:
#set nmpc = $bmc.nomotifprior_cond
- --nomotifs 'true'
+ --nomotifs
#if str($nmpc.nomotifprior) == 'yes':
- --nomotifprior 'true'
+ --nomotifprior
--memenmotifs $nmpc.memenmotifs
--mememinw $nmpc.mememinw
--mememaxw $nmpc.mememaxw
@@ -166,17 +168,18 @@
--minqvalue $rbec.minqvalue
--minfold $rbec.minfold
#if str($rbec.nodifftests) == 'no':
- --nodifftests 'true'
+ --nodifftests
#end if
--edgerod $rbec.edgerod
--diffp $rbec.diffp
#end if
#end if
- --output_html_files_path '$output_html.files_path'
- --replicates_counts '$replicates_counts'
- --output_bed '$output_bed'
- --output_html '$output_html'
- --all_events_table '$all_events_table'
+ 2>&1
+ --out '$output_html.files_path'
+ && mv $output_dir/*.counts '$replicates_counts'
+ && mv $output_dir/*.bed '$output_bed'
+ && mv $output_dir/*.html '$output_html'
+ && mv $output_dir/*.table.txt '$all_events_table'
]]>