Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.3%) to scientific vocabulary
Keywords
Repository
Template tool job executor for VRE
Basic Info
- Host: GitHub
- Owner: inab
- License: apache-2.0
- Language: Python
- Default Branch: master
- Homepage: https://github.com/inab/openVRE
- Size: 3.76 MB
Statistics
- Stars: 0
- Watchers: 8
- Forks: 3
- Open Issues: 0
- Releases: 3
Topics
Metadata Files
README.md
VRE template Tool Executor
Example tool that is ready to run in the VRE matching the code in the documentation.
This repository can be forked and used as the base template for creating new tools. It should have all of base functionalities and is set up for testing to ensure code clarity.
Requirements
- Python 3.6 or later
- Git
bash
sudo apt update
sudo apt install python3
sudo apt install git
In order to install the Python dependencies you need pip and venv modules.
bash
sudo apt install python3-pip python3-venv
Installation
Directly from GitHub:
bash
cd $HOME
git clone https://github.com/inab/vre_template_tool.git
cd vre_template_tool
Create the Python environment:
bash
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip wheel
pip install -r requirements.txt
Run the Wrapper
bash
./VRE_RUNNER --config tests/basic/config.json --in_metadata tests/basic/in_metadata.json --out_metadata out_metadata.json --log_file VRE_RUNNER.log
Look for the results in tests/basic/run000/.
License
- © 2020-2022 Barcelona Supercomputing Center (BSC), ES
Licensed under the Apache License Version 2.0, see the file LICENSE for details.
Owner
- Name: Spanish National Bioinformatics Institute
- Login: inab
- Kind: organization
- Email: salvador.capella@bsc.es
- Location: Spain
- Website: https://inb-elixir.es
- Repositories: 172
- Profile: https://github.com/inab
Alfonso Valencia | BSC, ICREA, INB Director - Salvador Capella-Gutierrez | BSC, INB CTO
Citation (CITATION.cff)
authors:
- family-names: Rodríguez-Navas
given-names: Laura
orcid: "https://orcid.org/0000-0003-4929-1219"
- family-names: Codó Tarraubella
given-names: Laia
orcid: "https://orcid.org/0000-0002-6797-8746"
cff-version: 1.2.0
date-released: "2020-01-27"
keywords:
- template
- wrapper
- tool
- vre
license: Apache-2.0
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/inab/vre_template_tool"
type: software
title: "VRE template Tool Executor"
version: 0.1.2
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- openvre-tool-api master
- sphinx *
- sphinx-automodapi *
- sphinx-rtd-theme *
- openvre-tool-api v0.5.5