Skip to content

Commit

Permalink
Merge branch 'develop' into readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomart committed Nov 7, 2024
2 parents 258977a + 1a2de91 commit 1b4f6c0
Show file tree
Hide file tree
Showing 115 changed files with 17,819 additions and 1,272,347 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
python setup.py sdist bdist_wheel
- name: Upload artifacts for inspection
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/*
Expand Down
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include README.md
include LICENSE
include test/*
include example/*
include meeko/data/*
include meeko/tmp/*
include meeko/utils/*
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Meeko: preparation of small molecules for AutoDock

[![API stability](https://img.shields.io/badge/stable%20API-no-orange)](https://shields.io/)
[![PyPI version fury.io](https://img.shields.io/badge/version-0.6.0--alpha.3-green.svg)](https://pypi.python.org/pypi/meeko/)
[![PyPI version fury.io](https://img.shields.io/badge/version-0.6.0-green.svg)](https://pypi.python.org/pypi/meeko/)
[![Documentation Status](https://readthedocs.org/projects/meeko/badge/?version=readthedocs)](https://meeko.readthedocs.io/en/readthedocs/?badge=readthedocs)

Meeko reads an RDKit molecule object and writes a PDBQT string (or file)
Expand Down Expand Up @@ -218,7 +218,6 @@ naming scheme for atoms and residues, e.g., `HIE` or `HID`
instead of `HIS`.

### 2. Prepare protein pdbqt
Here, `wk.pdb` was written by waterkit.
Here, `wk.pdb` was written by waterkit. The example below will center a gridbox of specified size on the given reactive residue.

```console
Expand Down Expand Up @@ -272,12 +271,12 @@ and it is suffixed with `reactive_config`.
ADGPU -I *.reactive_config -L sufex1.pdbqt -N sufex1_docked_ -F *_flex.pdbqt -C 1
```

## Chorizo docs temporary placeholder
## Polymer docs temporary placeholder

Current init is a builder method designed to parse PDB files and topology
objects. It is not designed to chorizify a polymer that already exists
objects. It is not designed to monomerize a polymer that already exists
as a single RDKit molecule, or to build a single polymer molecule from the
individual chorizo residues. To do that, one would have to react residues
individual residues (monomers). To do that, one would have to react residues
with each other. Padding could be adapted.


Expand Down
186 changes: 0 additions & 186 deletions example/BACE_macrocycle/BACE_4.sdf

This file was deleted.

121 changes: 0 additions & 121 deletions example/autodock_zn/AD4Zn.dat

This file was deleted.

16 changes: 0 additions & 16 deletions example/autodock_zn/README.txt

This file was deleted.

Loading

0 comments on commit 1b4f6c0

Please sign in to comment.