This changelog is based on Keep a Changelog.
- Wrong path was used to make temp directory.
- A unique temp directory is used for every analysis. This makes it possible to run multiple instances at once, e.g. on a computing cluster.
- Config file was still missing when installed from PyPI because I messed up the filename of MANIFEST.in
- Config file was missing when installed from PyPI
- Added
annotate_filefunction toNetMHCpan.Helperclass. This reads an input file (e.g. a PSM file), makes binding predictions based on the contents of the indicated peptide column (default isPeptide), and in a new compy of the file writes the binding percent rank from NetMHCpan as a new column.
- Everything! First release of the project.