Skip to content

Commit 839db07

Browse files
committed
[sync]
1 parent 52f94e0 commit 839db07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/progistar/scan/function/FASTQModeRun.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static void runFASTQMode (Task task) {
2828
private static void scanReads (Task task) {
2929
long startTime = System.currentTimeMillis();
3030
File file = null;
31-
int threadNum = Parameters.threadNum;
31+
int threadNum = Parameters.threadNum+1;
3232

3333
// single-end
3434
if(task.start == 0) {

0 commit comments

Comments
 (0)