Mercurial > repos > immuneml > immuneml_tools
view build_dataset_yaml_wrapper.py @ 11:bd77c7f1985c draft
"planemo upload commit 8e6575073c34112d0c4dcfdb77406bc41800a843"
author | immuneml |
---|---|
date | Mon, 23 Aug 2021 11:12:21 +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:])