Skip to content

Referee version 1.1

Compare
Choose a tag to compare
@gwct gwct released this 31 Aug 23:59
· 19 commits to master since this release
  • 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.