Thanks to visit codestin.com
Credit goes to github.com

Skip to content

freitasR/BB-SAR

 
 

Repository files navigation

BB-SAR

Python Python

BB-SAR is a web application designed for analyzing structure-activity relationships (SAR) at the building block (BB) level. It facilitates data-driven decision-making in medicinal chemistry projects by focusing on a defined chemical series. bb-sar_toc

Table of Contents

Features

  • 🔍 Analyzes biological/physicochemical properties from the BB perspective.
  • 📊 Simplifies the data complexity and helps identify trends between molecular features and properties.
  • ✨ Provides an intuitive interface for medicinal chemists.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Installation

Prerequisites

  • Python 3.10+
  • Conda package manager
  • Git

Linux

1. Clone the repository

cd /path/to/your/directory
git clone https://github.com/chevillardf/BB-SAR.git
cd BB-SAR

2. Create and activate the conda environment

conda env create -f data/py310.yml
conda activate py310

3. Start the application

python manage.py runserver

4. Access the web app

  • Open your web browser and go to http://127.0.0.1:8000/
  • Default Password: yourPassword (can be edited in bb-sar/settings.py)

Windows

  • Install Anaconda by following the instructions here.
  • Start Anaconda PowerShell and apply the same logic as Linux installation.

Utilisation

For detailed usage instructions, see the User Manual.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.7%
  • HTML 32.6%
  • Jupyter Notebook 24.2%
  • CSS 0.5%