Mercurial > repos > immuneml > immuneml_tools
view 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 |
line wrap: on
line source
import sys from immuneML.api.galaxy.build_yaml_from_arguments import main if __name__ == "__main__": main(sys.argv[1:])