Mercurial > repos > stemcellcommons > spp_tool
diff spp_wrapper.xml @ 16:ea38ad1cfb62 draft default tip
Replace simplejson with json.
author | stemcellcommons |
---|---|
date | Thu, 10 Apr 2014 13:01:06 -0400 |
parents | a83ceb02d138 |
children |
line wrap: on
line diff
--- a/spp_wrapper.xml Tue Oct 15 15:43:49 2013 -0400 +++ b/spp_wrapper.xml Thu Apr 10 13:01:06 2014 -0400 @@ -99,7 +99,7 @@ <configfiles> <configfile name="options_file"><% -import simplejson +import json %> #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>