This is a partial merge of the stanford branch with the caltech branch of
[htsworkflow.git] / htsworkflow / frontend / experiments / models.py
index 08397e6f9267e2717b1dd72907819d9c52bb944e..4e7e696797a1f6afb6a93a18ee315dff2d46d868 100755 (executable)
@@ -1,9 +1,9 @@
 from django.db import models
-from htswfrontend.fctracker.models import *
+from htsworkflow.frontend.samples.models import *
 
 class FlowCell(models.Model):
   
-  flowcell_id = models.CharField(max_length=20, unique=True, db_index=True, core=True)
+  flowcell_id = models.CharField(max_length=20, unique=True, db_index=True)
   run_date = models.DateTimeField(core=True)
   advanced_run = models.BooleanField(default=False)
   read_length = models.IntegerField(default=32) #Stanford is currenlty 25