Skip to content

Commit

Permalink
Merge pull request #387 from sanger/dpl-762-wsi-barcodes
Browse files Browse the repository at this point in the history
Add WSI barcode prefix option
  • Loading branch information
sdjmchattie authored May 5, 2023
2 parents 2409e98 + cc69fe4 commit 53cd553
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions baracoda/config/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,12 @@
"formatter_class": HeronCogUkIdFormatter,
"enableChildrenCreation": False,
},
{
"prefix": "WSI",
"sequence_name": "heron",
"formatter_class": HeronCogUkIdFormatter,
"enableChildrenCreation": False,
},
{
"prefix": "COS",
"sequence_name": "csm",
Expand Down
1 change: 1 addition & 0 deletions baracoda/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
{ "prefix": "TFCI", "sequence_name": "heron" },
{ "prefix": "WAHH", "sequence_name": "heron" },
{ "prefix": "WSFT", "sequence_name": "heron" },
{ "prefix": "WSI", "sequence_name": "heron" },
{ "prefix": "COS", "sequence_name": "csm"},
{ "prefix": "CBOX", "sequence_name": "csm"},
{ "prefix": "CPL", "sequence_name": "csm"},
Expand Down

0 comments on commit 53cd553

Please sign in to comment.