Add in 12x / 18x PCR protocol end points from Lorian
authorDiane Trout <diane@caltech.edu>
Tue, 25 Jan 2011 00:52:39 +0000 (16:52 -0800)
committerDiane Trout <diane@caltech.edu>
Tue, 25 Jan 2011 00:52:39 +0000 (16:52 -0800)
htsworkflow/frontend/samples/models.py

index 0a65651abb02a54c4bb397ec93a12a058d73d20f..59b4c244d8b77805207a3562de316172463113fc 100644 (file)
@@ -161,7 +161,8 @@ class Library(models.Model):
       ('1A', 'Ligation, then gel'),
       ('PCR', 'Ligation, then PCR'),
       ('1Ab', 'Ligation, PCR, then gel'),
-      ('1Aa', 'Ligation, gel, then PCR'),
+      ('1Ac', 'Ligation, gel, then 12x PCR'),
+      ('1Aa', 'Ligation, gel, then 18x PCR'),
       ('2A', 'Ligation, PCR, gel, PCR'),
       ('Done', 'Completed'),
     )