{"id":19328032,"url":"https://github.com/inab/vre_template_tool","last_synced_at":"2025-07-02T11:33:02.982Z","repository":{"id":41803651,"uuid":"236532777","full_name":"inab/vre_template_tool","owner":"inab","description":"Template tool job executor for VRE","archived":false,"fork":false,"pushed_at":"2023-01-24T15:10:23.000Z","size":3939,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-11T17:04:43.757Z","etag":null,"topics":["template","tool","vre","wrapper"],"latest_commit_sha":null,"homepage":"https://github.com/inab/openVRE","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-01-27T16:13:37.000Z","updated_at":"2022-08-10T11:58:11.000Z","dependencies_parsed_at":"2023-02-13T22:35:25.471Z","dependency_job_id":null,"html_url":"https://github.com/inab/vre_template_tool","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/inab/vre_template_tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inab%2Fvre_template_tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inab%2Fvre_template_tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inab%2Fvre_template_tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inab%2Fvre_template_tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inab","download_url":"https://codeload.github.com/inab/vre_template_tool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inab%2Fvre_template_tool/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263130411,"owners_count":23418275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["template","tool","vre","wrapper"],"created_at":"2024-11-10T02:19:53.771Z","updated_at":"2025-07-02T11:33:02.919Z","avatar_url":"https://github.com/inab.png","language":"Python","readme":"# VRE template Tool Executor\n\n[![Documentation Status](https://readthedocs.org/projects/vre-template-tool/badge/?version=latest)](https://vre-template-tool.readthedocs.io/en/latest/?badge=latest)\n\nExample tool that is ready to run in the VRE matching the code in the [documentation](https://vre-template-tool.readthedocs.io/en/latest/?badge=latest).\n\nThis repository can be forked and used as the base template for creating new tools. It should have all of base\nfunctionalities and is set up for testing to ensure code clarity.\n\n## Requirements\n\n- Python 3.6 or later\n- [Git](https://git-scm.com/downloads)\n\n```bash\nsudo apt update\nsudo apt install python3\nsudo apt install git\n```\n\nIn order to install the Python dependencies you need `pip` and `venv` modules.\n\n```bash\nsudo apt install python3-pip python3-venv\n```\n\n## Installation\n\nDirectly from GitHub:\n\n```bash\ncd $HOME\ngit clone https://github.com/inab/vre_template_tool.git\ncd vre_template_tool\n```\n\nCreate the Python environment:\n\n```bash\npython3 -m venv venv\nsource venv/bin/activate\npip install --upgrade pip wheel\npip install -r requirements.txt\n```\n\n## Run the Wrapper\n\n```bash\n./VRE_RUNNER --config tests/basic/config.json --in_metadata tests/basic/in_metadata.json --out_metadata out_metadata.json --log_file VRE_RUNNER.log\n```\n\nLook for the results in `tests/basic/run000/`.\n\n## License\n* © 2020-2022 Barcelona Supercomputing Center (BSC), ES\n\nLicensed under the Apache License [Version 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file `LICENSE` for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finab%2Fvre_template_tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finab%2Fvre_template_tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finab%2Fvre_template_tool/lists"}