Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 14, 2021 00:11
Show Gist options
  • Save ryantm/0cd16556d75f3fbd52b36e8cb76ae9ef to your computer and use it in GitHub Desktop.
Save ryantm/0cd16556d75f3fbd52b36e8cb76ae9ef to your computer and use it in GitHub Desktop.
/nix/store/j8lr8la9bq5791qkm33nj24r9c768kvg-htslib-1.13
├── bin
│   ├── bgzip
│   ├── htsfile
│   └── tabix
├── include
│   └── htslib
│   ├── bgzf.h
│   ├── cram.h
│   ├── faidx.h
│   ├── hfile.h
│   ├── hts_defs.h
│   ├── hts_endian.h
│   ├── hts_expr.h
│   ├── hts.h
│   ├── hts_log.h
│   ├── hts_os.h
│   ├── kbitset.h
│   ├── kfunc.h
│   ├── khash.h
│   ├── khash_str2int.h
│   ├── klist.h
│   ├── knetfile.h
│   ├── kroundup.h
│   ├── kseq.h
│   ├── ksort.h
│   ├── kstring.h
│   ├── regidx.h
│   ├── sam.h
│   ├── synced_bcf_reader.h
│   ├── tbx.h
│   ├── thread_pool.h
│   ├── vcf.h
│   ├── vcf_sweep.h
│   └── vcfutils.h
├── lib
│   ├── libhts.a
│   ├── libhts.so -> libhts.so.1.13
│   ├── libhts.so.1.13
│   ├── libhts.so.3 -> libhts.so.1.13
│   └── pkgconfig
│   └── htslib.pc
└── share
└── man
├── man1
│   ├── bgzip.1.gz
│   ├── htsfile.1.gz
│   └── tabix.1.gz
├── man5
│   ├── faidx.5.gz
│   ├── sam.5.gz
│   └── vcf.5.gz
└── man7
└── htslib-s3-plugin.7.gz
10 directories, 43 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment