/psnpbind-core

Pocket SNPs effect on Binding Affinity Prediction Project

Primary LanguageJavaGNU Affero General Public License v3.0AGPL-3.0

PSnpBind Core Library

Codacy Badge GitHub top language Lines of code GitHub GitHub release (latest by date) Docker Cloud Build Status DOI Dockerhub Documentation

PSnpBind core library is the main library for PSnpBind data processing and database construction.

This repository is part of the "Pocket SNPs Effect On Protein-Ligand Binding Affinity Project (PSnpBind)" and it is needed to reproduce the work as described in the main repository

https://github.com/ammar257ammar/PSnpBind-Build

Please prepare and build the docker using the following instruction and refer back to the previous link for proper usage in the context of PSnpBind project.

First, clone this repository and "cd" to its directory.

Second, build the Docker image

docker build -t psnpbind-core .

Check the Documentation to explore the functions of the library

Now you are ready!

Go back to Main Project for proper usage of the Docker image.