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

fixing PDI and PDi import

parent f7cfdb56
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