# HG changeset patch # User devteam # Date 1580916537 0 # Node ID 5d67bc6f385f9de3ac322e5a9337cc7118265e64 # Parent 7f4aca133f733e841ea99cc17708e549822ec339 "planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/macs commit 206cd8245e7619b0e924c5066d0172129222993d" diff -r 7f4aca133f73 -r 5d67bc6f385f macs_wrapper.py --- a/macs_wrapper.py Tue Oct 13 12:24:35 2015 -0400 +++ b/macs_wrapper.py Wed Feb 05 15:28:57 2020 +0000 @@ -122,14 +122,14 @@ os.rmdir( wig_base_dir ) #move all remaining files to extra files path of html file output to allow user download - out_html = open( output_extra_html, 'wb' ) + out_html = open( output_extra_html, 'w' ) out_html.write( 'Additional output created by MACS (%s)

Additional Files:

\n' ) - out_html.write( '

Messages from MACS:

\n

%s

\n' % open( stderr_name, 'rb' ).read() ) + out_html.write( '

Messages from MACS:

\n

%s

\n' % open( stderr_name, 'r' ).read() ) out_html.write( '\n' ) out_html.close() diff -r 7f4aca133f73 -r 5d67bc6f385f macs_wrapper.xml --- a/macs_wrapper.xml Tue Oct 13 12:24:35 2015 -0400 +++ b/macs_wrapper.xml Wed Feb 05 15:28:57 2020 +0000 @@ -1,6 +1,7 @@ - + Model-based Analysis of ChIP-Seq - macs_wrapper.py $options_file $output_bed_file $output_extra_files $output_extra_files.files_path + + python '$__tool_directory__/macs_wrapper.py' '$options_file' '$output_bed_file' '$output_extra_files' '$output_extra_files.files_path' macs R diff -r 7f4aca133f73 -r 5d67bc6f385f tool_dependencies.xml --- a/tool_dependencies.xml Tue Oct 13 12:24:35 2015 -0400 +++ b/tool_dependencies.xml Wed Feb 05 15:28:57 2020 +0000 @@ -1,9 +1,9 @@ - + - - + + - + - + \ No newline at end of file