Mercurial > repos > iuc > multigps
diff multigps.xml @ 20:dc52c7cb8d39 draft
Uploaded
| author | iuc |
|---|---|
| date | Tue, 04 Apr 2017 21:17:15 -0400 |
| parents | b94c5e70565b |
| children | 5cdc2d65656b |
line wrap: on
line diff
--- a/multigps.xml Tue Apr 04 21:13:15 2017 -0400 +++ b/multigps.xml Tue Apr 04 21:17:15 2017 -0400 @@ -158,9 +158,10 @@ <configfile name="build_design_file"> <![CDATA[ import json +import sys -inputs = sys.argv[1] -params = json.load(open(inputs, 'r')) +inputs_path = sys.argv[1] +params = json.load(open(inputs_path, 'r')) condition_repeat = params['condition_repeat'] fh = open('design.tabular', 'w')
