Skip to content

Commit

Permalink
Add lane yield threshold for NovaSeqXPlus 25B FC
Browse files Browse the repository at this point in the history
  • Loading branch information
chuan-wang committed Apr 7, 2024
1 parent 6c13a53 commit 993b059
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions VERSIONLOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Scilifelab_epps Version Log

## 20240407.1

Add lane yield threshold for NovaSeqXPlus 25B FC

## 20240325.1

Upgrade index_placement_checker to check expected index position
Expand Down
3 changes: 3 additions & 0 deletions scripts/manage_demux_stats_thresholds.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def __init__(self, instrument, chemistry, paired, read_length):
"NextSeq 2000 P3",
"10B",
"1.5B",
"25B",
]

if (
Expand Down Expand Up @@ -138,6 +139,8 @@ def set_exp_lane_clust(self):
self.exp_lane_clust = 1000e6
elif self.chemistry == "1.5B":
self.exp_lane_clust = 600e6
elif self.chemistry == "25B":
self.exp_lane_clust = 2500e6
elif self.instrument == "NextSeq":
if self.chemistry == "NextSeq Mid":
self.exp_lane_clust = 25e6
Expand Down

0 comments on commit 993b059

Please sign in to comment.