Skip to content

Referee v1.1.1

Compare
Choose a tag to compare
@gwct gwct released this 25 Sep 02:47
· 16 commits to master since this release
f4d0653

v1.1.1

  • Fixed a bug where all scores output would be -2 after encountering a site with no reads mapped in a pileup file. Thanks to @reedacartwright.

v1.1

  • Implemented the --haploid option to score genomes from haploid species. This option can only be used in conjunction with an input --pileup file as the likelihoods must be calculated internally. This restricts the possible genotype likelihoods to the four base states and only considers a single allele in the likelihood calculation. See: https://gwct.github.io/referee/calcs.html
  • Fixed the order of operations for the probability calculations with mapping quality.
  • Updated unichr to chr for Python 3.

To install

Referee does not need to be compiled. Simply download one of the source packages below, decompress, and run with python referee.py <options>. You may want to add the referee folder to you $PATH variable for ease of use.