Toolverse
All skills

gget

by davila7

CLI/Python toolkit for rapid bioinformatics queries. Preferred for quick BLAST searches. Access to 20+ databases: gene info (Ensembl/UniProt), AlphaFold, ARCHS4, Enrichr, OpenTargets, COSMIC, genome downloads. For advanced BLAST/batch processing, use biopython. For

Installation

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

Installation

Quick info

Author
davila7
Category
Mobile
Views
25

About this skill

CLI/Python toolkit for rapid bioinformatics queries. Preferred for quick BLAST searches. Access to 20+ databases: gene info (Ensembl/UniProt), AlphaFold, ARCHS4, Enrichr, OpenTargets, COSMIC, genome downloads. For advanced BLAST/batch processing, use biopython. For multi-database integration, use bioservices.

How to use

  1. Zainstaluj gget w czystym środowisku wirtualnym, aby uniknąć konfliktów zależności. Użyj polecenia uv pip install gget (rekomendowane) lub pip install --upgrade gget. W Pythonie lub Jupyter zaimportuj pakiet: import gget.

  2. Poznaj podstawową składnię. Z linii poleceń używaj gget <moduł> [argumenty] [opcje]. W Pythonie wywołaj funkcję: gget.moduł(argumenty, opcje). Wyniki domyślnie zwracane są jako JSON (CLI) lub DataFrame/słownik (Python).

  3. Pobierz genom referencyjny za pomocą modułu ref. Przykład: gget ref homo_sapiens zwróci linki do pobrania i metadane genomu człowieka. Użyj flagi -w aby wybrać konkretne typy plików (gtf, dna, pep itp.).

  4. Wykonaj wyszukiwanie BLAST dla szybkiego porównania sekwencji. Moduł blast jest preferowany do szybkich zapytań; dla zaawansowanego przetwarzania wsadowego rozważ biopython.

  5. Zapytaj o informacje o genach, strukturach białek lub danych ekspresji, wybierając odpowiedni moduł (np. gene info, AlphaFold, ARCHS4). Wszystkie moduły obsługują flagi -o (zapis do pliku) i -csv (format CSV w CLI).

  6. Pamiętaj, że bazy danych są regularnie aktualizowane. gget jest testowany co dwa tygodnie i aktualizowany, aby dopasować się do nowych struktur baz danych.

Related skills

mobile-design

by sickn33

Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mobile-specific decision-making. Teaches principles and constraints, not fixed layouts. Use for React Native, Flutter, or

Mobile
6091

kotlin-multiplatform

by vitorpamplona

Platform abstraction decision-making for Amethyst KMP project. Guides when to abstract vs keep platform-specific,\nsource set placement (commonMain, jvmAndroid, platform-specific), expect/actual patterns. Covers primary targets\n(Android, JVM/Desktop, iOS) with web/wasm future

Mobile
15105

unreal-engine-cpp-pro

by sickn33

Expert guide for Unreal Engine 5.x C++ development, covering UObject hygiene, performance patterns, and best practices.

Mobile
2582

csharp-developer

by zenobi-us

Expert C# developer specializing in modern .NET development, ASP.NET Core, and cloud-native applications. Masters C# 12 features, Blazor, and cross-platform development with emphasis on performance and clean architecture.

Mobile
37126

flutter-expert

by sickn33

Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment. Handles state management, animations, testing, and performance optimization for mobile, web, desktop, and embedded platforms. Use PROACTIVELY for Flutter architecture, UI implementation, or

Mobile
54112

ios-simulator-skill

by conorluddy

21 production-ready scripts for iOS app testing, building, and automation. Provides semantic UI navigation, build automation, accessibility testing, and simulator lifecycle management. Optimized for AI agents with minimal token output.

Mobile
19154