Title: Explicit valence for atom # 219 C, 5, is greater than permitted · Issue #8 · DeepGraphLearning/DiffPack · GitHub
Open Graph Title: Explicit valence for atom # 219 C, 5, is greater than permitted · Issue #8 · DeepGraphLearning/DiffPack
X Title: Explicit valence for atom # 219 C, 5, is greater than permitted · Issue #8 · DeepGraphLearning/DiffPack
Description: When I run diffpack on an antibody design I generated from diffab, I get the above error and it writes nothing to disk and just exits. This is the pdb file (just change the extension to .pdb) output.txt #!/usr/bin/env bash # # exec pytho...
Open Graph Description: When I run diffpack on an antibody design I generated from diffab, I get the above error and it writes nothing to disk and just exits. This is the pdb file (just change the extension to .pdb) outpu...
X Description: When I run diffpack on an antibody design I generated from diffab, I get the above error and it writes nothing to disk and just exits. This is the pdb file (just change the extension to .pdb) outpu...
Opengraph URL: https://github.com/DeepGraphLearning/DiffPack/issues/8
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Explicit valence for atom # 219 C, 5, is greater than permitted","articleBody":"When I run diffpack on an antibody design I generated from diffab, I get the above error and it writes nothing to disk and just exits.\r\n\r\nThis is the pdb file (just change the extension to .pdb)\r\n[output.txt](https://github.com/user-attachments/files/16364736/output.txt)\r\n\r\n\r\n```./run_example.sh\r\n#!/usr/bin/env bash\r\n#\r\n#\r\nexec python script/inference.py -c config/inference_confidence.yaml \\\r\n --seed 2023 \\\r\n --output_dir path/to/output \\\r\n --pdb_files $@\r\n```\r\n```\r\n| ./run_example.sh output.pdb\r\n16:45:24 Config file: /home/ws/projects/diffpack/DiffPack/config/inference_confidence.yaml\r\n16:45:24 {'engine': {'batch_size': 32, 'gpus': [0], 'log_interval': 1000},\r\n 'model_checkpoint': '~/scratch/trained_model/diffpack/gearnet_edge_confidence_converted.pth',\r\n 'optimizer': {'class': 'Adam', 'lr': 0.0001},\r\n 'task': {'class': 'ConfidencePrediction',\r\n 'confidence_model': {'batch_norm': True,\r\n 'class': 'GearNet',\r\n 'concat_hidden': True,\r\n 'edge_input_dim': 58,\r\n 'hidden_dims': [128, 128, 128, 128, 128, 128],\r\n 'input_dim': 39,\r\n 'num_angle_bin': 8,\r\n 'num_relation': 6,\r\n 'readout': 'sum',\r\n 'short_cut': True},\r\n 'graph_construction_model': {'class': 'GraphConstruction',\r\n 'edge_feature': 'gearnet',\r\n 'edge_layers': [{'class': 'BondEdge'},\r\n {'class': 'SpatialEdge',\r\n 'min_distance': 2,\r\n 'radius': 4.5},\r\n {'class': 'KNNEdge',\r\n 'k': 10,\r\n 'min_distance': 0}]},\r\n 'model': {'batch_norm': True,\r\n 'class': 'GearNet',\r\n 'concat_hidden': True,\r\n 'edge_input_dim': 58,\r\n 'hidden_dims': [128, 128, 128, 128, 128, 128],\r\n 'input_dim': 128,\r\n 'num_angle_bin': 8,\r\n 'num_relation': 6,\r\n 'readout': 'sum',\r\n 'short_cut': True},\r\n 'num_mlp_layer': 3,\r\n 'num_sample': 4,\r\n 'schedule_1pi_periodic': {'annealed_temp': 3,\r\n 'cache_folder': '~/scratch/output/diffpack',\r\n 'class': 'SO2VESchedule',\r\n 'mode': 'ode',\r\n 'pi_periodic': True},\r\n 'schedule_2pi_periodic': {'annealed_temp': 3,\r\n 'cache_folder': '~/scratch/output/diffpack',\r\n 'class': 'SO2VESchedule',\r\n 'mode': 'ode',\r\n 'pi_periodic': False},\r\n 'sigma_embedding': {'class': 'SigmaEmbeddingLayer',\r\n 'hidden_dims': [64, 128],\r\n 'input_dim': 39,\r\n 'sigma_dim': 64},\r\n 'torsion_mlp_hidden_dims': [64, 128],\r\n 'train_chi_id': None},\r\n 'test_set': {'atom_feature': 'residue_symbol',\r\n 'bond_feature': None,\r\n 'class': 'SideChainDataset',\r\n 'mol_feature': None,\r\n 'path': None,\r\n 'pdb_files': ['output_test.pdb'],\r\n 'removeHs': True,\r\n 'residue_feature': None,\r\n 'sanitize': True,\r\n 'transform': {'class': 'Compose', 'transforms': []}},\r\n 'train': {'num_epoch': 0}}\r\n16:45:24 Output dir: /home/ws/projects/diffpack/DiffPack/path/to/output\r\n16:45:34 Preprocess training set\r\n16:45:37 {'batch_size': 32,\r\n 'class': 'core.Engine',\r\n 'gpus': [0],\r\n 'gradient_interval': 1,\r\n 'log_interval': 1000,\r\n 'logger': 'logging',\r\n 'num_worker': 0,\r\n 'optimizer': None,\r\n 'scheduler': None,\r\n 'task': {'class': 'tasks.ConfidencePrediction',\r\n 'graph_construction_model': {'class': 'layers.GraphConstruction',\r\n 'edge_feature': 'gearnet',\r\n 'edge_layers': [{'class': 'layers.geometry.BondEdge'},\r\n {'class': 'layers.geometry.SpatialEdge',\r\n 'max_distance': None,\r\n 'max_num_neighbors': 32,\r\n 'min_distance': 2,\r\n 'radius': 4.5},\r\n {'class': 'layers.geometry.KNNEdge',\r\n 'k': 10,\r\n 'max_distance': None,\r\n 'min_distance': 0}],\r\n 'node_layers': None},\r\n 'model': {'activation': 'relu',\r\n 'batch_norm': True,\r\n 'class': 'models.GearNet',\r\n 'concat_hidden': True,\r\n 'edge_input_dim': 58,\r\n 'hidden_dims': [128, 128, 128, 128, 128, 128],\r\n 'input_dim': 128,\r\n 'num_angle_bin': 8,\r\n 'num_relation': 6,\r\n 'readout': 'sum',\r\n 'short_cut': True},\r\n 'schedule_1pi_periodic': {'PI': 1.5707963267948966,\r\n 'cache_folder': '~/scratch/output/diffpack',\r\n 'class': 'SO2VESchedule'},\r\n 'schedule_2pi_periodic': {'PI': 3.141592653589793,\r\n 'cache_folder': '~/scratch/output/diffpack',\r\n 'class': 'SO2VESchedule'},\r\n 'sigma_embedding': {'class': 'layers.SigmaEmbeddingLayer',\r\n 'embed_type': 'sinusoidal',\r\n 'hidden_dims': [64, 128],\r\n 'input_dim': 39,\r\n 'operation': 'post_add',\r\n 'sigma_dim': 64},\r\n 'torsion_mlp_hidden_dims': [64, 128],\r\n 'train_chi_id': None,\r\n 'verbose': 0},\r\n 'test_set': None,\r\n 'train_set': None,\r\n 'valid_set': None}\r\n16:45:37 #parameter: 9351987\r\n16:45:37 Loading dataset from pdb files\r\nConstructing proteins from pdbs: 0%| | 0/1 [00:00\u003c?, ?it/s][16:45:37] Explicit valence for atom # 219 C, 5, is greater than permitted\r\nConstructing proteins from pdbs: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00\u003c00:00, 9.68it/s]\r\n16:45:37 Test on SideChainDataset( #sample: 0)\r\n16:45:37 /home/ws/projects/diffpack/DiffPack/path/to/output\r\n```","author":{"url":"https://github.com/wjs20","@type":"Person","name":"wjs20"},"datePublished":"2024-07-24T16:04:01.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/8/DiffPack/issues/8"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:cfc44123-18d0-a739-423a-f1b2e5d37a0a |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | D754:28E662:3F7D207:5651ED1:698DE5E3 |
| html-safe-nonce | 0097c3a4a6fffed1af56f3e41c966b4c5bf749262b3604671b8437f2e80d7984 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENzU0OjI4RTY2MjozRjdEMjA3OjU2NTFFRDE6Njk4REU1RTMiLCJ2aXNpdG9yX2lkIjoiNzA3MjM1ODA3NzgzMjIyNjI3NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 63ab9a24859be1c70275c71a83d866ce7f00ddcd7ff80cbbbdd8e9515619bbb6 |
| hovercard-subject-tag | issue:2427967911 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/DeepGraphLearning/DiffPack/8/issue_layout |
| twitter:image | https://opengraph.githubassets.com/ac603a06129e3b67f956291fd84fd37b0ef93e8418d95d41351990011dd09cd7/DeepGraphLearning/DiffPack/issues/8 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/ac603a06129e3b67f956291fd84fd37b0ef93e8418d95d41351990011dd09cd7/DeepGraphLearning/DiffPack/issues/8 |
| og:image:alt | When I run diffpack on an antibody design I generated from diffab, I get the above error and it writes nothing to disk and just exits. This is the pdb file (just change the extension to .pdb) outpu... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | wjs20 |
| hostname | github.com |
| expected-hostname | github.com |
| None | 929d0ce8b653d60df0698366d7e9012f9423ea1bace40816e16e5b007242aae4 |
| turbo-cache-control | no-preview |
| go-import | github.com/DeepGraphLearning/DiffPack git https://github.com/DeepGraphLearning/DiffPack.git |
| octolytics-dimension-user_id | 38018154 |
| octolytics-dimension-user_login | DeepGraphLearning |
| octolytics-dimension-repository_id | 667984939 |
| octolytics-dimension-repository_nwo | DeepGraphLearning/DiffPack |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 667984939 |
| octolytics-dimension-repository_network_root_nwo | DeepGraphLearning/DiffPack |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 5048f761cd42a133ec9ccbf7ca847affc26d4937 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width