Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] add uniprot ecnumber and cath label options to pdb manager #398

Merged
merged 7 commits into from
Jun 5, 2024

Conversation

kierandidi
Copy link
Collaborator

@kierandidi kierandidi commented May 29, 2024

What does this implement/fix? Explain your changes

We add the possibility to add metadata as part of the pdb manager, for example ec number, uniprot id or cath code and also filter by these.

Also adds option to download pdb data in mmcif and bcif format.

Also change a few pandas commands to satisfy deprecation warnings.

What testing did you do to verify the changes in this PR?

The change is made in a backward-compatible way; all old options and tests still run, but one can pass in new labels to enable that new option.

Pull Request Checklist

  • Added a note about the modification or contribution to the ./CHANGELOG.md file (if applicable)
  • Added appropriate unit test functions in the ./graphein/tests/* directories (if applicable)
  • Modify documentation in the corresponding Jupyter Notebook under ./notebooks/ (if applicable)
  • Ran python -m py.test tests/ and make sure that all unit tests pass (for small modifications, it might be sufficient to only run the specific test file, e.g., python -m py.test tests/protein/test_graphs.py)
  • Checked for style issues by running black . and isort .

Copy link

sonarcloud bot commented Jun 3, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarCloud

@a-r-j a-r-j merged commit 27463a5 into master Jun 5, 2024
28 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants