# HG changeset patch # User bgruening # Date 1390328073 18000 # Node ID da0a1fcf7fe0deb3250e97e922b92525812cab7e # Parent 97449a3c1f27f8d04bb8de717a97e7e0a67af325 Uploaded diff -r 97449a3c1f27 -r da0a1fcf7fe0 macs2_bdgbroadcall.xml --- a/macs2_bdgbroadcall.xml Tue Jan 21 11:50:01 2014 -0500 +++ b/macs2_bdgbroadcall.xml Tue Jan 21 13:14:33 2014 -0500 @@ -6,7 +6,6 @@ macs2_macros.xml - macs2 bdgbroadcall --ifile $infile --cutoff-peak $cutoffpeak @@ -15,17 +14,15 @@ --lvl1-max-gap $LVL1MAXGAP --lvl2-max-gap $LVL2MAXGAP --ofile $ofile - + - - diff -r 97449a3c1f27 -r da0a1fcf7fe0 macs2_bdgcmp.xml --- a/macs2_bdgcmp.xml Tue Jan 21 11:50:01 2014 -0500 +++ b/macs2_bdgcmp.xml Tue Jan 21 13:14:33 2014 -0500 @@ -17,6 +17,7 @@ --ofile $ofile + diff -r 97449a3c1f27 -r da0a1fcf7fe0 macs2_bdgdiff.xml --- a/macs2_bdgdiff.xml Tue Jan 21 11:50:01 2014 -0500 +++ b/macs2_bdgdiff.xml Tue Jan 21 13:14:33 2014 -0500 @@ -29,6 +29,7 @@ --ofile-both-conditions $output_both #end if + diff -r 97449a3c1f27 -r da0a1fcf7fe0 macs2_bdgpeakcall.xml --- a/macs2_bdgpeakcall.xml Tue Jan 21 11:50:01 2014 -0500 +++ b/macs2_bdgpeakcall.xml Tue Jan 21 13:14:33 2014 -0500 @@ -6,7 +6,6 @@ macs2_macros.xml - macs2 bdgpeakcall --ifile $infile --cutoff $cutoff @@ -15,8 +14,8 @@ $callsummits $notrackline --ofile $ofile - + diff -r 97449a3c1f27 -r da0a1fcf7fe0 macs2_callpeak.xml --- a/macs2_callpeak.xml Tue Jan 21 11:50:01 2014 -0500 +++ b/macs2_callpeak.xml Tue Jan 21 13:14:33 2014 -0500 @@ -33,16 +33,12 @@ $advanced_options.nolambda #if str($advanced_options.broad_options.broad_options_selector) == '--broad': - #set $__options['broad'] = str( $advanced_options.broad_options.broad_options_selector ) - #set $__options['broad_cutoff'] = float( str( $advanced_options.broad_options.broad_cutoff ) ) - #end if - - #if str($advanced_options.broad_options.broad_options_selector) == '--broad': --broad --broad-cutoff='$advanced_options.broad_options.broad_cutoff' #end if #else: + ## set default parameter --mfold 10 30 #end if @@ -114,6 +110,7 @@ cat $temp_stderr 2>&1 + diff -r 97449a3c1f27 -r da0a1fcf7fe0 macs2_filterdup.xml --- a/macs2_filterdup.xml Tue Jan 21 11:50:01 2014 -0500 +++ b/macs2_filterdup.xml Tue Jan 21 13:14:33 2014 -0500 @@ -20,6 +20,7 @@ --keep-dup str( $keep_dup_options.keep_dup_options_selector ) #end if + diff -r 97449a3c1f27 -r da0a1fcf7fe0 macs2_predict.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macs2_predict.xml Tue Jan 21 13:14:33 2014 -0500 @@ -0,0 +1,66 @@ + + d or fragment size from alignment results + + R_3_0_1 + + + + macs2_macros.xml + + + macs2 predict + -i #echo ','.join($infiles)# + --tsize $tsize + @effective_genome_size@ + --bw $band_width + --mfold $advanced_options.mfoldlo $advanced_options.mfoldhi + > $outfile; + + Rscript predicted_model.R > $outfile_image + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +bdgdiff from macs2 + + +Note that pair-end data is not supposed to work with this command. + + +------ + +**Citation** + +For the underlying tool, please cite Zhang Y, Liu T, Meyer CA, Eeckhoute J, Johnson DS, Bernstein BE, Nusbaum C, Myers RM, Brown M, Li W, Liu XS. Model-based analysis of ChIP-Seq (MACS). Genome Biol. 2008;9(9):R137. + +Integration of MACS2 with Galaxy performed by Ziru Zhou ( ziruzhou@gmail.com ). Please send your comments/questions to modENCODE DCC at help@modencode.org. + + diff -r 97449a3c1f27 -r da0a1fcf7fe0 macs2_randsample.xml --- a/macs2_randsample.xml Tue Jan 21 11:50:01 2014 -0500 +++ b/macs2_randsample.xml Tue Jan 21 13:14:33 2014 -0500 @@ -18,8 +18,8 @@ #else: $method_options.number #end if - + diff -r 97449a3c1f27 -r da0a1fcf7fe0 macs2_refinepeak.xml --- a/macs2_refinepeak.xml Tue Jan 21 11:50:01 2014 -0500 +++ b/macs2_refinepeak.xml Tue Jan 21 13:14:33 2014 -0500 @@ -6,7 +6,6 @@ macs2_macros.xml - macs2 refinepeak -b $bed_infile -i $infile @@ -14,8 +13,8 @@ --cutoff $cutoff --window-size $winsize --ofile $ofile - +