Mercurial > repos > immuneml > immuneml_tools
view build_yaml_from_arguments_wrapper.py @ 12:d4a7eac4ac9b draft
"planemo upload commit ac5061ee024f1b8f906fff76a74c7fcb07e1276f"
author | immuneml |
---|---|
date | Mon, 25 Oct 2021 11:55:00 +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:])