Mercurial > repos > iuc > multigps
diff multigps.xml @ 24:d61d1aaf4b07 draft
Uploaded
| author | iuc |
|---|---|
| date | Tue, 04 Apr 2017 21:34:35 -0400 |
| parents | eb9b1816f00e |
| children | b3eef7e04ea9 |
line wrap: on
line diff
--- a/multigps.xml Tue Apr 04 21:28:45 2017 -0400 +++ b/multigps.xml Tue Apr 04 21:34:35 2017 -0400 @@ -164,10 +164,9 @@ params = json.load(open(inputs_path, 'r')) condition_repeat = params['condition_repeat'] fh = open('design.tabular', 'w') - +fh.write('%s\n' % str(params) +""" for cond_i, condition_items in enumerate(condition_repeat): - fh.write('%s\n' % str(condition_items) - """ for signal_items in condition_items['signal_repeat']: signal = signal_items['signal'] replicate_name = signal_items['replicate_name'] @@ -192,7 +191,7 @@ if fixedreadcount_select == 'yes': line_items.append(fixedreadcount_cond['fixedreadcount']) fh.write('%s\n' % '\t'.join(line_items)) - """ +""" fh.close() ]]> </configfile>
