diff sparse.xml @ 26:0d9666476157 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/sklearn commit 2a058459e6daf0486871f93845f00fdb4a4eaca1
author bgruening
date Sat, 29 Sep 2018 07:24:27 -0400
parents 01c0f1b60556
children 2702bc38f946
line wrap: on
line diff
--- a/sparse.xml	Thu Aug 23 16:13:01 2018 -0400
+++ b/sparse.xml	Sat Sep 29 07:24:27 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>