Hello everybody, I am working with the latest version of mothur and I get a problem that drives me crazy for several days. I executed the command:
mothur > summary.seqs(fasta=otus_lequia.align, count=otus_lequia.count_table)
Using 8 processors.
[ERROR]: ‘OTU2610’ is not in your name or count file, please correct.
[ERROR]: Your name file contains 5312 unique sequences, but your fasta file contains 3050. File mismatch detected, quitting command.
Therefore I removed the OTU2610 from my fasta file, I repeated the align command using this fasta file and the silva database after I checked the number of sequences using list.seq comand for fasta, count_table and names files and it appears to be the same: 4107 OTUs. At least is what I see opening the list.seq files using excel…
However I get the same error, high number of sequences in the count file than in the fasta file and more surprisingly, this number is changing for the count file if I repeat the command…
mothur > summary.seqs(count=otus_lequia.count_table)
Using otus_lequia.align as input file for the fasta parameter.
Using 8 processors.
[ERROR]: ‘OTU2610’ is not in your name or count file, please correct.
[ERROR]: Your name file contains 5312 unique sequences, but your fasta file contains 3077. File mismatch detected, quitting command.
mothur > summary.seqs(fasta=otus_lequia.align, count=otus_lequia.count_table)
Using 8 processors.
[ERROR]: Your name file contains 5312 unique sequences, but your fasta file contains 4106. File mismatch detected, quitting command.
Please, I would be very grateful if anyone could help me,
Many thanks,
Frederic