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
  • 09:15 (UTC -07:00)
View GitHub Profile
@knmkr
knmkr / tabix-s3-example.md
Last active February 28, 2025 23:22
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
@import Darwin;
@import ObjectiveC;
@import CloudKit;
extern bool GEOConfigGetBOOL(int feature, void* something);
// Hooks feature flags in a resigned Maps.app to return true.
// Usage:
// clang -shared -fmodules -o libmaps_inject.dylib maps_inject.m \
// "$(xcrun
@manzt
manzt / README.md
Created August 31, 2023 21:54
minimal higlass + vite

minimal higlass vite

pnpm install
pnpm dev
@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