Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 7, 2018 03:04
Show Gist options
  • Save ryantm/b5abdcff796e6a95f05e5e2ac62113dd to your computer and use it in GitHub Desktop.
Save ryantm/b5abdcff796e6a95f05e5e2ac62113dd to your computer and use it in GitHub Desktop.
/nix/store/a80adzckf07wnrhniyakgn9v9isy3zvq-htslib-1.9
├── 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.9
│   ├── libhts.so.1.9
│   ├── libhts.so.2 -> libhts.so.1.9
│   └── 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
9 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment