merge_bulk_fastq_cpp {FLAMES} | R Documentation |
Merge all fastq files into a single fastq This function also inserts the original fastq file name into the header line of each read.
merge_bulk_fastq_cpp(fastq_files, out_fastq)
fastq_files |
a string vector of the fastq file paths to merge |
out_fastq |
the fastq file path of the output file |
returns NULL