Skip to content

Commit fdf754b

Browse files
committed
fix: remove duplicate builtin: prefix in 10x-sc-5gex-gemx-v3 whitelist
The CELL whitelist address had a double "builtin:" prefix which caused an IllegalArgumentException when running refineTagsAndSort.
1 parent d930d5a commit fdf754b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/resources/presets/protocols

src/main/resources/presets/protocols/10x.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@
750750
readsLayout: ReverseOnly
751751
refineTagsAndSort:
752752
whitelists:
753-
CELL: builtin:builtin:3M-5pgex-jan-2023
753+
CELL: builtin:3M-5pgex-jan-2023
754754
runCorrection: true
755755
parameters:
756756
correctionPower: 0.001

0 commit comments

Comments
 (0)