Installation

You can install the package with pip:

pip install combinatorial_peptide_pooling

Or with conda:

conda install -c vasilisa.kovaleva combinatorial_peptide_pooling

Requirements

Required packages should be installed simulataneously with the combinatorial_peptide_pooling packages.

But if they were not, here is the list of requirements:

  • pandas>=1.5.3

    pip install "pandas>=1.5.3"
    
  • numpy>=1.23.5

    pip install "numpy>=1.23.5"
    
  • cvxpy>=1.3.2

    pip install "cvxpy>=1.3.2"
    
  • trimesh>=3.23.5

    pip install "trimesh>=3.23.5"