From: Diane Trout Date: Tue, 25 Jan 2011 00:52:39 +0000 (-0800) Subject: Add in 12x / 18x PCR protocol end points from Lorian X-Git-Tag: 0.5.1~11 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=378419cff23777b8b48efa4d16a4d5e20eeecbee Add in 12x / 18x PCR protocol end points from Lorian --- diff --git a/htsworkflow/frontend/samples/models.py b/htsworkflow/frontend/samples/models.py index 0a65651..59b4c24 100644 --- a/htsworkflow/frontend/samples/models.py +++ b/htsworkflow/frontend/samples/models.py @@ -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'), )