Skip to content

Commit

Permalink
Merge pull request #234 from sanger/DPL-203-add-test-prefix-in-develo…
Browse files Browse the repository at this point in the history
…pment

Allow requests for barcodes starting TEST in development environment
  • Loading branch information
sdjmchattie authored Mar 23, 2022
2 parents 3198b5f + d7d4e7b commit a89fca3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions baracoda/config/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
from baracoda.config.defaults import *

# settings here overwrite those in 'defaults.py'

# adding an additional barcode prefix for use in source plate data setup
# for beckman and biosero, sharing the ht sequence
PREFIXES.append({"prefix": "TEST", "sequence_name": "ht", "convert": False})

0 comments on commit a89fca3

Please sign in to comment.