# HG changeset patch # User iuc # Date 1491976048 14400 # Node ID f5d67c722d67f0fc039b6d23b6d0e2f0d2daed1e # Parent 2119d851a53ba12627f7e1488d2704f8d8281fc0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit 4583af716424e402e1f99e2181cfb954f565f681 diff -r 2119d851a53b -r f5d67c722d67 macs2_bdgbroadcall.xml --- a/macs2_bdgbroadcall.xml Tue Apr 11 17:46:41 2017 -0400 +++ b/macs2_bdgbroadcall.xml Wed Apr 12 01:47:28 2017 -0400 @@ -4,7 +4,7 @@ macs2_macros.xml - gnu_awk + gawk diff -r 2119d851a53b -r f5d67c722d67 macs2_callpeak.xml --- a/macs2_callpeak.xml Tue Apr 11 17:46:41 2017 -0400 +++ b/macs2_callpeak.xml Wed Apr 12 01:47:28 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 @@ + + + + + +