Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 6, 2020 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/b1c3202093c128c5274b9972d185e975 to your computer and use it in GitHub Desktop.
Save ryantm/b1c3202093c128c5274b9972d185e975 to your computer and use it in GitHub Desktop.
/nix/store/64igvzs9wm2xfzhwvscakjv6fn11p2mc-htslib-1.10.2
├── bin
│   ├── bgzip
│   ├── htsfile
│   └── tabix
├── include
│   └── htslib
│   ├── bgzf.h
│   ├── cram.h
│   ├── faidx.h
│   ├── hfile.h
│   ├── hts_defs.h
│   ├── hts_endian.h
│   ├── hts.h
│   ├── hts_log.h
│   ├── hts_os.h
│   ├── kbitset.h
│   ├── kfunc.h
│   ├── khash.h
│   ├── khash_str2int.h
│   ├── klist.h
│   ├── knetfile.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.10.2
│   ├── libhts.so.1.10.2
│   ├── libhts.so.3 -> libhts.so.1.10.2
│   └── 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, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment