Mercurial > repos > immuneml > immuneml_tools
view build_yaml_from_arguments_wrapper.py @ 13:2fc9e270cc62 draft
"planemo upload commit 584cf0b9d11e7d4b94d667355ee49b0a76b69470"
author | immuneml |
---|---|
date | Mon, 01 Nov 2021 13:50:20 +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:])