Mercurial > repos > immuneml > immuneml_tools
view build_yaml_from_arguments_wrapper.py @ 4:697bb1a18bc7 draft
"planemo upload commit ca68ff5af9ca950176b60cb28b50f8f50daf5522-dirty"
author | immuneml |
---|---|
date | Thu, 01 Jul 2021 17:18:18 +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:])