diff sparse.xml @ 21:f9a2fe161db4 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 2a058459e6daf0486871f93845f00fdb4a4eaca1
author bgruening
date Sat, 29 Sep 2018 07:40:21 -0400
parents bf3a5f8a66a2
children 4efd73be98bb
line wrap: on
line diff
--- a/sparse.xml	Thu Aug 23 16:21:29 2018 -0400
+++ b/sparse.xml	Sat Sep 29 07:40:21 2018 -0400
@@ -36,7 +36,7 @@
 
 my_function = getattr(sparse, params["sparse_functions"]["selected_function"])
 my_sparse = my_function(sparse_iter)
-with open("$outfile", "w+") as out_handler:
+with open("$outfile", "wb") as out_handler:
     mmwrite(out_handler, my_sparse)
             ]]>
         </configfile>
@@ -91,4 +91,4 @@
         ]]>
     </help>
     <expand macro="scipy_citation"/>
-</tool>
\ No newline at end of file
+</tool>