Hi,
I have a very large dataset consisting of 90 forward and 90 reverse paired sequences. I can successfully use --fastq_mergepairs to merge a single pair. I've done this for a small dataset of 10 samples then used cat to concatenate the individual output files into a single file of merged contigs. I have been unable to get a wildcard command to process all of my files to work. I am following the USearch protocol using the command:
vsearch --fastq_mergepairs *_R1_*.fastq --reverse *_R2_*.fastq --fastqout mergedAll.fq
This command generates the error: Unrecognized string on command line (M-42-CD-A_S68_L001_R1_001.fastq) This is the second sample in my dataset. And the error, "segmentation fault (core dumped)"
Can you please provide the proper syntax for handling multiple files? How do I use --relabel to preserve the sample information in the merged file?
Many thanks for your assistance. I am switching from USearch to VSearch as this dataset is too large to be handled by USearch-Windows version.
Susan