Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 8, 2018 03:11
Show Gist options
  • Save ryantm/c9ddd760c0c740dabaabeb604fbb8a5a to your computer and use it in GitHub Desktop.
Save ryantm/c9ddd760c0c740dabaabeb604fbb8a5a to your computer and use it in GitHub Desktop.
/nix/store/5nqh165r343n7954gm49wbsdwf9iic3l-bcftools-1.8
├── bin
│   ├── bcftools
│   ├── color-chrs.pl
│   ├── guess-ploidy.py
│   ├── plot-roh.py
│   ├── plot-vcfstats
│   ├── run-roh.pl
│   └── vcfutils.pl
├── libexec
│   └── bcftools
│   ├── ad-bias.so
│   ├── af-dist.so
│   ├── check-ploidy.so
│   ├── check-sparsity.so
│   ├── color-chrs.so
│   ├── contrast.so
│   ├── counts.so
│   ├── dosage.so
│   ├── fill-AN-AC.so
│   ├── fill-from-fasta.so
│   ├── fill-tags.so
│   ├── fixploidy.so
│   ├── fixref.so
│   ├── frameshifts.so
│   ├── GTisec.so
│   ├── GTsubset.so
│   ├── guess-ploidy.so
│   ├── impute-info.so
│   ├── isecGT.so
│   ├── mendelian.so
│   ├── missing2ref.so
│   ├── prune.so
│   ├── setGT.so
│   ├── split.so
│   ├── tag2tag.so
│   └── trio-switch-rate.so
└── share
└── man
└── man1
└── bcftools.1.gz
6 directories, 34 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment