Pysam is a tool for working with genomic data files. It handles alignment files like BAM and CRAM. It also reads variant files like VCF and sequence files like FASTA. You can use it to extract regions, calculate coverage, and build analysis pipelines. Many scientists and bioinformaticians use pysam for their next generation sequencing work.
With pysam you can quickly fetch reads from a specific chromosome region. You can filter variants by quality. You can also query reference sequences. Everything is done through a simple Python interface. This makes it easy to integrate with other Python scripts.
The library is built on htslib, a widely used C library. It supports tabix-indexed files for fast lookups. You can also run samtools and bcftools commands from Python. Pysam is free to use under the MIT license.
Global
mkdir -p ~/.claude/skills/pysamProject
mkdir -p .claude/skills/pysamSource Repository
Explore Runlllllllama/rigorpilot-skills
Plan and rank quick deep learning exploration runs with clear boundaries
Run Trainlllllllama/rigorpilot-skills
Run deep learning training conservatively with structured logs and metrics
Env And Assets Bootstraplllllllama/rigorpilot-skills
Safe and careful setup of conda environments and asset paths for deep learning reproduction
Env And Assets Bootstraplllllllama/ai-paper-reproduction-skill
Prepare conda-first environment and asset paths for deep learning reproduction
Data Visualizationanthropics/knowledge-work-plugins
Pick the right chart, write clean Python code, and design for everyone
Powerbi Modelinggithub/awesome-copilot
Expert guidance for building optimized Power BI semantic models with star schemas and DAX
Power Bi Dax Optimizationgithub/awesome-copilot
Make your Power BI DAX formulas faster and easier to maintain
Bigquery Basicsgoogle/skills
Easily analyze massive datasets with SQL and built-in machine learning