Skip to content
Snippets Groups Projects
Commit e71b692a authored by AndiMajore's avatar AndiMajore
Browse files

fixing PDI and PDi import

Former-commit-id: 9fb58872
parent d961f24e
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ class DataPopulator:
protein=protein,
drug=drug
))
models.ProteinProteinInteraction.objects.bulk_create(bulk)
models.ProteinDrugInteraction.objects.bulk_create(bulk)
return len(bulk)
def populate_pdis_disgenet() -> int:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment