# HG changeset patch # User pablocarb # Date 1556807053 14400 # Node ID f9aef3df1fc8a1b4728f5c4608819c52492a6dc7 # Parent 6572347b3e1af21b7ab47acc880c1025305e2843 planemo upload commit 6a252d04f4b2f79606ab6679b6a91f957e33da7b-dirty diff -r 6572347b3e1a -r f9aef3df1fc8 toolOptBioDes.py --- 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']] )