Mercurial > repos > immuneml > immuneml_tools
view build_dataset_yaml_wrapper.py @ 10:b04667cae32f draft
"planemo upload commit 2c885ca0c7d32242ae6e2b61ececdf09d2eca3d1"
author | immuneml |
---|---|
date | Thu, 05 Aug 2021 12:58:16 +0000 |
parents | 629e7e403e19 |
children |
line wrap: on
line source
import sys from immuneML.api.galaxy.build_dataset_yaml import main if __name__ == "__main__": main(sys.argv[1:])