Mercurial > repos > immuneml > immuneml_tools
view build_yaml_from_arguments_wrapper.py @ 17:b63bd4447c24 draft
"planemo upload commit baf8a7b46ce256e676d2c14b18ab58ee6f5b3cca"
author | immuneml |
---|---|
date | Fri, 04 Feb 2022 14:25:21 +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:])