view build_yaml_from_arguments_wrapper.py @ 14:c9fe1c1ca24b draft

"planemo upload commit 9d6461c31234b3e7bef1704272387139a6971ec5"
author immuneml
date Tue, 09 Nov 2021 12:24:40 +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:])