Skip to content

Commit

Permalink
Merge pull request #446 from epigen-UCSD/barcode_validation
Browse files Browse the repository at this point in the history
change 10xrna barcode validation to IndexValidation2
  • Loading branch information
avialee authored Jul 1, 2020
2 parents d0585ba + 4e19acd commit d8b6195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextseq_app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d8b6195

Please sign in to comment.