Mercurial > repos > iuc > raxml
comparison raxml.py @ 3:f5c449208763 draft
planemo upload for repository https://github.com/stamatak/standard-RAxML commit 174be06d7c7e7789df16ea5d5068f20b21257a2f
| author | iuc |
|---|---|
| date | Mon, 14 Nov 2016 14:01:03 -0500 |
| parents | 6f7ff8a3bd79 |
| children | 58a0f16c950c |
comparison
equal
deleted
inserted
replaced
| 2:6f7ff8a3bd79 | 3:f5c449208763 |
|---|---|
| 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 | |
| 370 if __name__ == "__main__": | 369 if __name__ == "__main__": |
| 371 __main__() | 370 __main__() |
