skills/smithery.ai/bio-data-visualization-genome-browser-tracks

bio-data-visualization-genome-browser-tracks

Installation
SKILL.md

Version Compatibility

Reference examples tested with: GenomicRanges 1.54+

Before using code patterns, verify installed versions match. If versions differ:

  • Python: pip show <package> then help(module.function) to check signatures
  • R: packageVersion('<pkg>') then ?function_name to verify parameters
  • CLI: <tool> --version then <tool> --help to confirm flags

If code throws ImportError, AttributeError, or TypeError, introspect the installed package and adapt the example to match the actual API rather than retrying.

Genome Browser Tracks

"Create genome browser track visualizations" → Generate publication-quality track plots or automate IGV screenshots showing aligned reads, coverage, and annotations at specific loci.

  • Python: pyGenomeTracks for static multi-track figures
  • CLI: IGV batch scripting for screenshots

pyGenomeTracks INI Configuration

Installs
1
First Seen
Apr 13, 2026
bio-data-visualization-genome-browser-tracks from smithery.ai