# HG changeset patch # User greg # Date 1487691297 18000 # Node ID 6997a4b160c57427db7de0b40c142a44200157a0 # Parent 7c3ef587aed93e30c822e3ba98111779d64bcec3 Uploaded diff -r 7c3ef587aed9 -r 6997a4b160c5 multigps.xml --- a/multigps.xml Tue Feb 21 09:43:52 2017 -0500 +++ b/multigps.xml Tue Feb 21 10:34:57 2017 -0500 @@ -11,9 +11,7 @@ #set output_dir = $output_html.files_path mkdir -p $output_dir && multigps - ############################ ## General options - ############################ ## Append .txt extensions to events hrefs ## in output dataset so files will render ## in the browser. @@ -28,9 +26,7 @@ #end if --threads=\${GALAXY_SLOTS:-4} --geninfo '$chromInfo' - ############################ ## Advanced options - ############################ #set aoc = $advanced_options_cond #if str($aoc.advanced_options) == 'display': #set bmsc = $aoc.binding_model_smoothing_cond @@ -48,9 +44,7 @@ #end if --seq '$seq' #end if - ############################ ## Limits on how many reads - ############################ #if str($rloc.reads_limits) == 'yes': --fixedpb $rloc.fixedpb --poissongausspb $rloc.poissongausspb @@ -62,9 +56,7 @@ --nocache #end if #end if - ############################ ## Scaling data - ############################ #if str($sdc.scale_data) == 'yes': #if str($sdc.scaling) == 'no': --noscaling $sdc.scaling @@ -86,9 +78,7 @@ --plotscaling $sdc.plotscaling #end if #end if - ############################ ## Running MultiGPS - ############################ #if str($aoc.readdistributionfile) != 'None': --d '$aoc.readdistributionfile' #end if @@ -123,9 +113,7 @@ #if str($aoc.exclude) != 'None': --exclude '$aoc.exclude' #end if - ############################ ## MultiGPS priors - ############################ #if str($umc.use_motif) == 'yes': #set mpc = $umc.multigps_priors_cond #if str($mpc.multigps_priors) == 'yes': @@ -150,9 +138,7 @@ #end if #end if #end if - ############################ ## Reporting binding events - ############################ #if str($rbec.report_binding_events) == 'yes': --q $rbec.minqvalue --minfold $rbec.minfold @@ -164,9 +150,9 @@ #end if #end if --out '$output_html.files_path' - && mv $output_dir/*.html $output_html - && mv $output_dir/*.table.txt $all_events_table - && mv $output_dir/*.counts $replicates_counts + && mv $output_dir/*.html $output_html || true + && mv $output_dir/*.table.txt $all_events_table || true + && mv $output_dir/*.counts $replicates_counts || true ]]> @@ -174,22 +160,14 @@ - + - + @@ -210,11 +188,7 @@ - + @@ -246,11 +220,7 @@ - + @@ -294,22 +264,14 @@ - + - + @@ -332,11 +294,7 @@ - + @@ -375,11 +333,7 @@ - + @@ -492,5 +446,7 @@ - **Minimum p-value for reporting differential enrichment** - Minimum p-value for reporting differential enrichment. - + + 10.1371/journal.pcbi.1003501 +