diff CHAP/__main__.py @ 0:cbbe42422d56 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 1401a7e1ae007a6bda260d147f9b879e789b73e0-dirty
author kls286
date Tue, 28 Mar 2023 15:07:30 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CHAP/__main__.py	Tue Mar 28 15:07:30 2023 +0000
@@ -0,0 +1,4 @@
+from CHAP.runner import main
+
+if __name__ == '__main__':
+    main()