Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelnicaise/vannotplus
Tools for VANNOT variant annotation module
https://github.com/samuelnicaise/vannotplus
Last synced: 9 minutes ago
JSON representation
Tools for VANNOT variant annotation module
- Host: GitHub
- URL: https://github.com/samuelnicaise/vannotplus
- Owner: SamuelNicaise
- License: agpl-3.0
- Created: 2024-09-10T08:27:03.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-01-16T09:41:28.000Z (2 days ago)
- Last Synced: 2025-01-16T10:57:45.247Z (2 days ago)
- Language: Python
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vannotplus
## Installation
```bash
conda create -n vannotplus python=3.10
conda activate vannotplus
git clone --shared https://github.com/SamuelNicaise/vannotplus.git
cd vannotplus
pip install -e .
```## Usage
```bash
python -m vannotplus --help
```