Interleave paired-end reads from R1 and R2 files for NGS data processing and analysis.
This tool interleaves paired-end sequencing reads from separate R1 (forward) and R2 (reverse) files into a single file. Essential for NGS pipelines that require interleaved input format.
Alternating: R1[1], R2[1], R1[2], R2[2]...
Paired blocks: R1[1]+R2[1], R1[2]+R2[2]...
Most tools expect alternating format.
FASTQ: 4-line format with quality scores
FASTA: 2-line format, sequences only
Maintains original read identifiers with /1 and /2 suffixes.
Q: What if read counts don't match?
A: The tool will warn you and process only matched pairs.
Q: Are read IDs modified?
A: IDs get /1 and /2 suffixes to indicate pair position.