Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 22, 2018 03:32
Show Gist options
  • Save ryantm/545b0ba9f7d23ba1fccd0a05069e495e to your computer and use it in GitHub Desktop.
Save ryantm/545b0ba9f7d23ba1fccd0a05069e495e to your computer and use it in GitHub Desktop.
/nix/store/jiwmr62hr6yb9bxnkwj4v4nfswh3n24q-bcftools-1.9
├── 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
│   ├── smpl-stats.so
│   ├── split.so
│   ├── tag2tag.so
│   ├── trio-stats.so
│   └── trio-switch-rate.so
└── share
└── man
└── man1
└── bcftools.1.gz
6 directories, 36 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment