merge_bulk_fastq_cpp {FLAMES}R Documentation

Merge Bulk Fastq Files

Description

Merge all fastq files into a single fastq This function also inserts the original fastq file name into the header line of each read.

Usage

merge_bulk_fastq_cpp(fastq_files, out_fastq)

Arguments

fastq_files

a string vector of the fastq file paths to merge

out_fastq

the fastq file path of the output file

Value

returns NULL


[Package FLAMES version 1.0.2 Index]