Hi, can somebody help me with this?. After running align.seqs I tried running the command summary.seqs and keep getting an error. How do I fix this? Thanks
Using 8 processors.
[ERROR]: Your name file contains 5298 unique sequences, but your fasta file contains 4106. File mismatch detected, quitting command.
I think you are running in the same problems as before. I run into that problem more often than I like too! So, summary.seqs is actually using your name file. At some point, you cleaned your fasta (or reduced with a unique) and the name file did not got it.
Could you put your full command list? It is very easy at some step to create a mismatch between the fasta/align and the name file
mothur > align.seqs(fasta=otus_leq.fasta, reference=silva.bacteria.fasta, flip=t, processors=8)
Reading in the silva.bacteria.fasta template sequences… DONE.
It took 25 to read 14956 sequences.
Aligning sequences from otus_leq.fasta …
530
530
530
530
530
530
530
536
It took 11 secs to align 4246 sequences.
[WARNING]: 19 of your sequences generated alignments that eliminated too many bases, a list is provided in otus_leq.flip.accnos.
[NOTE]: 6 of your sequences were reversed to produce a better alignment.
Using 8 processors.
[ERROR]: Your name file contains 5438 unique sequences, but your fasta file contains 4246. File mismatch detected, quitting command.
Hi Emma
You have already a problem in the number of sequences before that step. I meant: Could you send all the steps also before that one? (So, your pipeline). Sorry for the misunderstanding.