Skip to content

Instantly share code, notes, and snippets.

View alexpreynolds's full-sized avatar
👋
Hello

Alex Reynolds alexpreynolds

👋
Hello
  • Altius Institute for Biomedical Sciences
  • Seattle, WA USA
View GitHub Profile
@alexpreynolds
alexpreynolds / tabix-s3-example.md
Created February 28, 2025 23:22 — forked from knmkr/tabix-s3-example.md
tabix s3 example

Tabix command of htslib can query a locus to a remote s3 file using s3:// protocol.

$ aws s3 ls s3://your_bucket/
vcf.gz
vcf.gz.tbi

$ tabix -l s3://your_bucket/vcf.gz
chr1
chr2
@alexpreynolds
alexpreynolds / README.md
Created February 5, 2024 08:28 — forked from manzt/README.md
minimal higlass + vite

minimal higlass vite

pnpm install
pnpm dev