Structural input
++ X-ray, NMR, cryo-EM, and public fragment data provide the starting + points for target-aware design. +
+diff --git a/Dockerfile b/Dockerfile index e6dd89a..8300849 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,14 +12,14 @@ WORKDIR /workspace/molecular-design COPY . . # hack: We need to use the pypi toxsmi package, not the default one -RUN pip uninstall --yes toxsmi && pip install toxsmi && mkdir data +RUN pip uninstall --yes toxsmi && pip install toxsmi && mkdir -p data # hack: should be done in base gt4sd RUN pip uninstall --yes torch-scatter torch-sparse torch-cluster torch-geometric && \ pip install --no-index torch-scatter -f https://pytorch-geometric.com/whl/torch-1.12.0+cpu.html && \ - pip install --no-index torch-sparse -f https://pytorch-geometric.com/whl/torch-1.12.0+cpu.html && \ + pip install --no-index torch-sparse -f https://pytorch-geometric.com/whl/torch-1.12.0+cpu.html && \ pip install --no-index torch-cluster -f https://pytorch-geometric.com/whl/torch-1.12.0+cpu.html && \ - pip install torch-geometric -f https://pytorch-geometric.com/whl/torch-1.12.0+cpu.html + pip install torch-geometric==2.2.0 -f https://pytorch-geometric.com/whl/torch-1.12.0+cpu.html RUN chmod +x example_pipeline.sh diff --git a/assets/fragmentscreen-icon.png b/assets/fragmentscreen-icon.png new file mode 100644 index 0000000..af6e113 Binary files /dev/null and b/assets/fragmentscreen-icon.png differ diff --git a/assets/mac1-tmap.html b/assets/mac1-tmap.html new file mode 100644 index 0000000..fc3edb1 --- /dev/null +++ b/assets/mac1-tmap.html @@ -0,0 +1,1468 @@ + + +
+ + + +Target-based drug design
++ FragmentScreen connects fragment-based screening with + AI-supported fragment-to-lead optimisation. This repository is the + open computational side: train target-specific screeners, generate + and decorate molecular scaffolds, evaluate properties, and plan + synthesis routes. +
+ +
+ + FragmentScreen develops instrumentation, workflows, and experimental + and computational methods for fragment-based drug discovery. Work + package 6 focuses on AI-supported fragment-to-lead optimisation, + bridging structural biology, medicinal chemistry, and generative AI. +
++ X-ray, NMR, cryo-EM, and public fragment data provide the starting + points for target-aware design. +
++ Chemical language models combine motifs, grow scaffolds, and use + Regression Transformer models to decorate promising analogues. +
++ Designed molecules move through synthesis planning, experimental + validation, and model refinement in a design-make-test-analyse + cycle. +
++ The FragmentScreen WP6 blog describes the FFUL and IBM Research work + on AI-supported design for SARS-CoV-2 targets, including motif-guided + generation, Regression Transformer optimisation, RXN-assisted synthesis + planning, and wet-lab validation. +
+ +