Skip to content
Snippets Groups Projects
Commit b57cfd6e authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

correct test on creation of Bound/Partner complexes

parent 6a8946f9
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ select distinct protein.NumUniprot, domain.PfamNumAccession , complexe.NbCopy,
else:
ppi = Ppi.objects.get(id=ppi_ids_mapping[row[6]])
# create a complex
if row[3]=="null":
if row[3] is None:
c = ProteinDomainPartnerComplex()
else:
c = ProteinDomainBoundComplex()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment