Skip to content

Commit

Permalink
bcftbx/mock: fix broken bases mask for platform 'novaseq' in MockIllu…
Browse files Browse the repository at this point in the history
…minaRun.
  • Loading branch information
pjbriggs committed Dec 19, 2023
1 parent b0362f0 commit 57942be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcftbx/mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ def __init__(self,name,platform,top_dir=None,
self._nlanes = 2
self._bcl_ext = '.bcl.bgzf'
self._sample_sheet_content = None
self._bases_mask = "y76,I0,I10,y76"
self._bases_mask = "y76,I10,I10,y76"
self._ntiles = 158
self._include_filter = True
self._include_control = False
Expand Down

0 comments on commit 57942be

Please sign in to comment.