Skip to content

Version 0.2.0 release

Compare
Choose a tag to compare
@massie massie released this 21 Nov 15:59
· 9 commits to master since this release

Version 0.2.0

  • Prior code expressed the probability of cleavage of the N-terminus at each position of the peptide. This commit changes the prediction of cleavage at the C-terminus.
  • Support for NetChop 3.0 formatted output, both long and short form
  • Improved test coverage
  • See README for more details

To install from source, download the attached source tarball and run, e.g.

$ gunzip < chipper-0.2.0.tar.gz | tar -xvf -
$ cd chipper-0.2.0
$ mkdir build
$ cd build
$ cmake ..
$ make all test install

There is also an attached binary distribution for Darwin which has already been built for you.