From 4e19acdceeff182cf46bfae6697f66662d29eed5 Mon Sep 17 00:00:00 2001 From: Yuxin Li Date: Wed, 1 Jul 2020 13:23:13 -0700 Subject: [PATCH] change 10xrna barcode validation to IndexValidation2 --- nextseq_app/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextseq_app/views.py b/nextseq_app/views.py index aa723128..97fe4a5b 100644 --- a/nextseq_app/views.py +++ b/nextseq_app/views.py @@ -400,7 +400,7 @@ def RunCreateView6(request): return render(request, 'nextseq_app/runandsamplesbulkadd.html', context) for ke in i7index_list.keys(): - if runinfo.experiment_type == "TA": + if runinfo.experiment_type in ["TA","TR"]: duplicate = IndexValidation2( i7index_list[ke], i5index_list[ke]) else: