X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Fsamples%2Fmodels.py;fp=htsworkflow%2Ffrontend%2Fsamples%2Fmodels.py;h=59b4c244d8b77805207a3562de316172463113fc;hb=378419cff23777b8b48efa4d16a4d5e20eeecbee;hp=0a65651abb02a54c4bb397ec93a12a058d73d20f;hpb=4e06080851d698679b82dbdb23f43feb063bddb5;p=htsworkflow.git 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'), )