diff 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
line wrap: on
line diff
--- a/raxml.py	Sat Nov 05 17:42:11 2022 +0000
+++ b/raxml.py	Sat Nov 18 23:18:58 2023 +0000
@@ -85,12 +85,6 @@
             with open('RAxML_resultPartitions.galaxy', 'w') as outfile:
                 outfile.write("No partition files were produced.\n")
 
-    # DEBUG options
-    with open('RAxML_info.galaxy', 'a') as infof:
-        infof.write('\nOM: CLI options DEBUG START:\n')
-        infof.write(options.__repr__())
-        infof.write('\nOM: CLI options DEBUG END\n')
-
 
 if __name__ == "__main__":
     __main__()