Hi Pat, wow - thanks for your fast answer.
Sure, below there is the command and the error message.
Windows version
Using Boost
mothur v.1.46.1
Last updated: 9/1/21
By Patrick D. Schloss
…
mothur >
make.contigs(file=stability.files)
Using 8 processors.
Processing file pair Forest1_1.fq.gz - Forest1_2.fq.gz (files 1 of 1) <<<<<
Making contigs…
[WARNING]: reading @A00808:703:H77MMDRXY:1:2109:1407:14418 expected a name with + as a leading character, ignoring.[WARNING]: names do not match. read A00808:703:H77MMDRXY:1:2109:20238:14403 for fasta and @A00808:703:H77MMDRXY:1:2109:1407:14418 for quality, ignoring.[WARNING]: Lengths do not match for sequence A00808:703:H77MMDRXY:1:2109:20238:14403. Read 1 characters for fasta and 224 characters for quality scores, ignoring read.[WARNING]: reading + expected a name with @ as a leading character, ignoring read.
[WARNING]: reading @A00808:703:H77MMDRXY:1:2109:7934:14418 expected a name with + as a leading character, ignoring.[WARNING]: names do not match. read + for fasta and @A00808:703:H77MMDRXY:1:2109:7934:14418 for quality, ignoring.[WARNING]: reading + expected a name with @ as a leading character, ignoring read.
[WARNING]: reading @A00808:703:H77MMDRXY:1:2109:17463:14450 expected a name with + as a leading character, ignoring.[WARNING]: names do not match. read + for fasta and @A00808:703:H77MMDRXY:1:2109:17463:14450 for quality, ignoring.[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, +.
**** Exceeded maximum allowed command warnings, silencing warnings ****
[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, A00808_703_H77MMDRXY_1_2251_8250_32158.
[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, A00808_703_H77MMDRXY_1_2251_26313_32189.
[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, A00808_703_H77MMDRXY_1_2230_24777_24612.
[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, A00808_703_H77MMDRXY_1_2230_18982_24627.
[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, A00808_703_H77MMDRXY_1_2230_25852_24784.
[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, A00808_703_H77MMDRXY_1_2230_5990_24987.
[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, A00808_703_H77MMDRXY_1_2231_22932_6731.
[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, A00808_703_H77MMDRXY_1_2231_4173_6778.
[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, A00808_703_H77MMDRXY_1_2231_3233_6872.
[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, A00808_703_H77MMDRXY_1_2231_23701_7153.
Name mismatch warning is endless……
I tried to unzip and zip files from anew to check if zipping was an issue (because it was a problem with a previous data set but worked after gzipping them again).
In this case, I fear it might be an issue with the unequal reads in the forward and reverse reads and I try to solve this problem with the commands: list.seqs and get.seqs:
list.seqs(fastq=myReverseFastqFile) – because it has less reads than fw read
get.seqs(fastq=myForwardFastqFile), accnos=current)
list.seqs(fastq=myForwardFastq.pick.fastq)
get.seqs(fastq=myReverseFastqFile, accnos=current).
and then make.contigs with *pick.fastq files