diff spp_wrapper.xml @ 1:23b22c1692fa draft default tip

Replace simplejson with json.
author hackdna
date Tue, 20 May 2014 10:53:35 -0400
parents b15734276ca3
children
line wrap: on
line diff
--- a/spp_wrapper.xml	Thu Oct 17 12:39:45 2013 -0400
+++ b/spp_wrapper.xml	Tue May 20 10:53:35 2014 -0400
@@ -99,7 +99,7 @@
 
   <configfiles>
     <configfile name="options_file">&lt;%
-import simplejson
+import json
 %&gt;
 #set $__options ={ 'experiment_name':str($experiment_name), 'chip_file':str($major_command.input_chipseq_file1) }
 
@@ -165,7 +165,7 @@
         #set $__options['savp'] = str( $major_command.save_plot_file ) 
 #end if
 
-${ simplejson.dumps( __options ) }
+${ json.dumps( __options ) }
     </configfile>
   </configfiles>
   <tests>