annotate build_yaml_from_arguments_wrapper.py @ 15:e33b3d370124 draft

"planemo upload commit 5d2abc4e7c3895a90cefc6384e0964049e9bcb9f"
author immuneml
date Tue, 04 Jan 2022 12:57:42 +0000
parents 629e7e403e19
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
629e7e403e19 "planemo upload commit 2fed2858d4044a3897a93a5604223d1d183ceac0-dirty"
immuneml
parents:
diff changeset
1 import sys
629e7e403e19 "planemo upload commit 2fed2858d4044a3897a93a5604223d1d183ceac0-dirty"
immuneml
parents:
diff changeset
2 from immuneML.api.galaxy.build_yaml_from_arguments import main
629e7e403e19 "planemo upload commit 2fed2858d4044a3897a93a5604223d1d183ceac0-dirty"
immuneml
parents:
diff changeset
3 if __name__ == "__main__":
629e7e403e19 "planemo upload commit 2fed2858d4044a3897a93a5604223d1d183ceac0-dirty"
immuneml
parents:
diff changeset
4 main(sys.argv[1:])