Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 14:47
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/b89d03b146670313aab8ff7413227244 to your computer and use it in GitHub Desktop.
Save ryantm/b89d03b146670313aab8ff7413227244 to your computer and use it in GitHub Desktop.
/nix/store/v440i1cqj55i2yxa374iplyvj6nrp7gm-python3.7-pysam-0.15.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pysam
│   │   ├── bcftools.py
│   │   ├── cbcftools_util.h
│   │   ├── config.py
│   │   ├── csamtools_util.h
│   │   ├── htslib_util.h
│   │   ├── include
│   │   │   ├── bcftools
│   │   │   │   ├── bam2bcf.h
│   │   │   │   ├── bam_sample.h
│   │   │   │   ├── bcftools.h
│   │   │   │   ├── bcftools.pysam.h
│   │   │   │   ├── bin.h
│   │   │   │   ├── call.h
│   │   │   │   ├── config.h
│   │   │   │   ├── convert.h
│   │   │   │   ├── filter.h
│   │   │   │   ├── gvcf.h
│   │   │   │   ├── hclust.h
│   │   │   │   ├── HMM.h
│   │   │   │   ├── khash_str2str.h
│   │   │   │   ├── kheap.h
│   │   │   │   ├── kmin.h
│   │   │   │   ├── mw.h
│   │   │   │   ├── ploidy.h
│   │   │   │   ├── prob1.h
│   │   │   │   ├── rbuf.h
│   │   │   │   ├── regidx.h
│   │   │   │   ├── smpl_ilist.h
│   │   │   │   ├── tsv2vcf.h
│   │   │   │   ├── vcfbuf.h
│   │   │   │   ├── vcmp.h
│   │   │   │   └── version.h
│   │   │   ├── htslib
│   │   │   │   ├── bcf_sr_sort.h
│   │   │   │   ├── config.h
│   │   │   │   ├── hfile_internal.h
│   │   │   │   ├── hts_internal.h
│   │   │   │   ├── 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
│   │   │   │   ├── textutils_internal.h
│   │   │   │   ├── thread_pool_internal.h
│   │   │   │   └── version.h
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── samtools
│   │   │   ├── bam2bcf.h
│   │   │   ├── bam_endian.h
│   │   │   ├── bam.h
│   │   │   ├── bam_lpileup.h
│   │   │   ├── bam_plbuf.h
│   │   │   ├── bedidx.h
│   │   │   ├── config.h
│   │   │   ├── sam.h
│   │   │   ├── sam_header.h
│   │   │   ├── sam_opts.h
│   │   │   ├── sample.h
│   │   │   ├── samtools.h
│   │   │   ├── samtools.pysam.h
│   │   │   ├── stats_isize.h
│   │   │   ├── tmp_file.h
│   │   │   ├── version.h
│   │   │   └── win32
│   │   │   ├── xcurses.h
│   │   │   ├── zconf.h
│   │   │   └── zlib.h
│   │   ├── __init__.py
│   │   ├── libcalignedsegment.cpython-37m-x86_64-linux-gnu.so
│   │   ├── libcalignedsegment.pxd
│   │   ├── libcalignmentfile.cpython-37m-x86_64-linux-gnu.so
│   │   ├── libcalignmentfile.pxd
│   │   ├── libcbcf.cpython-37m-x86_64-linux-gnu.so
│   │   ├── libcbcf.pxd
│   │   ├── libcbcftools.cpython-37m-x86_64-linux-gnu.so
│   │   ├── libcbcftools.pxd
│   │   ├── libcbgzf.cpython-37m-x86_64-linux-gnu.so
│   │   ├── libcfaidx.cpython-37m-x86_64-linux-gnu.so
│   │   ├── libcfaidx.pxd
│   │   ├── libchtslib.cpython-37m-x86_64-linux-gnu.so
│   │   ├── libchtslib.pxd
│   │   ├── libcsamfile.cpython-37m-x86_64-linux-gnu.so
│   │   ├── libcsamfile.pxd
│   │   ├── libcsamtools.cpython-37m-x86_64-linux-gnu.so
│   │   ├── libcsamtools.pxd
│   │   ├── libctabix.cpython-37m-x86_64-linux-gnu.so
│   │   ├── libctabixproxies.cpython-37m-x86_64-linux-gnu.so
│   │   ├── libctabixproxies.pxd
│   │   ├── libctabix.pxd
│   │   ├── libcutils.cpython-37m-x86_64-linux-gnu.so
│   │   ├── libcutils.pxd
│   │   ├── libcvcf.cpython-37m-x86_64-linux-gnu.so
│   │   ├── libcvcf.pxd
│   │   ├── Pileup.py
│   │   ├── __pycache__
│   │   │   ├── bcftools.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── Pileup.cpython-37.pyc
│   │   │   ├── samtools.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── pysam_stream.h
│   │   ├── pysam_util.h
│   │   ├── samtools.py
│   │   ├── utils.py
│   │   └── version.py
│   └── pysam-0.15.2.dist-info
│   ├── AUTHORS
│   ├── COPYING
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
14 directories, 131 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment