# HG changeset patch # User iuc # Date 1491976031 14400 # Node ID 61d2f23acfb8471d2a50bfc972baa28c85fa17fe # Parent 332bb7b61205ba2455c3b0581a8f45caccb8e60d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit 4583af716424e402e1f99e2181cfb954f565f681 diff -r 332bb7b61205 -r 61d2f23acfb8 macs2_bdgbroadcall.xml --- a/macs2_bdgbroadcall.xml Tue Apr 11 17:46:24 2017 -0400 +++ b/macs2_bdgbroadcall.xml Wed Apr 12 01:47:11 2017 -0400 @@ -4,7 +4,7 @@ macs2_macros.xml - gnu_awk + gawk diff -r 332bb7b61205 -r 61d2f23acfb8 macs2_callpeak.xml --- a/macs2_callpeak.xml Tue Apr 11 17:46:24 2017 -0400 +++ b/macs2_callpeak.xml Wed Apr 12 01:47:11 2017 -0400 @@ -29,7 +29,7 @@ @effective_genome_size@ - --bw '${$band_width}' + --bw '${band_width}' @mfold_command@ ## advanced options @@ -74,7 +74,7 @@ --extsize '${ nomodel_type.extsize }' #end if - 2> $temp_stderr) + 2>&1 > $temp_stderr) #if "peaks_tabular" in str($outputs).split(','): && cp MACS2_peaks.xls '${ output_tabular }' @@ -95,8 +95,8 @@ then mkdir '${ output_extra_files.files_path }' && cp MACS2* '${ output_extra_files.files_path }' && - python '$__tool_directory__/dir2html.py' - '${ output_extra_files.files_path }' $temp_stderr > '${ output_extra_files }' + python '$__tool_directory__/dir2html.py' + '${ output_extra_files.files_path }' $temp_stderr > '${ output_extra_files }'; fi; ) #end if @@ -251,7 +251,7 @@ - + @@ -259,6 +259,12 @@ + + + + + +