Skip to content

Add Docking workflow implementation#31

Merged
gpauloski merged 4 commits intomainfrom
docking
May 20, 2024
Merged

Add Docking workflow implementation#31
gpauloski merged 4 commits intomainfrom
docking

Conversation

@ValHayot
Copy link
Copy Markdown
Contributor

@ValHayot ValHayot commented May 19, 2024

Description

Implemented the Protein docking workflow using the framework.
Note: some settings such as center coordinates and search space have
not been added as input arguments and the implementation is not currently
adaptable to other data, but that just requires a small change.

Fixes

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (internal implementation changes)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (no changes to the code)
  • CI change (changes to CI workflows, packages, templates, etc.)
  • Version changes (changes to the package or dependency versions)

Testing

Ran the following command on a Chameleon instance:

python -m webs.run docking \
    --executor process-pool \
    --max-processes 40 \
    --smi-file-name-ligand ${PWD}/dataset_orz_original_1k.csv \
    --receptor ${PWD}/1iep_receptor.pdbqt \
    --tcl-path ${PWD}/set_element.tcl

Pull Request Checklist

Please confirm the PR meets the following requirements.

  • Relevant tags are added (breaking, bug, dependencies, documentation, enhancement, refactor).
  • Code changes pass pre-commit (e.g., ruff, mypy, etc.).
  • Tests have been added to show the fix is effective or that the new feature works.
  • New and existing unit tests pass locally with the changes.
  • Docs have been updated and reviewed if relevant.

@ValHayot ValHayot added bug Something isn't working enhancement New features or improvements to existing functionality labels May 19, 2024
@gpauloski
Copy link
Copy Markdown
Contributor

gpauloski commented May 19, 2024

Thanks, @ValHayot! Looks good to me. I'll merge this tomorrow and probably squash some of the commits together.

@gpauloski gpauloski removed the bug Something isn't working label May 20, 2024
@gpauloski gpauloski merged commit d511ad0 into main May 20, 2024
@gpauloski gpauloski deleted the docking branch May 20, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New features or improvements to existing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New workflow: Protein Docking

2 participants