Mercurial > repos > immuneml > immuneml_tools
annotate build_dataset_yaml_wrapper.py @ 9:d9a2f5b7448a draft
"planemo upload commit 97c6b0b37098f81d2454174e7b8e50224270f25d-dirty"
author | immuneml |
---|---|
date | Fri, 30 Jul 2021 13:23:25 +0000 |
parents | 629e7e403e19 |
children |
rev | line source |
---|---|
0
629e7e403e19
"planemo upload commit 2fed2858d4044a3897a93a5604223d1d183ceac0-dirty"
immuneml
parents:
diff
changeset
|
1 import sys |
629e7e403e19
"planemo upload commit 2fed2858d4044a3897a93a5604223d1d183ceac0-dirty"
immuneml
parents:
diff
changeset
|
2 from immuneML.api.galaxy.build_dataset_yaml import main |
629e7e403e19
"planemo upload commit 2fed2858d4044a3897a93a5604223d1d183ceac0-dirty"
immuneml
parents:
diff
changeset
|
3 if __name__ == "__main__": |
629e7e403e19
"planemo upload commit 2fed2858d4044a3897a93a5604223d1d183ceac0-dirty"
immuneml
parents:
diff
changeset
|
4 main(sys.argv[1:]) |