Mercurial > repos > immuneml > immuneml_tools
annotate build_yaml_from_arguments_wrapper.py @ 17:b63bd4447c24 draft
"planemo upload commit baf8a7b46ce256e676d2c14b18ab58ee6f5b3cca"
author | immuneml |
---|---|
date | Fri, 04 Feb 2022 14:25:21 +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_yaml_from_arguments 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:]) |