.. image:: https://github.com/THGLab/MCSCE/workflows/Tests/badge.svg?branch=master :target: https://github.com/THGLab/MCSCE/actions?workflow=Tests :alt: Test Status
.. image:: https://github.com/THGLab/MCSCE/workflows/Package%20Build/badge.svg?branch=master :target: https://github.com/THGLab/MCSCE/actions?workflow=Package%20Build :alt: Package Build
.. image:: https://codecov.io/gh/THGLab/MCSCE/branch/master/graph/badge.svg :target: https://codecov.io/gh/THGLab/MCSCE :alt: Codecov
.. image:: https://img.shields.io/readthedocs/MCSCE/latest?label=Read%20the%20Docs :target: https://MCSCE.readthedocs.io/en/latest/index.html :alt: Read the Docs
Monte Carlo Side Chain Entropy package for generating side chain packing for fixed protein backbone.
Updated supports for phosphorated residues and other listed modifications; other ptms in development.
Phosphoralytion(unprotonated, protonated)
Methylation
N6-carboxylysine
Hydroxylation
v0.1.0
1.Lin, M. S., Fawzi, N. L. & Head-Gordon, T. Hydrophobic Potential of Mean Force as a Solvation Function for Protein Structure Prediction. Structure 15, 727–740 (2007).
Clone this repository::
git clone https://github.com/THGLab/MCSCE
Navigate to the new folder::
cd MCSCSE
Create a dedicated Conda environment with the needed dependencies::
conda env create -f requirements.yml
Install MCSCE package manually::
python setup.py develop --no-deps
To update to the latest version::
git pull
In your terminal window run for help::
mcsce -h
Contribute to this project following the instructions in
docs/CONTRIBUTING.rst
_ file.
.. _docs/CONTRIBUTING.rst: https://github.com/THGLab/MCSCE/blob/master/docs/CONTRIBUTING.rst