Previous changeset 8:6572347b3e1a (2019-05-02) Next changeset 10:6a1fbacdfaf5 (2019-05-03) |
Commit message:
planemo upload commit 6a252d04f4b2f79606ab6679b6a91f957e33da7b-dirty |
modified:
toolOptBioDes.py |
b |
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']] ) |