Skip to content

Commit 0cb29a7

Browse files
jonas-fuchswm75
andauthored
Update varvamp/scripts/qpcr.py
Co-authored-by: Wolfgang Maier <maierw@informatik.uni-freiburg.de>
1 parent e9679cd commit 0cb29a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

varvamp/scripts/qpcr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def test_amplicon_deltaG_parallel(qpcr_schemes_candidates, majority_consensus, n
341341
final_amplicons = []
342342

343343
# Create a pool of processes to handle the concurrent processing
344-
with multiprocessing.Pool(processes=n_threads) as pool:
344+
with multiprocessing.Pool(processes=num_processes) as pool:
345345
# Create a list of the first n amplicon tuples for processing
346346
# The list is sorted first on whether offset targets were predicted for the amplicon,
347347
# then by penalty. This ensures that amplicons with offset targets are always considered last

0 commit comments

Comments
 (0)