Mercurial > repos > iuc > multigps
diff multigps.xml @ 21:5cdc2d65656b draft
Uploaded
| author | iuc |
|---|---|
| date | Tue, 04 Apr 2017 21:20:24 -0400 |
| parents | dc52c7cb8d39 |
| children | 9c13cdf2ed1e |
line wrap: on
line diff
--- a/multigps.xml Tue Apr 04 21:17:15 2017 -0400 +++ b/multigps.xml Tue Apr 04 21:20:24 2017 -0400 @@ -175,7 +175,7 @@ fixedreadcount_select = fixedreadcount_cond['fixedreadcount_select'] if fixedreadcount_select == 'yes': line_items.append(fixedreadcount_cond['fixedreadcount']) - fh.write('%s\n' % '\t'.join(line_items) + fh.write('%s\n' % '\t'.join(line_items)) for control_items in condition_items['control_repeat']: control = control_items['control'] experiment_type = control_items['experiment_type'] @@ -189,7 +189,7 @@ fixedreadcount_select = fixedreadcount_cond['fixedreadcount_select'] if fixedreadcount_select) == 'yes': line_items.append(fixedreadcount_cond['fixedreadcount']) - fh.write('%s\n' % '\t'.join(line_items) + fh.write('%s\n' % '\t'.join(line_items)) fh.close() ]]> </configfile>
