LUNA

From DISI
Revision as of 20:00, 29 March 2023 by Khtang (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

LUNA is drug discovery Python toolkit developed by Keiser Lab at UCSF Github repo

https://github.com/keiserlab/LUNA

Install Instruction

If you have trouble following LUNA's conda environment setup instruction, try this

conda create -n luna-env -c schrodinger pymol -y
conda activate luna-env 
conda install -c conda-forge rdkit seaborn openbabel pip xopen colorlog networkx -y
pip install mmh3==2.5.1
pip install biopython==1.72
pip install luna

BKS Cluster has LUNA conda environment set up

source /nfs/soft/LUNA/env.sh

Usage

TBD