对于PE数据,fastp通过-m/--merge选项实现拼接模式。
-m, --merge
for paired-end input, merge each pair of reads into a single read if they are overlapped. The merged reads will be written to the file given by --merged_out, the unmerged reads will be written to the files specified by --out1 and --out2. The merging mode is disabled by default.
--merged_out
in the merging mode, specify the file name to store merged output, or specify --stdout to stream the merged output (string [=])
网友评论