We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f94e0 commit 839db07Copy full SHA for 839db07
src/main/java/progistar/scan/function/FASTQModeRun.java
@@ -28,7 +28,7 @@ public static void runFASTQMode (Task task) {
28
private static void scanReads (Task task) {
29
long startTime = System.currentTimeMillis();
30
File file = null;
31
- int threadNum = Parameters.threadNum;
+ int threadNum = Parameters.threadNum+1;
32
33
// single-end
34
if(task.start == 0) {
0 commit comments