We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9448a81 commit 2f9eba0Copy full SHA for 2f9eba0
src/trim_paired.c
@@ -433,14 +433,14 @@ int paired_main(int argc, char *argv[]) {
433
if (!gzip_output) {
434
if (combo_all) {
435
print_record_N (combo, fqrec1, qualtype);
436
- print_record (combo, fqrec2, p1cut);
+ print_record (combo, fqrec2, p2cut);
437
} else {
438
print_record (single, fqrec2, p2cut);
439
}
440
441
442
print_record_N_gzip (combo_gzip, fqrec1, qualtype);
443
- print_record_gzip (combo_gzip, fqrec2, p1cut);
+ print_record_gzip (combo_gzip, fqrec2, p2cut);
444
445
print_record_gzip (single_gzip, fqrec2, p2cut);
446
0 commit comments