Mercurial > repos > pablocarb > synbiodesign
changeset 9:f9aef3df1fc8 draft
planemo upload commit 6a252d04f4b2f79606ab6679b6a91f957e33da7b-dirty
author | pablocarb |
---|---|
date | Thu, 02 May 2019 10:24:13 -0400 |
parents | 6572347b3e1a |
children | 6a1fbacdfaf5 |
files | toolOptBioDes.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/toolOptBioDes.py Thu May 02 10:21:32 2019 -0400 +++ b/toolOptBioDes.py Thu May 02 10:24:13 2019 -0400 @@ -43,7 +43,7 @@ cw.writerow( res['data']['names'] ) for row in M: cw.writerow( row ) - with open(diagfile. 'w') as h: + with open(diagfile, 'w') as h: cw = csv.writer(h) cw.writerow( ['Size', 'Efficiency'] ) cw.writerow( [res['data']['libsize'], res['data']['J']] )