Mercurial > repos > iuc > raxml
comparison raxml.py @ 7:b1e68bbe4cef draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raxml commit ca98a256623d6636805d6fbc4ff85fb7465b2f90
| author | iuc |
|---|---|
| date | Sat, 18 Nov 2023 23:18:58 +0000 |
| parents | a4b71be30c3c |
| children |
comparison
equal
deleted
inserted
replaced
| 6:ea30d3089354 | 7:b1e68bbe4cef |
|---|---|
| 83 outfile.write(line) | 83 outfile.write(line) |
| 84 else: | 84 else: |
| 85 with open('RAxML_resultPartitions.galaxy', 'w') as outfile: | 85 with open('RAxML_resultPartitions.galaxy', 'w') as outfile: |
| 86 outfile.write("No partition files were produced.\n") | 86 outfile.write("No partition files were produced.\n") |
| 87 | 87 |
| 88 # DEBUG options | |
| 89 with open('RAxML_info.galaxy', 'a') as infof: | |
| 90 infof.write('\nOM: CLI options DEBUG START:\n') | |
| 91 infof.write(options.__repr__()) | |
| 92 infof.write('\nOM: CLI options DEBUG END\n') | |
| 93 | |
| 94 | 88 |
| 95 if __name__ == "__main__": | 89 if __name__ == "__main__": |
| 96 __main__() | 90 __main__() |
