From 378419cff23777b8b48efa4d16a4d5e20eeecbee Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Mon, 24 Jan 2011 16:52:39 -0800 Subject: [PATCH] Add in 12x / 18x PCR protocol end points from Lorian --- htsworkflow/frontend/samples/models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'), ) -- 2.30.2