biocore / biocore/LabControl

Move labman.primer_set 18S and ITS inserts from db_patch_manual.sql into the populate_prod_db.sql

Open
#416 8 comments 0 reactions 0 assignees View on GitHub
bug priority:low
Dominant language
Python
Stars
2
Forks
15
PR merge metrics
No merged PRs in 30d

Description

It is not possible to create ITS or 18S primer plates. The example .gif shows an attempt to create an 18S plate; the same error is observed with ITS. 16S and shotgun appear to work.

![working_primers_issue](https://user-images.githubusercontent.com/474290/55359090-dc01cd80-5485-11e9-90fe-48947c083970.gif)

An observed traceback is below.

```python
Traceback
Traceback (most recent call last):
File "/Users/dtmcdonald/miniconda3/envs/labcontrol/lib/python3.7/site-packages/tornado/web.py", line 1697, in _execute result = method(*self.path_args, **self.path_kwargs)
File "/Users/dtmcdonald/miniconda3/envs/labcontrol/lib/python3.7/site-packages/tornado/web.py", line 3174, in wrapper return method(self, *args, **kwargs)
File "/Users/dtmcdonald/ResearchWork/software/labman/labman/gui/handlers/process_handlers/primer_working_plate_creation_process.py", line 35, in post creation_date)
File "/Users/dtmcdonald/ResearchWork/software/labman/labman/db/process.py", line 404, in create check_name = '%s %s' % (primer_set_plates[0].external_id,
IndexError: list index out of range
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.