Skip to content
Snippets Groups Projects
Commit f5920875 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Merge branch 'add_domains_to_proteins' of gitlab.pasteur.fr:ippidb/ippidb-web...

Merge branch 'add_domains_to_proteins' of gitlab.pasteur.fr:ippidb/ippidb-web into add_domains_to_proteins
parents 4dcebb7e 9a070d6a
Branches
No related tags found
1 merge request!4Add domains to proteins
Pipeline #10190 passed
...@@ -297,7 +297,7 @@ class ProteinDomainComplex(models.Model): ...@@ -297,7 +297,7 @@ class ProteinDomainComplex(models.Model):
Protein-Domain association Protein-Domain association
""" """
protein = models.ForeignKey('Protein', models.CASCADE) protein = models.ForeignKey('Protein', models.CASCADE)
domain = models.ForeignKey('Domain', models.CASCADE) domain = models.ForeignKey('Domain', models.CASCADE, null=True, blank=True)
ppc_copy_nb = models.IntegerField( ppc_copy_nb = models.IntegerField(
'Number of copies of the protein in the complex') 'Number of copies of the protein in the complex')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment