Mercurial > repos > iuc > raxml
comparison raxml.py @ 2:6f7ff8a3bd79 draft
planemo upload for repository https://github.com/stamatak/standard-RAxML commit bcfc8451fa622a6bf3aa31fa1e308c394feefb38
| author | iuc |
|---|---|
| date | Mon, 14 Nov 2016 13:11:14 -0500 |
| parents | b0d6eb76ad87 |
| children | f5c449208763 |
comparison
equal
deleted
inserted
replaced
| 1:b0d6eb76ad87 | 2:6f7ff8a3bd79 |
|---|---|
| 364 infof = open('RAxML_info.galaxy', 'a') | 364 infof = open('RAxML_info.galaxy', 'a') |
| 365 infof.write('\nOM: CLI options DEBUG START:\n') | 365 infof.write('\nOM: CLI options DEBUG START:\n') |
| 366 infof.write(options.__repr__()) | 366 infof.write(options.__repr__()) |
| 367 infof.write('\nOM: CLI options DEBUG END\n') | 367 infof.write('\nOM: CLI options DEBUG END\n') |
| 368 | 368 |
| 369 | |
| 369 if __name__ == "__main__": | 370 if __name__ == "__main__": |
| 370 __main__() | 371 __main__() |
