Skip to content

souadyoujilabadi/protein-sasa-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SASA

This program aims to calculate the Solvent-Accessible Surface Area (SASA) of a protein.

Setup your environment

Clone the repository:

git clone https://github.com/souadyoujilabadi/SASA_project.git

Move to the new directory:

cd SASA_project

Install anaconda.

Install mamba:

conda install mamba -n base -c conda-forge

Create the SASA conda environment:

mamba env create --file environment.yml

Load the SASA conda environment:

conda activate env_SASA

To deactivate an active environment, use:

conda deactivate 

Example of use

python3 bin/SASA.py -pdb data/pdb/1bzv.pdb -n 92

Results using this example and program:

3749.31 ACCESSIBLE SURFACE OF PROTEIN (ANGSTROM**2)

9.92 PERCENTAGE OF ACCESSIBILITY

About

Python CLI tool to estimate Solvent-Accessible Surface Area (SASA) of proteins directly from PDB 3D atomic coordinates.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages