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

fixing PDI and PDi import

Former-commit-id: 4c5f598598349cfbd677a39fa89a0ca1a13778cd [formerly c3f6143e657675ff44956af0e17664b008c4b78d]
Former-commit-id: 86ce1beb429cf87466b0ce5abbfbd61a2cbcea34
parent 052fca65
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