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

[Dataset] Add peptides structural dataset in LRGB #6337

Merged
merged 4 commits into from
Sep 21, 2023

Conversation

paoxiaode
Copy link
Collaborator

Description

The peptides structural dataset based on DGLDataset
Related issue: #5352

Checklist

Please feel free to remove inapplicable items for your PR.

  • The PR title starts with [$CATEGORY] (such as [NN], [Model], [Doc], [Feature]])
  • I've leverage the tools to beautify the python and c++ code.
  • The PR is complete and small, read the Google eng practice (CL equals to PR) to understand more about small PR. In DGL, we consider PRs with less than 200 lines of core code change are small (example, test and documentation could be exempted).
  • All changes have test coverage
  • Code is well-documented
  • To the best of my knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
  • Related issue is referred in this PR

Changes

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 15, 2023

Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:

  • @dgl-bot

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 15, 2023

Commit ID: da6fcd0

Build ID: 1

Status: ❌ CI test failed in Stage [Authentication].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 15, 2023

Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:

  • @dgl-bot

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 15, 2023

Commit ID: c297023

Build ID: 2

Status: ❌ CI test failed in Stage [Authentication].

Report path: link

Full logs path: link

@frozenbugs
Copy link
Collaborator

@dgl-bot

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 18, 2023

Commit ID: c297023

Build ID: 3

Status: ❌ CI test failed in Stage [Tensorflow CPU Unit test].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 18, 2023

Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:

  • @dgl-bot

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 18, 2023

Commit ID: 464cbeb

Build ID: 4

Status: ❌ CI test failed in Stage [Authentication].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 18, 2023

Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:

  • @dgl-bot

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 18, 2023

Commit ID: be56669

Build ID: 5

Status: ❌ CI test failed in Stage [Authentication].

Report path: link

Full logs path: link

@frozenbugs
Copy link
Collaborator

@dgl-bot

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 18, 2023

Commit ID: be56669

Build ID: 6

Status: ❌ CI test failed in Stage [Torch CPU (Win64) Unit test].

Report path: link

Full logs path: link

python/dgl/data/lrgb.py Outdated Show resolved Hide resolved
@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 19, 2023

Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:

  • @dgl-bot

1 similar comment
@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 19, 2023

Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:

  • @dgl-bot

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 19, 2023

Commit ID: 1069bcb9b905dcbb277583b45b09bc9e4f0909f4

Build ID: 7

Status: ❌ CI test failed in Stage [Authentication].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 19, 2023

Commit ID: d2fc7696861bb03db66c7c201c4ba98bab0fd3a6

Build ID: 8

Status: ❌ CI test failed in Stage [Authentication].

Report path: link

Full logs path: link

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 19, 2023

Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:

  • @dgl-bot

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 19, 2023

Commit ID: f541d514cabd5270b45c3c64972b802ea371f531

Build ID: 9

Status: ❌ CI test failed in Stage [Authentication].

Report path: link

Full logs path: link

@frozenbugs
Copy link
Collaborator

@dgl-bot

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 19, 2023

Commit ID: 66d204c6073594a47d54ffcc9f0a1a9ef9833459

Build ID: 10

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

Copy link
Collaborator

@rudongyu rudongyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done a first pass, could you also add indexing in docs/source/api/python/dgl.data.rst?

python/dgl/data/__init__.py Outdated Show resolved Hide resolved
python/dgl/data/lrgb.py Show resolved Hide resolved
python/dgl/data/lrgb.py Show resolved Hide resolved
python/dgl/data/lrgb.py Outdated Show resolved Hide resolved
python/dgl/data/lrgb.py Outdated Show resolved Hide resolved
python/dgl/data/lrgb.py Outdated Show resolved Hide resolved
python/dgl/data/lrgb.py Outdated Show resolved Hide resolved
python/dgl/data/lrgb.py Outdated Show resolved Hide resolved
python/dgl/data/lrgb.py Outdated Show resolved Hide resolved
python/dgl/data/lrgb.py Show resolved Hide resolved
@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 20, 2023

Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:

  • @dgl-bot

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 20, 2023

Commit ID: e0664baf815c3abdd603ea685e4744b66c636f68

Build ID: 11

Status: ❌ CI test failed in Stage [Authentication].

Report path: link

Full logs path: link

@paoxiaode
Copy link
Collaborator Author

@rudongyu Fixed the problem in the code you mentioned, please help me to review it

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 20, 2023

Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:

  • @dgl-bot

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 20, 2023

Commit ID: 711f6df

Build ID: 12

Status: ❌ CI test failed in Stage [Authentication].

Report path: link

Full logs path: link

@frozenbugs
Copy link
Collaborator

@dgl-bot

@dgl-bot
Copy link
Collaborator

dgl-bot commented Sep 20, 2023

Commit ID: 711f6df

Build ID: 13

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

@rudongyu
Copy link
Collaborator

@rudongyu Fixed the problem in the code you mentioned, please help me to review it

I'm good with the other parts except that a dataset index item is required in docs/source/api/python/dgl.data.rst. You can proceed to merge this pr after adding that. Thanks for your work!

@frozenbugs frozenbugs merged commit f8c1b24 into dmlc:master Sep 21, 2023
2 checks passed
@paoxiaode paoxiaode deleted the LRGB branch September 21, 2023 02:39
DominikaJedynak pushed a commit to DominikaJedynak/dgl that referenced this pull request Mar 12, 2024
This pull request was closed.
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.

4 participants