Skip to main content

CRAFT: Consistent Representational Fusion of Three Molecular Modalities.

Project description

CRAFT

CRAFT: Consistent Representational Fusion of Three Molecular Modalities

1. Environment Setup

1.1. Install Conda

wget https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-x86_64.sh
chmod +x Anaconda3-2023.09-0-Linux-x86_64.sh
source ~/.bashrc

1.2. Create Conda Environment

conda create -n craft python=3.10.13
conda activate craft
conda install -c conda-forge rdkit

1.3. Install Dependencies

clone the repository

git clone https://github.com/hukunhukun/CRAFT.git
cd CRAFT
pip install -r requirements.txt 

or

pip install -e .

1.4. Import the CRAFT package

pip install craft_mol

2. Model weights

Download the model weights from the huggingface and place them in the weights directory.

git lfs install
git clone https://huggingface.co/kunkunhu/craft_mol

3. Usage

Get molecular representations from three molecular modalities (SELFIES, Molecular Graph and IUPAC names)

from craft_mol.batch_feature import BatchFeature

model_path = './craft_mol/1m_checkpoint_09.pth'
config_path = './craft_mol/inference.yaml'
batch_feature = BatchFeature(model_path=model_path,config_path=config_path)

smiles = "CC(C)CC1=CC=C(C=C1)C(=O)O"
iupac_name = "4-(2-methylpropyl)benzoic acid"

mol_feature = batch_feature.get_feature_single(smiles=smiles, iupac_name=iupac_name)
print(mol_feature.shape)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

craft_mol-1.5.1.tar.gz (77.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

craft_mol-1.5.1-py3-none-any.whl (103.8 kB view details)

Uploaded Python 3

File details

Details for the file craft_mol-1.5.1.tar.gz.

File metadata

  • Download URL: craft_mol-1.5.1.tar.gz
  • Upload date:
  • Size: 77.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.13

File hashes

Hashes for craft_mol-1.5.1.tar.gz
Algorithm Hash digest
SHA256 36722cab2a014c29c3e2f22f1cd0b77c5a862329748dd959fb5b0c6b07aee224
MD5 21f86842dd8ef931bb9bf120f5f0b331
BLAKE2b-256 061c7fc770687b30399bc8a9721284a55522a0e0285d7f49e1cdd73bb6a28cdd

See more details on using hashes here.

File details

Details for the file craft_mol-1.5.1-py3-none-any.whl.

File metadata

  • Download URL: craft_mol-1.5.1-py3-none-any.whl
  • Upload date:
  • Size: 103.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.13

File hashes

Hashes for craft_mol-1.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 386b9aba47186617944715f96119011dee4d3a9a4d535dc8518ac67390d237d8
MD5 492fb1991d504baac6d78b900a85562c
BLAKE2b-256 86b09775d5193f512a388753dfd0a4407161226c4a7165afb9455e7e22a9e149

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page