Split merged paired-end sequences into separate files
seqsplitpe(
splits
merged paired-end sequences from fastqFile
)fastqFile
into
two separate files. Each sequence is split in the middle. The first
half of the sequence is saved in the first output file and the other
half in the second output file. By default, each output file name
consists of the input file name appended with a suffix '_1'
or '_2'
before
the file extension.
seqsplitpe(___,
uses
additional options specified by one or more Name,Value
)Name,Value
pair
arguments.