Installation
Install with pip
The protein inference package is available on the python index via pip
$ pip install protein-inference
Install from github
Currently the code can be installed from source (inside protein-inference repo)
$ pip install -e /.
Or by using git+ssh using your MassDynamics github login:
$ pip install git+ssh://git@github.com/MassDynamics/protein-inference-joseph/releases/tag/0.1.2
Please ensure you use a relevant/up to date tag.