Toolverse
All skills

gtars

by K-Dense-AI

High-performance toolkit for genomic interval analysis in Rust with Python bindings. Use when working with genomic regions, BED files, coverage tracks, overlap detection, tokenization for ML models, or fragment analysis in computational genomics and machine learning applications.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Testing
Views
1

About this skill

High-performance toolkit for genomic interval analysis in Rust with Python bindings. Use when working with genomic regions, BED files, coverage tracks, overlap detection, tokenization for ML models, or fragment analysis in computational genomics and machine learning applications.

How to use

  1. Zainstaluj bibliotekę Pythona za pomocą polecenia uv pip install gtars. 2. Zaimportuj gtars w swoim skrypcie Python: import gtars. 3. Wczytaj plik BED zawierający regiony genomiczne, które chcesz analizować. 4. Użyj funkcji detekcji nakładań (overlap detection) do znalezienia regionów, które się przecinają — przydatne przy adnotacji wariantów lub porównywaniu pików z eksperymentów ChIP-seq. 5. Jeśli przygotowujesz dane do modelu uczenia maszynowego, zastosuj moduł tokenizacji do konwersji interwałów genomicznych na reprezentacje numeryczne. 6. Dla zaawansowanych zastosowań rozważ instalację narzędzi CLI (cargo install gtars-cli) lub dodanie biblioteki do projektu Rust ([dependencies] gtars = { version = "0.1", features = ["tokenizers", "overlaprs"] }).

Related skills

textual

by KyleKing

Expert guidance for building TUI (Text User Interface) applications with the Textual framework. Invoke when user asks about Textual development, TUI apps, widgets, screens, CSS styling, reactive programming, or testing Textual applications.

Testing
69192

playwright-browser-automation

by lackeyjb

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test

Testing
13130

backtesting-frameworks

by wshobson

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.

Testing
12105

code-reviewer

by google-gemini

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

Testing
1248

playwright-cli

by microsoft

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Testing
45103

pair-trade-screener

by tradermonty

Statistical arbitrage tool for identifying and analyzing pair trading opportunities. Detects cointegrated stock pairs within sectors, analyzes spread behavior, calculates z-scores, and provides entry/exit recommendations for market-neutral strategies. Use when user requests pair

Testing
994