# HG changeset patch # User iuc # Date 1389905083 18000 # Node ID d202e3d663bb0b8fc446ccabb509de263517dbbc # Parent 9c157b556c33febf2e956de7481374e8d30b291f Uploaded diff -r 9c157b556c33 -r d202e3d663bb macs2_bdgbroadcall.xml --- a/macs2_bdgbroadcall.xml Thu Jan 16 13:31:17 2014 -0500 +++ b/macs2_bdgbroadcall.xml Thu Jan 16 15:44:43 2014 -0500 @@ -1,11 +1,10 @@ from bedGraph - - macs2 - numpy - macs2 - numpy - + + + + macs2_macros.xml + macs2 bdgbroadcall diff -r 9c157b556c33 -r d202e3d663bb macs2_bdgcmp.xml --- a/macs2_bdgcmp.xml Thu Jan 16 13:31:17 2014 -0500 +++ b/macs2_bdgcmp.xml Thu Jan 16 15:44:43 2014 -0500 @@ -1,11 +1,10 @@ by comparing two signal tracks in bedGraph (bdgcmp) - - macs2 - numpy - macs2 - numpy - + + + + macs2_macros.xml + macs2 bdgcmp -t $input_treatment_file diff -r 9c157b556c33 -r d202e3d663bb macs2_bdgdiff.xml --- a/macs2_bdgdiff.xml Thu Jan 16 13:31:17 2014 -0500 +++ b/macs2_bdgdiff.xml Thu Jan 16 15:44:43 2014 -0500 @@ -1,13 +1,11 @@ based on paired four bedgraph files - - macs2 - numpy - macs2 - numpy - + + + + macs2_macros.xml + - macs2 bdgdiff --t1 $infile_pileup_cond1 --t2 $infile_pileup_cond2 @@ -30,7 +28,6 @@ #if '--ofile-both-conditions' in str($outputs).split(','): --ofile-both-conditions $output_both #end if - @@ -39,7 +36,7 @@ - + diff -r 9c157b556c33 -r d202e3d663bb macs2_bdgpeakcall.xml --- a/macs2_bdgpeakcall.xml Thu Jan 16 13:31:17 2014 -0500 +++ b/macs2_bdgpeakcall.xml Thu Jan 16 15:44:43 2014 -0500 @@ -1,11 +1,10 @@ from bedGraph output - - macs2 - numpy - macs2 - numpy - + + + + macs2_macros.xml + macs2 bdgpeakcall @@ -31,7 +30,6 @@ - diff -r 9c157b556c33 -r d202e3d663bb macs2_callpeak.xml --- a/macs2_callpeak.xml Thu Jan 16 13:31:17 2014 -0500 +++ b/macs2_callpeak.xml Thu Jan 16 15:44:43 2014 -0500 @@ -1,12 +1,13 @@ from alignment results - - macs2 - numpy - macs2 - numpy + + R_3_0_1 - + + + + macs2_macros.xml + #set $temp_stderr = 'macs2_stderr' macs2 callpeak @@ -21,14 +22,10 @@ #for $ifile in $input_treatment_file: --format='$ifile.ext.upper()' #end for - - #if $effective_genome_size_options.effective_genome_size_options_selector == 'user_defined': - --gsize $effective_genome_size_options.gsize - #else: - --gsize $effective_genome_size_options.effective_genome_size_options_selector - #end if - --bw='$bw' + @effective_genome_size@ + + --bw='$band_width' ##advanced options #if str( $advanced_options.advanced_options_selector ) == 'on': @@ -116,26 +113,15 @@ #end if cat $temp_stderr 2>&1 - - - - - - - - - - - - - + - + diff -r 9c157b556c33 -r d202e3d663bb macs2_filterdup.xml --- a/macs2_filterdup.xml Thu Jan 16 13:31:17 2014 -0500 +++ b/macs2_filterdup.xml Thu Jan 16 15:44:43 2014 -0500 @@ -1,11 +1,10 @@ at the same position - - macs2 - numpy - macs2 - numpy - + + + + macs2_macros.xml + macs2 filterdup -t $infile @@ -26,7 +25,7 @@ - + diff -r 9c157b556c33 -r d202e3d663bb macs2_macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macs2_macros.xml Thu Jan 16 15:44:43 2014 -0500 @@ -0,0 +1,49 @@ + + + + macs2 + numpy + macs2 + numpy + + + + + + + + + + + + + + + + + + + + + #if $effective_genome_size_options.effective_genome_size_options_selector == 'user_defined': + --gsize $effective_genome_size_options.gsize + #else: + --gsize $effective_genome_size_options.effective_genome_size_options_selector + #end if + + + + macs2 --version + + + + + + + + + + + + + diff -r 9c157b556c33 -r d202e3d663bb macs2_predict.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macs2_predict.xml Thu Jan 16 15:44:43 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 9c157b556c33 -r d202e3d663bb macs2_randsample.xml --- a/macs2_randsample.xml Thu Jan 16 13:31:17 2014 -0500 +++ b/macs2_randsample.xml Thu Jan 16 15:44:43 2014 -0500 @@ -1,11 +1,10 @@ of total reads - - macs2 - numpy - macs2 - numpy - + + + + macs2_macros.xml + macs2 randsample -t $infile @@ -25,7 +24,7 @@ - + diff -r 9c157b556c33 -r d202e3d663bb macs2_refinepeak.xml --- a/macs2_refinepeak.xml Thu Jan 16 13:31:17 2014 -0500 +++ b/macs2_refinepeak.xml Thu Jan 16 15:44:43 2014 -0500 @@ -1,11 +1,10 @@ - - macs2 - numpy - macs2 - numpy - + + + + macs2_macros.xml + macs2 refinepeak @@ -21,7 +20,7 @@ - + diff -r 9c157b556c33 -r d202e3d663bb tool_dependencies.xml --- a/tool_dependencies.xml Thu Jan 16 13:31:17 2014 -0500 +++ b/tool_dependencies.xml Thu Jan 16 15:44:43 2014 -0500 @@ -1,10 +1,13 @@ - - + + +