Skip to content

Commit

Permalink
file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
timkucera committed Nov 24, 2023
1 parent dcccba4 commit a9f4652
Show file tree
Hide file tree
Showing 32 changed files with 11 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
File renamed without changes.
Empty file.
11 changes: 11 additions & 0 deletions proteinshake/transforms/post_framework/note.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"""
Post-framework transforms will not be implemented in ProteinShake, but are responsibility of the respective framework.
You can pass the framework-native transforms to the Dataset object though.

Example:

from proteinshake.datasets import EnzymeDataset
from torch_geometric.transforms import AddSelfLoops
ds = EnzymeDataset(...).to_graph(...).pyg(..., post_transform=AddSelfLoops)

"""
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added proteinshake/utils/io.py
Empty file.

0 comments on commit a9f4652

Please sign in to comment.